.rc-slider{position:relative;height:14px;padding:5px 0;width:100%;border-radius:6px;touch-action:none}.rc-slider,.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{width:100%;background-color:#e9e9e9}.rc-slider-rail,.rc-slider-track{position:absolute;height:4px;border-radius:6px}.rc-slider-track{left:0;background-color:#abe2fb}.rc-slider-handle{position:absolute;width:14px;height:14px;cursor:pointer;cursor:-webkit-grab;margin-top:-5px;cursor:grab;border-radius:50%;border:2px solid #96dbfa;background-color:#fff;touch-action:pan-x}.rc-slider-handle:focus{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa;outline:none}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;vertical-align:middle;text-align:center;cursor:pointer;color:#999}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;margin-left:-4px;width:8px;height:8px;border:2px solid #e9e9e9;background-color:#fff;cursor:pointer;border-radius:50%;vertical-align:middle}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-left:0;margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{border-color:#ccc;box-shadow:none;background-color:#fff;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{left:5px;bottom:0;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{left:2px;margin-bottom:-4px}.rc-slider-vertical .rc-slider-dot:first-child,.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:block!important;-webkit-animation-play-state:paused;animation-play-state:paused}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{-webkit-animation-name:rcSliderTooltipZoomDownIn;animation-name:rcSliderTooltipZoomDownIn;-webkit-animation-play-state:running;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{-webkit-animation-name:rcSliderTooltipZoomDownOut;animation-name:rcSliderTooltipZoomDownOut;-webkit-animation-play-state:running;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{-webkit-transform:scale(0);transform:scale(0);-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@-webkit-keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes rcSliderTooltipZoomDownOut{0%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}}@keyframes rcSliderTooltipZoomDownOut{0%{-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:scale(0);transform:scale(0)}}.rc-slider-tooltip{position:absolute;left:-9999px;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{padding:6px 2px;min-width:24px;height:24px;font-size:12px;line-height:1;color:#fff;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}/*!
 * # Semantic UI 2.2.11 - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}/*!
* # Semantic UI 2.2.11 - Site
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/body,html{height:100%}body{font-size:16px;margin:0;padding:0;overflow-x:hidden;min-width:320px;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{line-height:1.28571429em;margin:calc(2rem - .14286em) 0 1rem;font-weight:600;padding:0}h1{min-height:1rem;font-size:2rem}h2{font-size:1.71428571rem}h3{font-size:1.28571429rem}h4{font-size:1.07142857rem}h5{font-size:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}p{margin:0 0 1em;line-height:1.4285em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a,a:active,a:hover{text-decoration:none}::-webkit-selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}::selection{background-color:#cce2ff;color:rgba(0,0,0,.87)}input::-webkit-selection,textarea::-webkit-selection{background-color:hsla(0,0%,39.2%,.4);color:rgba(0,0,0,.87)}input::selection,textarea::selection{background-color:hsla(0,0%,39.2%,.4);color:rgba(0,0,0,.87)}.clr:after{content:"";display:table;clear:both}/*!
* # Semantic UI 2.2.11 - Divider
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid hsla(0,0%,100%,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:"";line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:"";display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:"";z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid hsla(0,0%,100%,.1);width:0;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:"";overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;-webkit-transform:none;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{position:static;left:0;border-left:none;border-right:none;content:"";display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}.ui.divider{font-size:1rem}.ui.horizontal.divider:after,.ui.horizontal.divider:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC")}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC")}}/*!
* # Semantic UI 2.2.11 - Header
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.header{border:none;margin:calc(2rem - .14286em) 0 1rem;padding:0;font-weight:700;line-height:1.28571429em;text-transform:none;color:rgba(0,0,0,.87)}.ui.header:first-child{margin-top:-.14285714em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:.14285714em;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image:not(.icon),.ui.header>img{display:inline-block;margin-top:.14285714em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:not(.icon):only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.icon+.content,.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{display:table-cell}.ui.header .ui.label{font-size:"";margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2rem}h2.ui.header{font-size:1.71428571rem}h3.ui.header{font-size:1.28571429rem}h4.ui.header{font-size:1.07142857rem}h5.ui.header{font-size:1rem}h1.ui.header .sub.header,h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header .sub.header,h4.ui.header .sub.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}.ui.huge.header{min-height:1em;font-size:2em}.ui.large.header{font-size:1.71428571em}.ui.medium.header{font-size:1.28571429em}.ui.small.header{font-size:1.07142857em}.ui.tiny.header{font-size:1em}.ui.huge.header .sub.header,.ui.large.header .sub.header{font-size:1.14285714rem}.ui.header .sub.header,.ui.small.header .sub.header{font-size:1rem}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;text-transform:uppercase;color:""}.ui.small.sub.header{font-size:.78571429em}.ui.sub.header{font-size:.85714286em}.ui.large.sub.header{font-size:.92857143em}.ui.huge.sub.header{font-size:1em}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:"";display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;width:auto;height:auto;line-height:1;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .content,.ui.icon.header .icon{display:block;padding:0}.ui.icon.header .circular.icon,.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:"";width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header,.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.block.header{background:#f3f4f5;padding:.78571429rem 1rem;box-shadow:none;border:1px solid #d4d4d5;border-radius:.28571429rem}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.large.block.header{font-size:1.14285714rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.attached.header{background:#fff;padding:.78571429rem 1rem;margin-left:-1px;margin-right:-1px;box-shadow:none;border:1px solid #d4d4d5}.ui.attached.block.header{background:#f3f4f5}.ui.attached:not(.top):not(.bottom).header{margin-top:0;margin-bottom:0;border-top:none;border-radius:0}.ui.top.attached.header{margin-bottom:0;border-radius:.28571429rem .28571429rem 0 0}.ui.bottom.attached.header{margin-top:0;border-top:none;border-radius:0 0 .28571429rem .28571429rem}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.large.attached.header{font-size:1.14285714em}.ui.huge.attached.header{font-size:1.42857143em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28571429em}/*!
* # Semantic UI 2.2.11 - Input
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.input{position:relative;font-weight:400;font-style:normal;display:-webkit-inline-flex;display:inline-flex}.ui.input input{margin:0;max-width:100%;-webkit-flex:1 0 auto;flex:1 0 auto;outline:none;text-align:left;line-height:1.21428571em;padding:.67857143em 1em;border-radius:.28571429rem;transition:box-shadow .1s ease,border-color .1s ease;box-shadow:none}.ui.disabled.input,.ui.input:not(.disabled) input[disabled]{opacity:.45}.ui.disabled.input input,.ui.input:not(.disabled) input[disabled]{pointer-events:none}.ui.input.down input,.ui.input input:active{box-shadow:none}.ui.loading.loading.input>i.icon:before{border-radius:500rem}.ui.loading.loading.input>i.icon:after,.ui.loading.loading.input>i.icon:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}.ui.loading.loading.input>i.icon:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#767676;box-shadow:0 0 0 1px transparent}.ui.input.focus input,.ui.input input:focus{box-shadow:none}.ui.transparent.input input{border-color:transparent!important;background-color:transparent!important;padding:0!important;box-shadow:none!important;border-radius:0!important}.ui.icon.input>i.icon{cursor:default;position:absolute;line-height:1;text-align:center;top:0;right:0;margin:0;height:100%;width:2.67142857em;opacity:.5;border-radius:0 .28571429rem .28571429rem 0;transition:opacity .3s ease}.ui.icon.input>i.icon:not(.link){pointer-events:none}.ui.icon.input input{padding-right:2.67142857em!important}.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before{left:0;position:absolute;text-align:center;top:50%;width:100%;margin-top:-.5em}.ui.icon.input>i.link.icon{cursor:pointer}.ui.icon.input>i.circular.icon{top:.35em;right:.5em}.ui[class*="left icon"].input>i.icon{right:auto;left:1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left icon"].input>i.circular.icon{right:auto;left:.5em}.ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}.ui.icon.input>input:focus~i.icon{opacity:1}.ui.action.input>.button,.ui.action.input>.buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex:0 0 auto;flex:0 0 auto}.ui.action.input>.button,.ui.action.input>.buttons>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.ui.fluid.input{display:-webkit-flex;display:flex}.ui.fluid.input>input{width:0!important}.ui.input{font-size:1em}/*!
* # Semantic UI 2.2.11 - Label
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-image:none;padding:.5833em .833em;text-transform:none;font-weight:700;border:0 solid transparent;border-radius:.28571429rem;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}.ui.label>a,a.ui.label{cursor:pointer}.ui.label>a{color:inherit;opacity:.5;transition:opacity .1s ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em!important}.ui.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;margin-right:0;margin-left:.5em;font-size:.92857143em;opacity:.5;transition:background .1s ease}.ui.label>.delete.icon:hover{opacity:1}.ui.labels>.label{margin:0 .5em .5em 0}.ui.header>.ui.label{margin-top:-.29165em}.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}.ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}.ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}.ui.top.attached.label+[class*="right floated"]+*,.ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}.ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-top:0;margin-bottom:2rem!important}.ui.image.label{width:auto!important;margin-top:0;margin-bottom:0;max-width:9999px;vertical-align:baseline;text-transform:none;background:#e8e8e8;padding:.5833em .833em .5833em .5em;border-radius:.28571429rem;box-shadow:none}.ui.image.label img{display:inline-block;vertical-align:top;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;border-radius:.28571429rem 0 0 .28571429rem}.ui.image.label .detail{background:rgba(0,0,0,.1);margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em;border-radius:0 .28571429rem .28571429rem 0}.ui.tag.label,.ui.tag.labels .label{margin-left:1em;position:relative;padding-left:1.5em;padding-right:1.5em;border-radius:0 .28571429rem .28571429rem 0;transition:none}.ui.tag.label:before,.ui.tag.labels .label:before{position:absolute;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg);top:50%;right:100%;content:"";background-color:inherit;background-image:none;width:1.56em;height:1.56em;transition:none}.ui.tag.label:after,.ui.tag.labels .label:after{position:absolute;content:"";top:50%;left:-.25em;margin-top:-.25em;background-color:#fff!important;width:.5em;height:.5em;box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);border-radius:500rem}.ui.corner.label{margin:0;padding:0;text-align:center;border-color:#e8e8e8;width:4em;height:4em;z-index:1}.ui.corner.label,.ui.corner.label:after{position:absolute;top:0;right:0;transition:border-color .1s ease;background-color:transparent!important}.ui.corner.label:after{content:"";z-index:-1;width:0;height:0;border-color:transparent;border-style:solid;border-width:0 4em 4em 0;border-right-color:inherit}.ui.corner.label .icon{cursor:default;position:relative;top:.64285714em;left:.78571429em;font-size:1.14285714em;margin:0}.ui.left.corner.label,.ui.left.corner.label:after{right:auto;left:0}.ui.left.corner.label:after{border-color:transparent;border-style:solid;border-width:4em 4em 0 0;border-top-color:inherit}.ui.left.corner.label .icon{left:-.78571429em}.ui.segment>.ui.corner.label{top:-1px;right:-1px}.ui.segment>.ui.left.corner.label{right:auto;left:-1px}.ui.ribbon.label{position:relative;margin:0;min-width:-webkit-max-content;min-width:max-content;border-radius:0 .28571429rem .28571429rem 0;border-color:rgba(0,0,0,.15)}.ui.ribbon.label:after{position:absolute;content:"";top:100%;left:0;background-color:transparent!important;border-color:transparent;border-style:solid;border-width:0 1.2em 1.2em 0;border-right-color:inherit;width:0;height:0}.ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}.ui[class*="right ribbon"].label{left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em);text-align:left;-webkit-transform:translateX(-100%);transform:translateX(-100%);border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right ribbon"].label:after{left:auto;right:0;border-color:transparent;border-style:solid;border-width:1.2em 1.2em 0 0;border-top-color:inherit}.ui.card .image>.ribbon.label,.ui.image>.ribbon.label{position:absolute;top:1rem}.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label{left:calc(100% - .05rem + 1.2em);padding-left:.833em}.ui.table td>.ui.ribbon.label{left:-1.98571em}.ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + 1.98571em);padding-left:.833em}.ui.label.disabled{opacity:.5}a.ui.label:hover,a.ui.labels .label:hover{background-color:#e0e0e0;border-color:#e0e0e0;background-image:none;color:rgba(0,0,0,.8)}.ui.labels a.label:hover:before,a.ui.label:hover:before{color:rgba(0,0,0,.8)}.ui.active.label{border-color:#d0d0d0}.ui.active.label,.ui.active.label:before{background-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}a.ui.active.label:hover,a.ui.labels .active.label:hover{border-color:#c8c8c8}.ui.labels a.active.label:ActiveHover:before,a.ui.active.label:ActiveHover:before,a.ui.active.label:hover,a.ui.labels .active.label:hover{background-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.label.visible:not(.dropdown),.ui.labels.visible .label{display:inline-block!important}.ui.label.hidden,.ui.labels.hidden .label{display:none!important}.ui.black.corner.label,.ui.black.corner.label:hover{background-color:transparent!important}.ui.black.ribbon.label{border-color:#805031!important}.ui.basic.label{background:none #fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:none}a.ui.basic.label:hover{text-decoration:none;background:none #fff;color:#1e70bf;box-shadow:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.pointing.label:before{border-color:inherit}.ui.fluid.labels>.label,.ui.label.fluid{width:100%;box-sizing:border-box}.ui.horizontal.label,.ui.horizontal.labels .label{margin:0 .5em 0 0;padding:.4em .833em;min-width:3em;text-align:center}.ui.circular.label,.ui.circular.labels .label{min-width:2em;min-height:2em;padding:.5em!important;line-height:1em;text-align:center;border-radius:500rem}.ui.empty.circular.label,.ui.empty.circular.labels .label{min-width:0;min-height:0;overflow:hidden;width:.5em;height:.5em;vertical-align:baseline}.ui.mini.label,.ui.mini.labels .label{font-size:.64285714rem}.ui.tiny.label,.ui.tiny.labels .label{font-size:.71428571rem}.ui.small.label,.ui.small.labels .label{font-size:.78571429rem}.ui.label,.ui.labels .label{font-size:.85714286rem}.ui.large.label,.ui.large.labels .label{font-size:1rem}.ui.big.label,.ui.big.labels .label{font-size:1.28571429rem}.ui.huge.label,.ui.huge.labels .label{font-size:1.42857143rem}.ui.massive.label,.ui.massive.labels .label{font-size:1.71428571rem}/*!
* # Semantic UI 2.2.11 - List
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;table-layout:fixed;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{content:"";display:block;height:0;clear:both;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{padding:.14285714em 0;line-height:inherit}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-top:.07142857em;padding-right:.28571429em;vertical-align:top;transition:color .1s ease}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{display:table-cell;background-color:transparent;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{display:block;margin:0;font-weight:700}.ui.list .list>.item .description,.ui.list>.item .description{display:block}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{display:list-item;table-layout:fixed;background-color:transparent;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{border:none;background:none}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-left:1em;font-size:1rem}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-left:0;padding-bottom:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{float:none;display:inline-block}.ui.list .list>.disabled.item,.ui.list>.disabled.item{pointer-events:none}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{transition:color .25s ease .1s,padding-left .25s ease .1s,background-color .25s ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:auto;left:auto;font-weight:400;margin-left:-1.25rem;content:"•";opacity:1;color:inherit;vertical-align:top}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;margin-left:1.25rem;list-style-type:none}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{position:absolute;top:auto;left:auto;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;margin-left:-1.25rem;counter-increment:ordered;content:counters(ordered,".") " ";text-align:right;vertical-align:middle;opacity:.8}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{position:static;margin:0 .5em 0 0}.ui.divided.list .item .list>.item,.ui.divided.list .list>.item,.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{margin:0;border-radius:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-top:none;margin:0;line-height:.6}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.celled.list>.item,.ui.celled.list>.list{padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-top:none;margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}/*!
* # Semantic UI 2.2.11 - Loader
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*//*!
* # Semantic UI 2.2.11 - Loader
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after,.ui.loader:before{position:absolute;content:"";top:0;left:50%;width:100%;height:100%}.ui.loader:after{-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#767676;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ui.mini.loader:after,.ui.mini.loader:before{width:1rem;height:1rem;margin:0 0 0 -.5rem}.ui.tiny.loader:after,.ui.tiny.loader:before{width:1.14285714rem;height:1.14285714rem;margin:0 0 0 -.57142857rem}.ui.small.loader:after,.ui.small.loader:before{width:1.71428571rem;height:1.71428571rem;margin:0 0 0 -.85714286rem}.ui.loader:after,.ui.loader:before{width:2.28571429rem;height:2.28571429rem;margin:0 0 0 -1.14285714rem}.ui.large.loader:after,.ui.large.loader:before{width:3.42857143rem;height:3.42857143rem;margin:0 0 0 -1.71428571rem}.ui.big.loader:after,.ui.big.loader:before{width:3.71428571rem;height:3.71428571rem;margin:0 0 0 -1.85714286rem}.ui.huge.loader:after,.ui.huge.loader:before{width:4.14285714rem;height:4.14285714rem;margin:0 0 0 -2.07142857rem}.ui.massive.loader:after,.ui.massive.loader:before{width:4.57142857rem;height:4.57142857rem;margin:0 0 0 -2.28571429rem}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader{color:hsla(0,0%,100%,.9)}.ui.dimmer .ui.loader:before{border-color:hsla(0,0%,100%,.15)}.ui.dimmer .ui.loader:after{border-color:#fff transparent transparent}.ui.inverted.dimmer .ui.loader{color:rgba(0,0,0,.87)}.ui.inverted.dimmer .ui.loader:before{border-color:rgba(0,0,0,.1)}.ui.inverted.dimmer .ui.loader:after{border-color:#767676 transparent transparent}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.indeterminate.loader:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:1rem;height:1rem;font-size:.78571429em}.ui.inverted.dimmer .ui.tiny.loader,.ui.tiny.loader{width:1.14285714rem;height:1.14285714rem;font-size:.85714286em}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:1.71428571rem;height:1.71428571rem;font-size:.92857143em}.ui.inverted.dimmer .ui.loader,.ui.loader{width:2.28571429rem;height:2.28571429rem;font-size:1em}.ui.inverted.dimmer .ui.large.loader,.ui.large.loader{width:3.42857143rem;height:3.42857143rem;font-size:1.14285714em}.ui.big.loader,.ui.inverted.dimmer .ui.big.loader{width:3.71428571rem;height:3.71428571rem;font-size:1.28571429em}.ui.huge.loader,.ui.inverted.dimmer .ui.huge.loader{width:4.14285714rem;height:4.14285714rem;font-size:1.42857143em}.ui.inverted.dimmer .ui.massive.loader,.ui.massive.loader{width:4.57142857rem;height:4.57142857rem;font-size:1.71428571em}.ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}.ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}.ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}.ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}.ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}.ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}.ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}.ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}.ui.inverted.loader{color:hsla(0,0%,100%,.9)}.ui.inverted.loader:before{border-color:hsla(0,0%,100%,.15)}.ui.inverted.loader:after{border-top-color:#fff}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}/*!
* # Semantic UI 2.2.11 - Step
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.steps{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:stretch;align-items:stretch;margin:1em 0;background:"";box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:-webkit-flex;display:flex;-webkit-flex:1 0 auto;flex:1 0 auto;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row;flex-direction:row;vertical-align:middle;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:0;padding:1.14285714em 2em;box-shadow:none;border-radius:0;border:none}.ui.steps .step,.ui.steps .step:after{transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps .step:after{display:none;position:absolute;z-index:2;content:"";top:50%;right:0;width:1.14285714em;height:1.14285714em;border:solid;border-width:0 1px 1px 0;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>.icon,.ui.steps .step>.icon~.content{display:block;-webkit-flex:0 1 auto;flex:0 1 auto;-ms-grid-row-align:middle;-webkit-align-self:middle;align-self:middle}.ui.steps .step>.icon~.content{-webkit-flex-grow:1 0 auto;flex-grow:1 0 auto}.ui.steps:not(.vertical) .step>.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step:before{position:static;text-align:center;content:counters(ordered,".");margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step:before,.ui.ordered.steps .step>*{display:block;-ms-grid-row-align:middle;-webkit-align-self:middle;align-self:middle}.ui.vertical.steps{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:column;flex-direction:column;overflow:visible}.ui.vertical.steps .step{-webkit-justify-content:flex-start;justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step:after{top:50%;right:0;border-width:0 1px 1px 0;display:none}.ui.vertical.steps .active.step:after{display:block}.ui.vertical.steps .step:last-child:after{display:none}.ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){.ui.steps:not(.unstackable){display:-webkit-inline-flex;display:inline-flex;overflow:visible;-webkit-flex-direction:column;flex-direction:column}.ui.steps:not(.unstackable) .step{width:100%!important;-webkit-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui.steps:not(.unstackable) .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps:not(.unstackable) .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.steps:not(.unstackable) .step:after{display:none!important}.ui.steps:not(.unstackable) .step .content{text-align:center}.ui.ordered.steps:not(.unstackable) .step:before,.ui.steps:not(.unstackable) .step>.icon{margin:0 0 1rem}}.ui.steps .step.active{cursor:auto}.ui.steps .active.step:after,.ui.steps .step:after{display:block}.ui.steps .active.step:last-child:after,.ui.steps .step:last-child:after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover:after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover:after{cursor:pointer}.ui.steps .disabled.step{cursor:auto;pointer-events:none}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].steps{display:-webkit-inline-flex;display:inline-flex;overflow:visible;-webkit-flex-direction:column;flex-direction:column}.ui[class*="tablet stackable"].steps .step{-webkit-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui[class*="tablet stackable"].steps .step:after{display:none!important}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem}}.ui.fluid.steps{display:-webkit-flex;display:flex;width:100%}.ui.attached.steps{width:calc(100% + 2px)!important;margin:0 -1px;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:0 -1px;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.step,.ui.steps .step{font-size:1rem}.ui.menu{display:-webkit-flex;display:flex;margin:1rem 0;font-weight:400;min-height:2.85714286em}.ui.menu:after{content:"";display:block;height:0;clear:both;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical) .item,.ui.menu:not(.vertical)>.menu{display:-webkit-flex;display:flex}.ui.menu:not(.vertical) .item{-webkit-align-items:center;align-items:center}.ui.menu .item{position:relative;vertical-align:middle;line-height:1;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-flex:0 0 auto;flex:0 0 auto;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:none;text-transform:none;font-weight:400;transition:background .1s ease,box-shadow .1s}.ui.menu .item:before{position:absolute;content:"";top:0;right:0;height:100%;width:1px;background:rgba(34,36,38,.1)}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{-webkit-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{opacity:.9;float:none;margin:0 .35714286em 0 0}.ui.menu:not(.vertical) .item>.button{position:relative;top:0;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;font-size:1em}.ui.menu>.container,.ui.menu>.grid{display:-webkit-flex;display:flex;-webkit-align-items:inherit;align-items:inherit;-webkit-flex-direction:inherit;flex-direction:inherit}.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:"";text-transform:normal;font-weight:700}.ui.vertical.menu .item>.header:not(.ui){margin:0 0 .5em;font-size:1em;font-weight:700}.ui.menu .item>i.dropdown.icon{padding:0;float:right;margin:0 0 0 1em}.ui.menu .dropdown.item .menu{left:0;min-width:calc(100% - 1px);margin:0;-webkit-flex-direction:column!important;flex-direction:column!important}.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:.78571429em 1.14285714em!important;background:transparent!important;text-transform:none;font-weight:400;box-shadow:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.active.item{font-weight:700!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;font-size:1em!important;float:none;margin:0 .75em 0 0}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{margin-top:.35714286em}.ui.vertical.menu .dropdown.item>.icon{float:right;content:"";margin-left:1em}.ui.vertical.menu .dropdown.item .menu{left:100%;min-width:0;margin:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08)}.ui.vertical.menu .dropdown.item.upward .menu{bottom:0}.ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}.ui.vertical.menu .dropdown.active.item{box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{margin-top:-.15em;margin-bottom:-.15em;padding:.3em .78571429em}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{cursor:default}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) .left.menu{display:-webkit-flex;display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:-webkit-flex;display:flex;margin-left:auto!important}.ui.menu .right.item:before,.ui.menu .right.menu>.item:before{right:auto;left:0}.ui.vertical.menu{display:block;-webkit-flex-direction:column;flex-direction:column}.ui.vertical.menu .item{display:block;background:none;border-top:none;border-right:none}.ui.vertical.menu .item>.label{float:right;text-align:center}.ui.vertical.menu .item:before{position:absolute;content:"";top:0;left:0;width:100%;height:1px}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:none;padding:.5em 1.33333333em;font-size:.85714286em}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{border-radius:0;box-shadow:none}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;font-weight:700}.ui.secondary.menu{background:none;margin-left:-.35714286em;margin-right:-.35714286em;border-radius:0;border:none;box-shadow:none}.ui.secondary.menu .item{-ms-grid-row-align:center;-webkit-align-self:center;align-self:center;box-shadow:none;border:none;padding:.78571429em .92857143em;margin:0 .35714286em;background:none;transition:color .1s ease}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{border-radius:0;border-right:none;background:none transparent}.ui.secondary.menu .active.item,.ui.secondary.menu .active.item:hover{box-shadow:none}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{position:relative;top:0;margin:-.5em 0}.ui.menu .item>.input input{font-size:1em;padding-top:.57142857em;padding-bottom:.57142857em}/*!
* # Semantic UI 2.2.11 - Table
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.table{width:100%;background:#fff;margin:1em 0;border:1px solid rgba(34,36,38,.15);box-shadow:none;border-radius:.28571429rem;text-align:left;color:rgba(0,0,0,.87);border-collapse:separate;border-spacing:0}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table td,.ui.table th{transition:background .1s ease,color .1s ease}.ui.table thead{box-shadow:none}.ui.table thead th{cursor:auto;background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.92857143em .78571429em;vertical-align:inherit;font-style:none;font-weight:700;text-transform:none;border-bottom:1px solid rgba(34,36,38,.1);border-left:none}.ui.table thead tr>th:first-child{border-left:none}.ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}.ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table tfoot{box-shadow:none}.ui.table tfoot th{cursor:auto;border-top:1px solid rgba(34,36,38,.15);background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.78571429em;vertical-align:middle;font-style:normal;font-weight:400;text-transform:none}.ui.table tfoot tr>th:first-child{border-left:none}.ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}.ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}.ui.table tr:first-child td{border-top:none}.ui.table td{padding:.78571429em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){.ui.table:not(.unstackable){width:100%}.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{width:auto!important;display:block!important}.ui.table:not(.unstackable){padding:0}.ui.table:not(.unstackable) tfoot,.ui.table:not(.unstackable) thead{display:block}.ui.table:not(.unstackable) tr{padding-top:1em;padding-bottom:1em;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1)!important}.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{background:none;border:none!important;padding:.25em .75em!important;box-shadow:none!important}.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child{font-weight:700}.ui.definition.table:not(.unstackable) thead th:first-child{box-shadow:none!important}}.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table thead th{border-left:none;border-right:none}.ui.structured.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table th{border-left:none;border-right:none}.ui.structured.celled.table tr td,.ui.structured.celled.table tr th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table thead:not(.full-width) th:first-child{pointer-events:none;background:transparent;font-weight:400;color:rgba(0,0,0,.4);box-shadow:-1px -1px 0 1px #fff}.ui.definition.table tfoot:not(.full-width) th:first-child{pointer-events:none;background:transparent;font-weight:rgba(0,0,0,.4);color:normal;box-shadow:1px 1px 0 1px #fff}.ui.celled.definition.table thead:not(.full-width) th:first-child{box-shadow:0 -1px 0 1px #fff}.ui.celled.definition.table tfoot:not(.full-width) th:first-child{box-shadow:0 1px 0 1px #fff}.ui.definition.table tr td.definition,.ui.definition.table tr td:first-child:not(.ignored){background:rgba(0,0,0,.03);font-weight:700;color:rgba(0,0,0,.95);text-transform:"";box-shadow:"";text-align:"";font-size:1em;padding-left:"";padding-right:""}.ui.definition.table td:nth-child(2),.ui.definition.table tfoot:not(.full-width) th:nth-child(2),.ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.table td.positive,.ui.table tr.positive{box-shadow:inset 0 0 0 #a3c293;background:#fcfff5!important;color:#2c662d!important}.ui.table td.negative,.ui.table tr.negative{box-shadow:inset 0 0 0 #e0b4b4;background:#fff6f6!important;color:#9f3a38!important}.ui.table td.error,.ui.table tr.error{box-shadow:inset 0 0 0 #e0b4b4;background:#fff6f6!important;color:#9f3a38!important}.ui.table td.warning,.ui.table tr.warning{box-shadow:inset 0 0 0 #c9ba9b;background:#fffaf3!important;color:#573a08!important}.ui.table td.active,.ui.table tr.active{box-shadow:inset 0 0 0 rgba(0,0,0,.87);background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.table tr.disabled:hover,.ui.table tr.disabled td,.ui.table tr:hover td.disabled,.ui.table tr td.disabled{pointer-events:none;color:rgba(40,40,40,.3)}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{width:100%!important;display:block!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table tfoot,.ui[class*="tablet stackable"].table thead{display:block}.ui[class*="tablet stackable"].table tr{padding-top:1em;padding-bottom:1em;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.1)!important}.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{background:none;border:none!important;padding:.25em .75em;box-shadow:none!important}.ui.definition[class*="tablet stackable"].table thead th:first-child{box-shadow:none!important}}.ui.table[class*="left aligned"],.ui.table [class*="left aligned"]{text-align:left}.ui.table[class*="center aligned"],.ui.table [class*="center aligned"]{text-align:center}.ui.table[class*="right aligned"],.ui.table [class*="right aligned"]{text-align:right}.ui.table[class*="top aligned"],.ui.table [class*="top aligned"]{vertical-align:top}.ui.table[class*="middle aligned"],.ui.table [class*="middle aligned"]{vertical-align:middle}.ui.table[class*="bottom aligned"],.ui.table [class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{width:1px;white-space:nowrap}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){display:block;color:inherit;padding:.78571429em}.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none;border:1px solid #d4d4d5}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{bottom:0;margin-bottom:0;top:0;margin-top:1em;border-radius:.28571429rem .28571429rem 0 0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{bottom:0;margin-top:0;top:0;margin-bottom:1em;box-shadow:none,none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table>tr:nth-child(2n),.ui.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef!important;color:rgba(0,0,0,.95)!important}.ui.table[class*="single line"],.ui.table [class*="single line"]{white-space:nowrap}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td,.ui.table td.one.wide,.ui.table th.one.wide{width:6.25%}.ui.table td.two.wide,.ui.table th.two.wide{width:12.5%}.ui.table td.three.wide,.ui.table th.three.wide{width:18.75%}.ui.table td.four.wide,.ui.table th.four.wide{width:25%}.ui.table td.five.wide,.ui.table th.five.wide{width:31.25%}.ui.table td.six.wide,.ui.table th.six.wide{width:37.5%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:43.75%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:50%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:56.25%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:62.5%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:68.75%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:75%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:81.25%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:87.5%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:93.75%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:100%}.ui.sortable.table thead th{cursor:pointer;white-space:nowrap;border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.sortable.table thead th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;-ms-user-select:none;user-select:none}.ui.sortable.table thead th:after{display:none;font-style:normal;font-weight:400;text-decoration:inherit;content:"";height:1em;width:auto;opacity:.8;margin:0 0 0 .5em;font-family:Icons}.ui.sortable.table thead th.ascending:after{content:""}.ui.sortable.table thead th.descending:after{content:""}.ui.sortable.table th.disabled:hover{cursor:auto;color:rgba(40,40,40,.3)}.ui.sortable.table thead th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.collapsing.table{width:auto}.ui.basic.table{background:transparent;border:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.table tfoot,.ui.basic.table thead{box-shadow:none}.ui.basic.table th{background:transparent;border-left:none}.ui.basic.table tbody tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table td{background:transparent}.ui.basic.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.05)!important}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:""}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}.ui.celled.table tr td,.ui.celled.table tr th{border-left:1px solid rgba(34,36,38,.1)}.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child{border-left:none}.ui.padded.table th{padding-left:1em;padding-right:1em}.ui.padded.table td,.ui.padded.table th{padding:1em}.ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table td{padding:1.5em}.ui.compact.table th{padding-left:.7em;padding-right:.7em}.ui.compact.table td{padding:.5em .7em}.ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table td{padding:.4em .6em}.ui.small.table{font-size:.9em}.ui.table{font-size:1em}.ui.large.table{font-size:1.1em}/*!
* # Semantic UI 2.2.11 - Item
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.card,.ui.cards>.card{max-width:100%;position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-height:0;padding:0;border:none}.ui.card{margin:1em 0}.ui.card a,.ui.cards>.card a{cursor:pointer}.ui.card:first-child{margin-top:0}.ui.card:last-child{margin-bottom:0}.ui.cards{margin:-.875em -.5em;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui.cards,.ui.cards>.card{display:-webkit-flex;display:flex}.ui.cards>.card{margin:.875em .5em;float:none}.ui.card:after,.ui.cards:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.cards~.ui.cards{margin-top:.875em}.ui.card>.content,.ui.cards>.card>.content{-webkit-flex-grow:1;flex-grow:1;border:none;background:none;margin:0;padding:1em;box-shadow:none;font-size:1em;border-radius:0}.ui.card>.content:after,.ui.cards>.card>.content:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.card>.content>.header,.ui.cards>.card>.content>.header{display:block;margin:""}.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui){font-weight:700;margin-top:-.21425em}.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description{margin-top:.5em}.ui.card>.content>.description,.ui.cards>.card>.content>.description{clear:both}.ui.card .meta,.ui.cards>.card .meta{font-size:1em}.ui.card .meta *,.ui.cards>.card .meta *{margin-right:.3em}.ui.card .meta :last-child,.ui.cards>.card .meta :last-child{margin-right:0}.ui.card>.extra,.ui.cards>.card>.extra{max-width:100%;min-height:0!important;-webkit-flex-grow:0;flex-grow:0;position:static;background:none;width:auto;margin:0;padding:.75em 1em;top:0;left:0;box-shadow:none}.ui.link.cards .raised.card:hover,.ui.link.raised.card:hover,.ui.raised.cards a.card:hover,a.ui.raised.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25)}.ui.raised.card,.ui.raised.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.centered.cards{-webkit-justify-content:center;justify-content:center}.ui.centered.card{margin-left:auto;margin-right:auto}.ui.fluid.card{width:100%;max-width:9999px}.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card{-webkit-transform:none;transform:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:hover,a.ui.card:hover{cursor:pointer;z-index:5;border:none;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.ui.cards>.card{font-size:1em}/*!
* # Semantic UI 2.2.11 - Statistic
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.statistic{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:column;flex-direction:column;margin:1em 0;max-width:auto}.ui.statistic+.ui.statistic{margin:0 0 0 1.5em}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistics{-webkit-align-items:flex-start;align-items:flex-start;-webkit-flex-wrap:wrap;flex-wrap:wrap}.ui.statistics>.statistic{display:-webkit-inline-flex;display:inline-flex;-webkit-flex:0 1 auto;flex:0 1 auto;-webkit-flex-direction:column;flex-direction:column;margin:0 1.5em 2em;max-width:auto}.ui.statistics{display:-webkit-flex;display:flex;margin:1em -1.5em -2em}.ui.statistics:after{display:block;content:" ";height:0;clear:both;overflow:hidden;visibility:hidden}.ui.statistics:first-child{margin-top:0}.ui.statistics:last-child{margin-bottom:0}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem;font-weight:400;line-height:1em;color:#1b1c1d;text-transform:uppercase;text-align:center}.ui.statistic>.label,.ui.statistics .statistic>.label{font-size:1em;font-weight:700;color:rgba(0,0,0,.87);text-transform:uppercase;text-align:center}.ui.statistic>.label~.value,.ui.statistic>.value~.label,.ui.statistics .statistic>.label~.value,.ui.statistics .statistic>.value~.label{margin-top:0}.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon{opacity:1;width:auto;margin:0}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{line-height:1em;min-height:2em;font-weight:700;text-align:center}.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label{text-align:center}.ui.statistic>.value img,.ui.statistics .statistic>.value img{max-height:3rem;vertical-align:baseline}.ui.ten.statistics{margin:0 0 -2em}.ui.ten.statistics .statistic{min-width:10%;margin:0 0 2em}.ui.nine.statistics{margin:0 0 -2em}.ui.nine.statistics .statistic{min-width:11.11111111%;margin:0 0 2em}.ui.eight.statistics{margin:0 0 -2em}.ui.eight.statistics .statistic{min-width:12.5%;margin:0 0 2em}.ui.seven.statistics{margin:0 0 -2em}.ui.seven.statistics .statistic{min-width:14.28571429%;margin:0 0 2em}.ui.six.statistics{margin:0 0 -2em}.ui.six.statistics .statistic{min-width:16.66666667%;margin:0 0 2em}.ui.five.statistics{margin:0 0 -2em}.ui.five.statistics .statistic{min-width:20%;margin:0 0 2em}.ui.four.statistics{margin:0 0 -2em}.ui.four.statistics .statistic{min-width:25%;margin:0 0 2em}.ui.three.statistics{margin:0 0 -2em}.ui.three.statistics .statistic{min-width:33.33333333%;margin:0 0 2em}.ui.two.statistics{margin:0 0 -2em}.ui.two.statistics .statistic{min-width:50%;margin:0 0 2em}.ui.one.statistics{margin:0 0 -2em}.ui.one.statistics .statistic{min-width:100%;margin:0 0 2em}.ui.horizontal.statistic{-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}.ui.horizontal.statistics{-webkit-flex-direction:column;flex-direction:column;margin:0;max-width:none}.ui.horizontal.statistics .statistic{-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center;max-width:none;margin:1em 0}.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon{width:1.18em}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle}.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label{display:inline-block;vertical-align:middle;margin:0 0 0 .75em}.ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}.ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}.ui.floated.statistic:last-child{margin-bottom:0}.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value,.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value{font-size:1rem!important}.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value,.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value{font-size:1rem!important}.ui.small.statistic>.value,.ui.small.statistics .statistic>.value{font-size:3rem!important}.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value{font-size:1rem!important}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem!important}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{font-size:3rem!important}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{font-size:2rem!important}.ui.large.statistic>.value,.ui.large.statistics .statistic>.value{font-size:5rem!important}.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value{font-size:4rem!important}.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value{font-size:2.5rem!important}.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value{font-size:6rem!important}.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value{font-size:5rem!important}.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value{font-size:2.5rem!important}/*!
* # Semantic UI 2.2.11 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.accordion,.ui.accordion .accordion{max-width:100%}.ui.accordion .accordion{margin:1em 0 0;padding:0}.ui.accordion .accordion .title,.ui.accordion .title{cursor:pointer}.ui.accordion .title:not(.ui){padding:.5em 0;font-size:1em}.ui.accordion .accordion .title~.content,.ui.accordion .title~.content{display:none}.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui){margin:"";padding:.5em 0 1em}.ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{display:inline-block;float:none;opacity:1;width:1.25em;height:1em;margin:0 .25rem 0 0;padding:0;font-size:1em;transition:opacity .1s ease,-webkit-transform .1s ease;transition:transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease,-webkit-transform .1s ease;vertical-align:baseline;-webkit-transform:none;transform:none}.ui.accordion.menu .item .title{display:block;padding:0}.ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}.ui.accordion .accordion .active.title .dropdown.icon,.ui.accordion .active.title .dropdown.icon,.ui.accordion.menu .item .active.title>.dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.styled.accordion{width:600px}.ui.styled.accordion,.ui.styled.accordion .accordion{border-radius:.28571429rem;background:#fff}.ui.styled.accordion .accordion .title,.ui.styled.accordion .title{margin:0;padding:.75em 1em;font-weight:700;transition:background .1s ease,color .1s ease}.ui.styled.accordion .accordion .title:first-child,.ui.styled.accordion>.title:first-child{border-top:none}.ui.styled.accordion .accordion .content,.ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .content{padding:.5em 1em 1.5em}.ui.accordion .accordion .active.content,.ui.accordion .active.content{display:block}.ui.fluid.accordion,.ui.fluid.accordion .accordion{width:100%}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}/*!
* # Semantic UI 2.2.11 - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:none;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1rem;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:none;z-index:3;width:17px;height:17px}.ui.checkbox .box,.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:none;font-size:1em}.ui.checkbox .box:before,.ui.checkbox label:before{content:""}.ui.checkbox .box:after,.ui.checkbox .box:before,.ui.checkbox label:after,.ui.checkbox label:before{position:absolute;top:0;left:0;width:17px;height:17px;transition:border .1s ease,opacity .1s ease,box-shadow .1s ease,-webkit-transform .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease,-webkit-transform .1s ease}.ui.checkbox .box:after,.ui.checkbox label:after{font-size:14px;text-align:center;opacity:0}.ui.checkbox+label,.ui.checkbox label{transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox input:not([type=radio]):indeterminate~.box:before,.ui.checkbox input:not([type=radio]):indeterminate~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:not([type=radio]):indeterminate~.box:after,.ui.checkbox input:not([type=radio]):indeterminate~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:checked:focus~.box:before,.ui.checkbox input:checked:focus~label:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:checked:focus~.box:after,.ui.checkbox input:checked:focus~label:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default}.ui.checkbox input[disabled]~.box:after,.ui.checkbox input[disabled]~label,.ui.disabled.checkbox .box:after,.ui.disabled.checkbox label{cursor:default!important;opacity:.5;color:#000}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox .box,.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox .box:before,.ui.radio.checkbox label:before{content:"";-webkit-transform:none;transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{border:none;content:""!important;line-height:15px;top:1px;left:0;width:15px;height:15px;border-radius:500rem;-webkit-transform:scale(.46667);transform:scale(.46667);background-color:rgba(0,0,0,.87)}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox .box,.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox .box:before,.ui.toggle.checkbox label:before{display:block;position:absolute;content:"";z-index:1;-webkit-transform:none;transform:none;border:none;top:0;box-shadow:none;width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after{position:absolute;content:""!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),inset 0 0 0 1px rgba(34,36,38,.15);width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~.box:after,.ui.toggle.checkbox input~label:after{left:-.05rem;box-shadow:none}.ui.toggle.checkbox .box:hover:before,.ui.toggle.checkbox input:focus~.box:before,.ui.toggle.checkbox input:focus~label:before,.ui.toggle.checkbox label:hover:before{border:none}.ui.toggle.checkbox input:checked~.box:after,.ui.toggle.checkbox input:checked~label:after{left:2.15rem;box-shadow:none}/*!
* # Semantic UI 2.2.11 - Dimmer
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.dimmable:not(body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;transition:background-color .5s linear;-webkit-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit!important}.ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.25)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:hsla(0,0%,100%,.15)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.35)}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:"";transform-style:"";-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);transition:-webkit-filter .8s ease;transition:filter .8s ease;transition:filter .8s ease,-webkit-filter .8s ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:hsla(0,0%,100%,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:hsla(0,0%,100%,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0%;z-index:-100;background-color:transparent}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:hsla(0,0%,100%,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:hsla(0,0%,100%,.85)}/*!
* # Semantic UI 2.2.11 - Dropdown
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:none;text-align:left;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:rgba(0,0,0,0)}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:none;top:100%;min-width:-webkit-max-content;min-width:max-content;margin:0;padding:0;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border-radius:.28571429rem;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;height:auto;text-align:left;border:none;line-height:1em;padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{height:0;margin:.5em 0}.ui.dropdown .menu>.input{width:auto;display:-webkit-flex;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;-webkit-transform:rotate(0deg);transform:rotate(0deg);min-width:14em;min-height:2.71428571em;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;box-shadow:none;border-radius:.28571429rem;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10;display:block;visibility:visible}select.ui.dropdown{height:38px;padding:.5em;visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:none;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{box-shadow:none}.ui.selection.active.dropdown,.ui.selection.active.dropdown .menu{box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{box-shadow:none}.ui.selection.dropdown:focus .menu{box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover,.ui.selection.active.dropdown:hover .menu{box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:""}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit;position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search,.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;box-shadow:inset 0 0 0 1px rgba(34,36,38,.15)}.ui.multiple.dropdown .dropdown.icon{margin:"";padding:""}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:transparent;font-weight:700;box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{z-index:13}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after,.ui.loading.dropdown>i.icon:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}.ui.loading.dropdown>i.icon:after{box-shadow:0 0 0 1px transparent;-webkit-animation:dropdown-spin .6s linear;animation:dropdown-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#767676}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@-webkit-keyframes dropdown-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes dropdown-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ui.loading.dropdown>.text{transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown,.ui.upward.selection.dropdown.visible{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08)}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-y:auto;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;box-shadow:none!important;border-radius:0!important;margin:0!important;border:none;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu .item:first-child,.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block;visibility:visible}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.dropdown>.dropdown.icon{line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center;width:auto}/*!
* # Semantic UI 2.2.11 - Modal
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.modal{display:none;position:fixed;z-index:1001;text-align:left;border:none;-webkit-align-self:center;align-self:center;justify-self:center;box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);-webkit-transform-origin:50% 25%;transform-origin:50% 25%;border-radius:.28571429rem;-webkit-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.modals.dimmer{-webkit-justify-content:center;justify-content:center}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;width:2.25rem;height:2.25rem;padding:.625rem 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;margin:0;padding:1.25rem 1.5rem;box-shadow:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.28571429em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem}.ui.modal>.image.content{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row}.ui.modal>.content>.image{display:block;-webkit-flex:0 1 auto;flex:0 1 auto;width:""}.ui.modal>.content>.image,.ui.modal>[class*="top aligned"]{-ms-grid-row-align:top;-webkit-align-self:top;align-self:top}.ui.modal>[class*="middle aligned"]{-ms-grid-row-align:middle;-webkit-align-self:middle;align-self:middle}.ui.modal>[class*=stretched]{-ms-grid-row-align:stretch;-webkit-align-self:stretch;align-self:stretch}.ui.modal>.content>.description{display:block;-webkit-flex:1 0 auto;flex:1 0 auto;min-width:0;-ms-grid-row-align:top;-webkit-align-self:top;align-self:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{-webkit-flex:0 1 auto;flex:0 1 auto;min-width:"";width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{padding:1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){.ui.modal{width:95%}}@media only screen and (min-width:768px){.ui.modal{width:88%}}@media only screen and (min-width:992px){.ui.modal{width:850px}}@media only screen and (min-width:1200px){.ui.modal{width:900px}}@media only screen and (min-width:1920px){.ui.modal{width:950px}}@media only screen and (max-width:991px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem}}@media only screen and (max-width:767px){.ui.modal>.header{padding:.75rem 2.25rem .75rem 1rem!important}.ui.modal>.content{display:block;padding:1rem!important}.ui.modal>.close{top:.5rem!important;right:.5rem!important}.ui.modal .image.content{-webkit-flex-direction:column;flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto!important;text-align:center;padding:0 0 1rem!important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100%!important;margin:0!important;padding:1rem 0!important;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0!important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.active.modal{display:block}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.dimmable>.dimmer{position:fixed}.modals.dimmer .ui.scrolling.modal{position:static!important;margin:3.5rem auto!important}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal{position:absolute;margin-top:3.5rem!important}.undetached.dimmable.dimmed>.pusher{z-index:auto}@media only screen and (max-width:991px){.modals.dimmer .ui.scrolling.modal{margin-top:1rem!important;margin-bottom:1rem!important}}.ui.modal .scrolling.content{max-height:70vh;overflow:auto}.ui.fullscreen.modal{width:95%!important;left:2.5%!important;margin:1em auto}.ui.fullscreen.scrolling.modal{left:0!important}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem}.ui.modal{font-size:1rem}.ui.mini.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.mini.modal{width:95%}}@media only screen and (min-width:768px){.ui.mini.modal{width:35.2%}}@media only screen and (min-width:992px){.ui.mini.modal{width:340px}}@media only screen and (min-width:1200px){.ui.mini.modal{width:360px}}@media only screen and (min-width:1920px){.ui.mini.modal{width:380px}}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.small.modal{width:95%}}@media only screen and (min-width:768px){.ui.small.modal{width:70.4%}}@media only screen and (min-width:992px){.ui.small.modal{width:680px}}@media only screen and (min-width:1200px){.ui.small.modal{width:720px}}@media only screen and (min-width:1920px){.ui.small.modal{width:760px}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){.ui.large.modal{width:95%}}@media only screen and (min-width:768px){.ui.large.modal{width:88%}}@media only screen and (min-width:992px){.ui.large.modal{width:1020px}}@media only screen and (min-width:1200px){.ui.large.modal{width:1080px}}@media only screen and (min-width:1920px){.ui.large.modal{width:1140px}}/*!
* # Semantic UI 2.2.11 - Popup
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.popup{display:none;position:absolute;top:0;right:0;min-width:-webkit-min-content;min-width:min-content;z-index:1900;border:1px solid #d4d4d5;line-height:1.4285em;max-width:250px;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.popup>.header{padding:0;font-size:1.14285714em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:"";width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2}[data-tooltip]{position:relative}[data-tooltip]:before{content:"";width:.71428571em;height:.71428571em;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;position:absolute;font-size:1rem;background:#fff}[data-tooltip]:after{content:attr(data-tooltip);text-transform:none;text-align:left;white-space:nowrap;border:1px solid #d4d4d5;line-height:1.4285em;max-width:none;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);z-index:1}[data-tooltip]:not([data-position]):before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-tooltip]:not([data-position]):after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:100%;margin-bottom:.5em}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;visibility:hidden}[data-tooltip]:before{opacity:0;-webkit-transform:rotate(45deg) scale(0)!important;transform:rotate(45deg) scale(0)!important;-webkit-transform-origin:center top;transform-origin:center top;transition:all .1s ease}[data-tooltip]:after{opacity:1;-webkit-transform-origin:center bottom;transform-origin:center bottom;transition:all .1s ease}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;pointer-events:auto}[data-tooltip]:hover:before{-webkit-transform:rotate(45deg) scale(1)!important;transform:rotate(45deg) scale(1)!important;opacity:1}[data-tooltip]:after,[data-tooltip][data-position="bottom center"]:after,[data-tooltip][data-position="top center"]:after{-webkit-transform:translateX(-50%) scale(0)!important;transform:translateX(-50%) scale(0)!important}[data-tooltip]:hover:after,[data-tooltip][data-position="bottom center"]:hover:after{-webkit-transform:translateX(-50%) scale(1)!important;transform:translateX(-50%) scale(1)!important}[data-tooltip][data-position="left center"]:after,[data-tooltip][data-position="right center"]:after{-webkit-transform:translateY(-50%) scale(0)!important;transform:translateY(-50%) scale(0)!important}[data-tooltip][data-position="left center"]:hover:after,[data-tooltip][data-position="right center"]:hover:after{-webkit-transform:translateY(-50%) scale(1)!important;transform:translateY(-50%) scale(1)!important}[data-tooltip][data-position="bottom left"]:after,[data-tooltip][data-position="bottom right"]:after,[data-tooltip][data-position="top left"]:after,[data-tooltip][data-position="top right"]:after{-webkit-transform:scale(0)!important;transform:scale(0)!important}[data-tooltip][data-position="bottom left"]:hover:after,[data-tooltip][data-position="bottom right"]:hover:after,[data-tooltip][data-position="top left"]:hover:after,[data-tooltip][data-position="top right"]:hover:after{-webkit-transform:scale(1)!important;transform:scale(1)!important}[data-tooltip][data-inverted]:before{box-shadow:none!important;background:#1b1c1d}[data-tooltip][data-inverted]:after{background:#1b1c1d;color:#fff;border:none;box-shadow:none}[data-tooltip][data-inverted]:after .header{background-color:none;color:#fff}[data-position="top center"][data-tooltip]:after{top:auto;right:auto;left:50%;bottom:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:.5em}[data-position="top center"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top left"][data-tooltip]:after{top:auto;right:auto;left:0;bottom:100%;margin-bottom:.5em}[data-position="top left"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top right"][data-tooltip]:after{top:auto;left:auto;right:0;bottom:100%;margin-bottom:.5em}[data-position="top right"][data-tooltip]:before{top:auto;left:auto;bottom:100%;right:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="bottom center"][data-tooltip]:after{bottom:auto;right:auto;left:50%;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:.5em}[data-position="bottom center"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom left"][data-tooltip]:after{left:0;top:100%;margin-top:.5em}[data-position="bottom left"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom right"][data-tooltip]:after{right:0;top:100%;margin-top:.5em}[data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;top:100%;right:1em;margin-left:-.14285714rem;margin-top:.07142857rem}[data-position="left center"][data-tooltip]:after{right:100%;top:50%;margin-right:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="left center"][data-tooltip]:before{right:100%;top:50%;margin-top:-.14285714rem;margin-right:-.07142857rem}[data-position="right center"][data-tooltip]:after{left:100%;top:50%;margin-left:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="right center"][data-tooltip]:before{left:100%;top:50%;margin-top:-.07142857rem;margin-left:.14285714rem}[data-position~=bottom][data-tooltip]:before{background:#fff;box-shadow:-1px -1px 0 0 #bababc}[data-position="left center"][data-tooltip]:before{background:#fff;box-shadow:1px -1px 0 0 #bababc}[data-position="right center"][data-tooltip]:before{background:#fff;box-shadow:-1px 1px 0 0 #bababc}[data-position~=top][data-tooltip]:before{background:#fff}[data-inverted][data-position~=bottom][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px -1px 0 0 #bababc}[data-inverted][data-position="left center"][data-tooltip]:before{background:#1b1c1d;box-shadow:1px -1px 0 0 #bababc}[data-inverted][data-position="right center"][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px 1px 0 0 #bababc}[data-inverted][data-position~=top][data-tooltip]:before{background:#1b1c1d}[data-position~=bottom][data-tooltip]:before{-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-position~=bottom][data-tooltip]:after{-webkit-transform-origin:center top;transform-origin:center top}[data-position="left center"][data-tooltip]:before{-webkit-transform-origin:top center;transform-origin:top center}[data-position="left center"][data-tooltip]:after,[data-position="right center"][data-tooltip]:before{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:after{-webkit-transform-origin:left center;transform-origin:left center}.ui.popup{margin:0}.ui.top.popup{margin:0 0 .71428571em}.ui.top.left.popup{-webkit-transform-origin:left bottom;transform-origin:left bottom}.ui.top.center.popup{-webkit-transform-origin:center bottom;transform-origin:center bottom}.ui.top.right.popup{-webkit-transform-origin:right bottom;transform-origin:right bottom}.ui.left.center.popup{margin:0 .71428571em 0 0;-webkit-transform-origin:right 50%;transform-origin:right 50%}.ui.right.center.popup{margin:0 0 0 .71428571em;-webkit-transform-origin:left 50%;transform-origin:left 50%}.ui.bottom.popup{margin:.71428571em 0 0}.ui.bottom.left.popup{-webkit-transform-origin:left top;transform-origin:left top}.ui.bottom.center.popup{-webkit-transform-origin:center top;transform-origin:center top}.ui.bottom.right.popup{-webkit-transform-origin:right top;transform-origin:right top}.ui.bottom.center.popup:before{margin-left:-.30714286em;top:-.30714286em;left:50%;right:auto;bottom:auto;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.30714286em;left:1em;right:auto;bottom:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.30714286em;right:1em;bottom:auto;left:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.30714286em;left:50%;margin-left:-.30714286em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.30714286em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.30714286em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.30714286em;bottom:auto;left:auto;margin-top:-.30714286em;box-shadow:1px -1px 0 0 #bababc}.ui.right.center.popup:before{top:50%;left:-.30714286em;bottom:auto;right:auto;margin-top:-.30714286em;box-shadow:-1px 1px 0 0 #bababc}.ui.bottom.popup:before,.ui.left.center.popup:before,.ui.right.center.popup:before,.ui.top.popup:before{background:#fff}.ui.inverted.bottom.popup:before,.ui.inverted.left.center.popup:before,.ui.inverted.right.center.popup:before,.ui.inverted.top.popup:before{background:#1b1c1d}.ui.popup>.ui.grid:not(.padded){width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.visible.popup{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.basic.popup:before{display:none}.ui.wide.popup{max-width:350px}.ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){.ui.wide.popup,.ui[class*="very wide"].popup{max-width:250px}}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.mini.popup{font-size:.78571429rem}.ui.tiny.popup{font-size:.85714286rem}.ui.small.popup{font-size:.92857143rem}.ui.popup{font-size:1rem}.ui.large.popup{font-size:1.14285714rem}.ui.huge.popup{font-size:1.42857143rem}/*!
* # Semantic UI 2.2.11 - Search
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.search{position:relative}.ui.search>.prompt{margin:0;outline:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-shadow:none;font-style:normal;font-weight:400;line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;box-shadow:inset 0 0 0 0 transparent;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease}.ui.search .prompt{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search>.results{display:none;position:absolute;top:100%;left:0;-webkit-transform-origin:center top;transform-origin:center top;white-space:normal;margin-top:.5em;width:18em;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);z-index:998}.ui.search>.results .result{cursor:pointer;display:block;overflow:hidden;font-size:1em;padding:.85714286em 1.14285714em;line-height:1.33}.ui.search>.results .result:last-child{border-bottom:none!important}.ui.search>.results .result .image{float:right;overflow:hidden;background:none;width:5em;height:3em;border-radius:.25em}.ui.search>.results .result .image img{display:block;width:auto;height:100%}.ui.search>.results .result .image+.content{margin:0 6em 0 0}.ui.search>.results .result .title{margin:-.14285714em 0 0;font-weight:700;font-size:1em}.ui.search>.results .result .description{margin-top:0;font-size:.92857143em}.ui.search>.results>.message{padding:1em}.ui.search>.results>.message .header{font-size:1rem;font-weight:700}.ui.search>.results>.message .description{margin-top:.25rem;font-size:1em}.ui.search>.results>.action{display:block;border-top:none;padding:.92857143em 1em;font-weight:700;text-align:center}.ui.loading.search .input>i.icon:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.search .input>i.icon:after,.ui.loading.search .input>i.icon:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}.ui.loading.search .input>i.icon:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#767676;box-shadow:0 0 0 1px transparent}.ui.category.search>.results .category .result.active,.ui.search>.results .result.active{position:relative;box-shadow:none}.ui.search.selection .prompt{border-radius:.28571429rem}.ui.search.selection>.icon.input>.remove.icon{pointer-events:none;position:absolute;left:auto;opacity:0;color:"";top:0;right:0;transition:color .1s ease,opacity .1s ease}.ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}.ui.search.selection>.icon.input>.remove.icon:hover{opacity:1;color:#db2828}.ui.category.search .results{width:28em}.ui.category.search>.results .category{box-shadow:none;border-bottom:1px solid rgba(34,36,38,.1);transition:background .1s ease,border-color .1s ease}.ui.category.search>.results .category:last-child{border-bottom:none}.ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}.ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem 0}.ui.category.search>.results .category .result{margin-left:100px;transition:background .1s ease,border-color .1s ease;padding:.85714286em 1.14285714em}.ui.category.search>.results .category:last-child .result:last-child{border-bottom:none}.ui.category.search>.results .category>.name{width:100px;background:transparent;font-size:1em;float:1em;float:left;padding:.4em 1em;font-weight:700}.ui[class*="left aligned"].search>.results{right:auto;left:0}.ui[class*="right aligned"].search>.results{right:0;left:auto}.ui.fluid.search .results{width:100%}.ui.mini.search{font-size:.78571429em}.ui.small.search{font-size:.92857143em}.ui.search{font-size:1em}.ui.large.search{font-size:1.14285714em}.ui.big.search{font-size:1.28571429em}.ui.huge.search{font-size:1.42857143em}.ui.massive.search{font-size:1.71428571em}/*!
* # Semantic UI 2.2.11 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/.ui.sidebar{position:fixed;top:0;left:0;transition:none;will-change:transform;-webkit-transform:translateZ(0);transform:translateZ(0);visibility:hidden;-webkit-overflow-scrolling:touch;height:100%!important;max-height:100%;border-radius:0!important;margin:0!important;overflow-y:auto!important;z-index:102}.ui.sidebar,.ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.left.sidebar{right:auto;left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.sidebar{right:0!important;left:auto!important;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.bottom.sidebar,.ui.top.sidebar{width:100%!important;height:auto!important}.ui.top.sidebar{top:0!important;bottom:auto!important;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.sidebar{top:auto!important;bottom:0!important;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pushable{height:100%;overflow-x:hidden;padding:0!important}.pushable:not(body){-webkit-transform:translateZ(0);transform:translateZ(0)}.pushable:not(body)>.fixed,.pushable:not(body)>.pusher:after,.pushable:not(body)>.ui.sidebar{position:absolute}.pushable>.fixed{position:fixed;will-change:transform;z-index:101}.pushable>.fixed,.pushable>.pusher{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.pushable>.pusher{position:relative;overflow:hidden;min-height:100%;z-index:2;background:inherit}.pushable>.pusher:after{position:fixed;top:0;right:0;content:"";background-color:rgba(0,0,0,.4);overflow:hidden;opacity:0;transition:opacity .5s;will-change:opacity;z-index:1000}.ui.sidebar.menu .item{border-radius:0!important}.pushable>.pusher.dimmed:after{width:100%!important;height:100%!important;opacity:1!important}.ui.animating.sidebar{visibility:visible}.ui.visible.sidebar{visibility:visible;-webkit-transform:translateZ(0);transform:translateZ(0)}.ui.bottom.visible.sidebar,.ui.left.visible.sidebar,.ui.right.visible.sidebar,.ui.top.visible.sidebar{box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.visible.left.sidebar~.fixed,.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0)}.ui.visible.right.sidebar~.fixed,.ui.visible.right.sidebar~.pusher{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}.ui.visible.top.sidebar~.fixed,.ui.visible.top.sidebar~.pusher{-webkit-transform:translate3d(0,36px,0);transform:translate3d(0,36px,0)}.ui.visible.bottom.sidebar~.fixed,.ui.visible.bottom.sidebar~.pusher{-webkit-transform:translate3d(0,-36px,0);transform:translate3d(0,-36px,0)}.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,.ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{-webkit-transform:translateZ(0);transform:translateZ(0)}.ui.visible.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}.ui.visible[class*="very thin"].left.sidebar~.fixed,.ui.visible[class*="very thin"].left.sidebar~.pusher{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.ui.visible.wide.left.sidebar~.fixed,.ui.visible.wide.left.sidebar~.pusher{-webkit-transform:translate3d(350px,0,0);transform:translate3d(350px,0,0)}.ui.visible[class*="very wide"].left.sidebar~.fixed,.ui.visible[class*="very wide"].left.sidebar~.pusher{-webkit-transform:translate3d(475px,0,0);transform:translate3d(475px,0,0)}.ui.visible.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}.ui.visible[class*="very thin"].right.sidebar~.fixed,.ui.visible[class*="very thin"].right.sidebar~.pusher{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0)}.ui.visible.wide.right.sidebar~.fixed,.ui.visible.wide.right.sidebar~.pusher{-webkit-transform:translate3d(-350px,0,0);transform:translate3d(-350px,0,0)}.ui.visible[class*="very wide"].right.sidebar~.fixed,.ui.visible[class*="very wide"].right.sidebar~.pusher{-webkit-transform:translate3d(-475px,0,0);transform:translate3d(-475px,0,0)}.ui.overlay.sidebar{z-index:102}.ui.left.overlay.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.overlay.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.overlay.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.overlay.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.animating.ui.overlay.sidebar,.ui.visible.overlay.sidebar{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.bottom.overlay.sidebar,.ui.visible.left.overlay.sidebar,.ui.visible.right.overlay.sidebar,.ui.visible.top.overlay.sidebar{-webkit-transform:translateZ(0);transform:translateZ(0)}.ui.visible.overlay.sidebar~.fixed,.ui.visible.overlay.sidebar~.pusher{-webkit-transform:none!important;transform:none!important}.ui.push.sidebar{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;z-index:102}.ui.left.push.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.push.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.push.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.push.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.uncover.sidebar,.ui.visible.push.sidebar{-webkit-transform:translateZ(0);transform:translateZ(0)}.ui.uncover.sidebar{z-index:1}.ui.visible.uncover.sidebar{-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.slide.along.sidebar{z-index:1}.ui.left.slide.along.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.right.slide.along.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.top.slide.along.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.bottom.slide.along.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.animating.slide.along.sidebar{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.along.sidebar{-webkit-transform:translateZ(0);transform:translateZ(0)}.ui.slide.out.sidebar{z-index:1}.ui.left.slide.out.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.right.slide.out.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.top.slide.out.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.bottom.slide.out.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.animating.slide.out.sidebar{transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.ui.visible.slide.out.sidebar{-webkit-transform:translateZ(0);transform:translateZ(0)}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Light.ad19bd8c.eot);src:url(../../static/media/HoneywellSansWeb-Light.ad19bd8c.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Light.41ffdfc4.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Light.9c5d445b.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Light.69fb4bce.svg) format("svg");font-weight:200;font-style:normal}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Book.cc75b450.eot);src:url(../../static/media/HoneywellSansWeb-Book.cc75b450.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Book.08648cf8.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Book.bdb2586e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Book.9bf279af.svg) format("svg");font-weight:300;font-style:normal}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Medium.6d9f37e6.eot);src:url(../../static/media/HoneywellSansWeb-Medium.6d9f37e6.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Medium.b8e0e2cb.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Medium.1823d021.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Medium.6a2d2052.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Bold.8a92f368.eot);src:url(../../static/media/HoneywellSansWeb-Bold.8a92f368.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Bold.b1f6b1d9.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Bold.f672baa2.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Bold.44e761b4.svg) format("svg");font-weight:600;font-style:normal}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Bold.8a92f368.eot);src:url(../../static/media/HoneywellSansWeb-Bold.8a92f368.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Bold.b1f6b1d9.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Bold.f672baa2.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Bold.44e761b4.svg) format("svg");font-weight:600;font-style:bold}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Extrabold.90d7b537.eot);src:url(../../static/media/HoneywellSansWeb-Extrabold.90d7b537.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Extrabold.fa0220b1.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Extrabold.2737455e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Extrabold.8b7aa29b.svg) format("svg");font-weight:700;font-style:normal}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Black.f24d21ee.eot);src:url(../../static/media/HoneywellSansWeb-Black.f24d21ee.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Black.3065f16e.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Black.04d4128c.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Black.83de0ac4.svg) format("svg");font-weight:800;font-style:normal}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-LightItalic.6684cba2.eot);src:url(../../static/media/HoneywellSansWeb-LightItalic.6684cba2.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-LightItalic.5f1b495f.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-LightItalic.9df77f2c.woff) format("woff"),url(../../static/media/HoneywellSansWeb-LightItalic.b9936aa6.svg) format("svg");font-weight:200;font-style:italic}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-BookItalic.fa67e766.eot);src:url(../../static/media/HoneywellSansWeb-BookItalic.fa67e766.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BookItalic.f84093b8.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BookItalic.c147348d.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BookItalic.d87611f5.svg) format("svg");font-weight:300;font-style:italic}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-MediumItalic.6ddaa356.eot);src:url(../../static/media/HoneywellSansWeb-MediumItalic.6ddaa356.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-MediumItalic.e2025b18.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-MediumItalic.9d4a2c7e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-MediumItalic.f675bdea.svg) format("svg");font-weight:400;font-style:italic}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-BoldItalic.26fc8995.eot);src:url(../../static/media/HoneywellSansWeb-BoldItalic.26fc8995.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BoldItalic.961361ce.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BoldItalic.a71c3619.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BoldItalic.92893ae1.svg) format("svg");font-weight:600;font-style:italic}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-ExtraboldItalic.bde35563.eot);src:url(../../static/media/HoneywellSansWeb-ExtraboldItalic.bde35563.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.9088ea84.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.eb57daff.woff) format("woff"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.9ae4e2ff.svg) format("svg");font-weight:700;font-style:italic}@font-face{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-BlackItalic.c0efa393.eot);src:url(../../static/media/HoneywellSansWeb-BlackItalic.c0efa393.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BlackItalic.c4483b8e.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BlackItalic.697df9a1.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BlackItalic.d7996249.svg) format("svg");font-weight:800;font-style:italic}@font-face{font-family:Honeywell-Global;src:url(../../static/media/Honeywell-Global.5118537e.eot);src:url(../../static/media/Honeywell-Global.5118537e.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Global.fbe81648.ttf) format("truetype"),url(../../static/media/Honeywell-Global.b9834b07.woff) format("woff"),url(../../static/media/Honeywell-Global.a1a78a1d.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Honeywell-Flight;src:url(../../static/media/Honeywell-Flight.786cad89.eot);src:url(../../static/media/Honeywell-Flight.786cad89.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Flight.f2cdd361.woff2) format("woff2"),url(../../static/media/Honeywell-Flight.386c97ab.ttf) format("truetype"),url(../../static/media/Honeywell-Flight.cbb9b900.woff) format("woff"),url(../../static/media/Honeywell-Flight.5b1bf9fe.svg) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Honeywell-Addons;src:url(../../static/media/Honeywell-Addons.ca045c57.woff2) format("woff2"),url(../../static/media/Honeywell-Addons.8dbcf822.ttf) format("truetype"),url(../../static/media/Honeywell-Addons.880334cb.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Honeywell-Buildings;src:url(../../static/media/Honeywell-Buildings.86fe4048.eot);src:url(../../static/media/Honeywell-Buildings.86fe4048.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Buildings.a394f2a1.woff2) format("woff2"),url(../../static/media/Honeywell-Buildings.f4a4f36f.ttf) format("truetype"),url(../../static/media/Honeywell-Buildings.f82f3486.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Honeywell-Weather;src:url(../../static/media/Honeywell-Weather.5077bddc.eot);src:url(../../static/media/Honeywell-Weather.5077bddc.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Weather.2fb576c8.woff2) format("woff2"),url(../../static/media/Honeywell-Weather.5505a952.ttf) format("truetype"),url(../../static/media/Honeywell-Weather.ef57ee0f.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Honeywell-Icons;src:url(../../static/media/Honeywell-Icons.f6071410.woff2) format("woff2"),url(../../static/media/Honeywell-Icons.d1af0b8a.ttf) format("truetype"),url(../../static/media/Honeywell-Icons.5591ebd3.woff) format("woff");font-weight:400;font-style:normal}.h-icon.global{font-family:Honeywell-Global!important}.h-icon.global.badge-alert:before{content:""}.h-icon.global.badge-help:before{content:""}.h-icon.global.badge-info:before{content:""}.h-icon.global.badge-stop:before{content:""}.h-icon.global.badge-warning:before{content:""}.h-icon.global.battery-empty:before{content:""}.h-icon.global.battery-full:before{content:""}.h-icon.global.battery-low:before{content:""}.h-icon.global.battery-mid:before{content:""}.h-icon.global.calendar:before{content:""}.h-icon.global.camera:before{content:""}.h-icon.global.caret-down:before{content:""}.h-icon.global.caret-left:before{content:""}.h-icon.global.caret-right:before{content:""}.h-icon.global.caret-up:before{content:""}.h-icon.global.check:before{content:""}.h-icon.global.close:before{content:""}.h-icon.global.credit-card:before{content:""}.h-icon.global.delete:before{content:""}.h-icon.global.document:before{content:""}.h-icon.global.edit-circled:before{content:""}.h-icon.global.edit:before{content:""}.h-icon.global.email:before{content:""}.h-icon.global.expand:before{content:""}.h-icon.global.export:before{content:""}.h-icon.global.file-download:before{content:""}.h-icon.global.file-upload:before{content:""}.h-icon.global.filter:before{content:""}.h-icon.global.flag-icon:before{content:""}.h-icon.global.fullscreen-enter:before{content:""}.h-icon.global.fullscreen-exit:before{content:""}.h-icon.global.globe:before{content:""}.h-icon.global.graph:before{content:""}.h-icon.global.home:before{content:""}.h-icon.global.location:before{content:""}.h-icon.global.locked:before{content:""}.h-icon.global.map:before{content:""}.h-icon.global.menu-icon:before{content:""}.h-icon.global.message:before{content:""}.h-icon.global.multiple-devices:before{content:""}.h-icon.global.notification:before{content:""}.h-icon.global.paperclip:before{content:""}.h-icon.global.pc:before{content:""}.h-icon.global.phone:before{content:""}.h-icon.global.playback-pause:before{content:""}.h-icon.global.playback-play:before{content:""}.h-icon.global.print:before{content:""}.h-icon.global.redo:before{content:""}.h-icon.global.refresh:before{content:""}.h-icon.global.reminders:before{content:""}.h-icon.global.save:before{content:""}.h-icon.global.search:before{content:""}.h-icon.global.settings:before{content:""}.h-icon.global.share-2:before{content:""}.h-icon.global.share:before{content:""}.h-icon.global.shopping-bag:before{content:""}.h-icon.global.slider-controls-minus:before{content:""}.h-icon.global.slider-controls-plus:before{content:""}.h-icon.global.smartphone:before{content:""}.h-icon.global.social-fb-sq:before{content:""}.h-icon.global.social-fb:before{content:""}.h-icon.global.social-ig-sq:before{content:""}.h-icon.global.social-ig:before{content:""}.h-icon.global.social-li-sq:before{content:""}.h-icon.global.social-li:before{content:""}.h-icon.global.social-tw-sq:before{content:""}.h-icon.global.social-tw:before{content:""}.h-icon.global.social-yt-sq:before{content:""}.h-icon.global.social-yt:before{content:""}.h-icon.global.speaker-off:before{content:""}.h-icon.global.speaker-on:before{content:""}.h-icon.global.star:before{content:""}.h-icon.global.tools:before{content:""}.h-icon.global.undo:before{content:""}.h-icon.global.unlocked:before{content:""}.h-icon.global.user:before{content:""}.h-icon.global.users:before{content:""}.h-icon.global.voice-message:before{content:""}.h-icon.global.wifi:before{content:""}.h-icon.global.shipping{font-family:Honeywell-Addons!important}.h-icon.global.shipping:before{content:"🎙"}.h-icon.global.app-launcher{font-family:Honeywell-Addons!important}.h-icon.global.app-launcher:before{content:""}.h-icon.global.double-caret-right{font-family:Honeywell-Addons!important}.h-icon.global.double-caret-right:before{content:""}.h-icon.global.double-caret-left{font-family:Honeywell-Addons!important}.h-icon.global.double-caret-left:before{content:""}.h-icon.global.rtm{font-family:Honeywell-Addons!important}.h-icon.global.rtm:before{content:""}.h-icon.global.organization{font-family:Honeywell-Addons!important}.h-icon.global.organization:before{content:""}.h-icon.global.dash{font-family:Honeywell-Addons!important}.h-icon.global.dash:before{content:""}.h-icon.global.equipment{font-family:Honeywell-Addons!important}.h-icon.global.equipment:before{content:""}.h-icon.global.inspections{font-family:Honeywell-Addons!important}.h-icon.global.inspections:before{content:""}.h-icon.global.reports{font-family:Honeywell-Addons!important}.h-icon.global.reports:before{content:""}.h-icon.global.training{font-family:Honeywell-Addons!important}.h-icon.global.training:before{content:""}.h-icon.global.sites-pin{font-family:Honeywell-Addons!important}.h-icon.global.sites-pin:before{content:""}.h-icon.global.users-two{font-family:Honeywell-Addons!important}.h-icon.global.users-two:before{content:""}.h-icon.global.unequal{font-family:Honeywell-Addons!important}.h-icon.global.unequal:before{content:""}.h-icon.aero{font-family:Honeywell-Flight!important}.h-icon.aero.ac-atr:before{content:""}.h-icon.aero.ac-bga:before{content:""}.h-icon.aero.ac-dns:before{content:""}.h-icon.aero.ac-dualprop:before{content:""}.h-icon.aero.ac-glider:before{content:""}.h-icon.aero.ac-highwing:before{content:""}.h-icon.aero.ac-lowwing:before{content:""}.h-icon.aero.ac-profile:before{content:""}.h-icon.aero.ac-right:before{content:""}.h-icon.aero.ac-settings:before{content:""}.h-icon.aero.ac-up:before{content:""}.h-icon.aero.airports-directory:before{content:""}.h-icon.aero.airports-nearby:before{content:""}.h-icon.aero.airports:before{content:""}.h-icon.aero.cabin-seat:before{content:""}.h-icon.aero.cabin:before{content:""}.h-icon.aero.cleaning:before{content:""}.h-icon.aero.eapis-3:before{content:""}.h-icon.aero.eapis-alt:before{content:""}.h-icon.aero.eapis:before{content:""}.h-icon.aero.egi-2:before{content:""}.h-icon.aero.egi:before{content:""}.h-icon.aero.fbo-1:before{content:""}.h-icon.aero.fbo-2:before{content:""}.h-icon.aero.fbo:before{content:""}.h-icon.aero.flight-attendant:before{content:""}.h-icon.aero.flight-plan-doc:before{content:""}.h-icon.aero.flight-plan-new:before{content:""}.h-icon.aero.flight-plan:before{content:""}.h-icon.aero.flight-schedule-alt:before{content:""}.h-icon.aero.flight-schedule:before{content:""}.h-icon.aero.fuel:before{content:""}.h-icon.aero.hangar:before{content:""}.h-icon.aero.helicopter:before{content:""}.h-icon.aero.intl-trip:before{content:""}.h-icon.aero.luggage:before{content:""}.h-icon.aero.notams-2:before{content:""}.h-icon.aero.notams-3:before{content:""}.h-icon.aero.notams:before{content:""}.h-icon.aero.pilot-crushcap:before{content:""}.h-icon.aero.plane-approach-1:before{content:""}.h-icon.aero.plane-approach-2:before{content:""}.h-icon.aero.psngr-boarding:before{content:""}.h-icon.aero.psngr-deboarding:before{content:""}.h-icon.aero.ramp-1:before{content:""}.h-icon.aero.ramp-2:before{content:""}.h-icon.aero.ramp-3:before{content:""}.h-icon.aero.runway-analysis-1:before{content:""}.h-icon.aero.runway-analysis-2:before{content:""}.h-icon.aero.runway-analysis-3:before{content:""}.h-icon.aero.runway:before{content:""}.h-icon.aero.screen-seat:before{content:""}.h-icon.aero.speed-indicator-air:before{content:""}.h-icon.aero.speed-indicator-vertical:before{content:""}.h-icon.aero.speed-indicator:before{content:""}.h-icon.aero.track-up-centered:before{content:""}.h-icon.aero.track-up:before{content:""}.h-icon.aero.trip-kit-add:before{content:""}.h-icon.aero.trip-kit-refresh:before{content:""}.h-icon.aero.trip-kit:before{content:""}.h-icon.aero.uav:before{content:""}.h-icon.aero.valance:before{content:""}.h-icon.aero.weather-chart:before{content:""}.h-icon.aero.wheel-chocks:before{content:""}.h-icon.aero.window-down:before{content:""}.h-icon.aero.window-mid:before{content:""}.h-icon.aero.window-up:before{content:""}.h-icon.aero.ptmd{font-family:Honeywell-Addons!important}.h-icon.aero.ptmd:before{content:""}.h-icon.aero.flight-efficiency{font-family:Honeywell-Addons!important}.h-icon.aero.flight-efficiency:before{content:""}.h-icon.aero.cmx{font-family:Honeywell-Addons!important}.h-icon.aero.cmx:before{content:""}.h-icon.building{font-family:Honeywell-Buildings!important}.h-icon.building.add:before{content:""}.h-icon.building.badge-alert:before{content:""}.h-icon.building.badge-help:before{content:""}.h-icon.building.badge-info:before{content:""}.h-icon.building.badge-stop:before{content:""}.h-icon.building.badge-warning:before{content:""}.h-icon.building.battery-empty:before{content:""}.h-icon.building.battery-full:before{content:""}.h-icon.building.battery-low:before{content:""}.h-icon.building.battery-mid:before{content:""}.h-icon.building.calendar .path1:before{content:""}.h-icon.building.calendar .path2:before{content:"";margin-left:-1em}.h-icon.building.calendar .path3:before{content:"";margin-left:-1em}.h-icon.building.calendar .path4:before{content:"";margin-left:-1em}.h-icon.building.calendar .path5:before{content:"";margin-left:-1em}.h-icon.building.calendar .path6:before{content:"";margin-left:-1em}.h-icon.building.calendar .path7:before{content:"";margin-left:-1em}.h-icon.building.calendar .path8:before{content:"";margin-left:-1em}.h-icon.building.calendar .path9:before{content:"";margin-left:-1em}.h-icon.building.calendar .path10:before{content:"";margin-left:-1em}.h-icon.building.calendar .path11:before{content:"";margin-left:-1em}.h-icon.building.calendar .path12:before{content:"";margin-left:-1em}.h-icon.building.calendar .path13:before{content:"";margin-left:-1em}.h-icon.building.camera:before{content:""}.h-icon.building.caret-down:before{content:""}.h-icon.building.caret-left:before{content:""}.h-icon.building.caret-right:before{content:""}.h-icon.building.caret-up:before{content:""}.h-icon.building.check:before{content:""}.h-icon.building.close-circled:before{content:""}.h-icon.building.close:before{content:""}.h-icon.building.cloud-download:before{content:""}.h-icon.building.cloud-upload:before{content:""}.h-icon.building.collapse:before{content:""}.h-icon.building.credit-card:before{content:""}.h-icon.building.dashboard:before{content:""}.h-icon.building.delete:before{content:""}.h-icon.building.doc-add:before{content:""}.h-icon.building.doc-annotate:before{content:""}.h-icon.building.doc-certificate:before{content:""}.h-icon.building.doc-pdf:before{content:""}.h-icon.building.doc-photo:before{content:""}.h-icon.building.doc-proc:before{content:""}.h-icon.building.doc-search:before{content:""}.h-icon.building.doc-test:before{content:""}.h-icon.building.document:before{content:""}.h-icon.building.edit-circled:before{content:""}.h-icon.building.edit:before{content:""}.h-icon.building.email:before{content:""}.h-icon.building.expand:before{content:""}.h-icon.building.export:before{content:""}.h-icon.building.file-download:before{content:""}.h-icon.building.file-upload:before{content:""}.h-icon.building.filter:before{content:""}.h-icon.building.flag-icon:before{content:""}.h-icon.building.folder-music:before{content:""}.h-icon.building.folder:before{content:""}.h-icon.building.fullscreen-enter:before{content:""}.h-icon.building.fullscreen-exit:before{content:""}.h-icon.building.globe:before{content:""}.h-icon.building.graph:before{content:""}.h-icon.building.home:before{content:""}.h-icon.building.location:before{content:""}.h-icon.building.locked:before{content:""}.h-icon.building.map:before{content:""}.h-icon.building.menu-icon:before{content:""}.h-icon.building.message:before{content:""}.h-icon.building.messages:before{content:""}.h-icon.building.modify:before{content:""}.h-icon.building.multiple-devices:before{content:""}.h-icon.building.music:before{content:""}.h-icon.building.notification:before{content:""}.h-icon.building.paperclip:before{content:""}.h-icon.building.pc:before{content:""}.h-icon.building.phone:before{content:""}.h-icon.building.playback-pause:before{content:""}.h-icon.building.playback-play:before{content:""}.h-icon.building.playback-rec:before{content:""}.h-icon.building.playback-stop:before{content:""}.h-icon.building.print:before{content:""}.h-icon.building.redo:before{content:""}.h-icon.building.refresh:before{content:""}.h-icon.building.save:before{content:""}.h-icon.building.search:before{content:""}.h-icon.building.settings:before{content:""}.h-icon.building.share-2:before{content:""}.h-icon.building.share:before{content:""}.h-icon.building.shopping-bag:before{content:""}.h-icon.building.slider-controls-minus:before{content:""}.h-icon.building.slider-controls-plus:before{content:""}.h-icon.building.smartphone:before{content:""}.h-icon.building.social-fb:before{content:""}.h-icon.building.social-ig:before{content:""}.h-icon.building.social-tw:before{content:""}.h-icon.building.social-yt:before{content:""}.h-icon.building.speaker-off:before{content:""}.h-icon.building.speaker-on:before{content:""}.h-icon.building.star:before{content:""}.h-icon.building.tag:before{content:""}.h-icon.building.timeline:before{content:""}.h-icon.building.tools:before{content:""}.h-icon.building.undo:before{content:""}.h-icon.building.unlocked:before{content:""}.h-icon.building.user-filled:before{content:""}.h-icon.building.user:before{content:""}.h-icon.building.voicemessages:before{content:""}.h-icon.building.wifi:before{content:""}.h-icon.building.total-footprint{font-family:Honeywell-Addons!important}.h-icon.building.total-footprint:before{content:""}.h-icon.building.sites{font-family:Honeywell-Addons!important}.h-icon.building.sites:before{content:""}.h-icon.building.portfolio-savings{font-family:Honeywell-Addons!important}.h-icon.building.portfolio-savings:before{content:""}.h-icon.building.portfolio-cost{font-family:Honeywell-Addons!important}.h-icon.building.portfolio-cost:before{content:""}.h-icon.building.comfort{font-family:Honeywell-Addons!important}.h-icon.building.comfort:before{content:""}.h-icon.building.filter-alt{font-family:Honeywell-Addons!important}.h-icon.building.filter-alt:before{content:""}.h-icon.building.graph-alt{font-family:Honeywell-Addons!important}.h-icon.building.graph-alt:before{content:""}.h-icon.building.home-alt{font-family:Honeywell-Addons!important}.h-icon.building.home-alt:before{content:""}.h-icon.building.sites-alt{font-family:Honeywell-Addons!important}.h-icon.building.sites-alt:before{content:""}.h-icon.building.operations{font-family:Honeywell-Addons!important}.h-icon.building.operations:before{content:""}.h-icon.building.energy{font-family:Honeywell-Addons!important}.h-icon.building.energy:before{content:""}.h-icon.building.rounds{font-family:Honeywell-Addons!important}.h-icon.building.rounds:before{content:""}.h-icon.weather{font-family:Honeywell-Weather}.h-icon.weather.blowingsnow:before{content:""}.h-icon.weather.breezy:before{content:""}.h-icon.weather.clear:before{content:""}.h-icon.weather.clearnight:before{content:""}.h-icon.weather.drizzle:before{content:""}.h-icon.weather.fewbrokenclowds:before{content:""}.h-icon.weather.fog:before{content:""}.h-icon.weather.freezingdrizzle:before{content:""}.h-icon.weather.freezingrain:before{content:""}.h-icon.weather.funnelcloud:before{content:""}.h-icon.weather.hail:before{content:""}.h-icon.weather.haze:before{content:""}.h-icon.weather.heavyfog:before{content:""}.h-icon.weather.heavyrain:before{content:""}.h-icon.weather.heavysnow:before{content:""}.h-icon.weather.hot:before{content:""}.h-icon.weather.hurricane:before{content:""}.h-icon.weather.ice:before{content:""}.h-icon.weather.icepellets:before{content:""}.h-icon.weather.lightfog:before{content:""}.h-icon.weather.lightrain:before{content:""}.h-icon.weather.lightsnow:before{content:""}.h-icon.weather.mixrainfall:before{content:""}.h-icon.weather.moderatefog:before{content:""}.h-icon.weather.moderaterain:before{content:""}.h-icon.weather.moderatesnow:before{content:""}.h-icon.weather.na:before{content:""}.h-icon.weather.noreport:before{content:""}.h-icon.weather.overcast:before{content:""}.h-icon.weather.rain:before{content:""}.h-icon.weather.rainshowers:before{content:""}.h-icon.weather.sandustorm:before{content:""}.h-icon.weather.scatteredclouds:before{content:""}.h-icon.weather.scatteredshowers:before{content:""}.h-icon.weather.scatteredthunderstorm:before{content:""}.h-icon.weather.smoke:before{content:""}.h-icon.weather.snowshowers:before{content:""}.h-icon.weather.sunrise:before{content:""}.h-icon.weather.sunset:before{content:""}.h-icon.weather.thunderstorm:before{content:""}.h-icon.weather.tropicalstorm:before{content:""}.h-icon.weather.water:before{content:""}html.honeywell-dark-theme body{letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;background:#202020}html.honeywell-dark-theme body,html.honeywell-dark-theme h1,html.honeywell-dark-theme h2,html.honeywell-dark-theme h3,html.honeywell-dark-theme h4,html.honeywell-dark-theme h5{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif}html.honeywell-dark-theme a,html.honeywell-dark-theme a:hover{color:#45a7ea}html.honeywell-dark-theme a:active{color:#8bc8f2}html.honeywell-dark-theme .accordion.ui.fluid{border:.0625rem solid #606060;border-top:none}html.honeywell-dark-theme .accordion.ui.fluid .title{border-top:.0625rem solid #606060;background:#303030;padding:1rem;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;letter-spacing:.25px;font-weight:600;color:#e0e0e0}html.honeywell-dark-theme .accordion.ui.fluid .title .root-icon{float:right;padding:.125rem}html.honeywell-dark-theme .accordion.ui.fluid .title .root-icon.left{float:left;padding-right:1rem}html.honeywell-dark-theme .accordion.ui.fluid .title.disabled{cursor:not-allowed;color:#606060}html.honeywell-dark-theme .accordion.ui.fluid .title.disabled .root-icon{color:#b0b0b0}html.honeywell-dark-theme .accordion.ui.fluid>:first-child{border-top:1px solid transparent}html.honeywell-dark-theme .accordion.ui.fluid .active.content{border-top:none;background:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0}html.honeywell-dark-theme .ui.accordion:not(.styled) .title~.content:not(.ui){padding-left:1rem;padding-right:1rem;padding-bottom:1rem!important;padding-top:0}html.honeywell-dark-theme .ui.label.badge{color:#000!important;font-size:.75rem;line-height:1rem;font-weight:600;min-height:1rem;min-width:1rem;padding:0 .25rem!important;vertical-align:middle}html.honeywell-dark-theme .ui.label.badge.circle-padding{padding:0 .125rem!important}html.honeywell-dark-theme .ui.label.badge.empty{width:.5rem!important;height:.5rem!important;padding:0!important;min-width:0!important;min-height:0!important}html.honeywell-dark-theme .ui.label.badge.red{background-color:#f15a4f!important;border-color:#f15a4f!important;color:#fff!important}html.honeywell-dark-theme .ui.label.badge.yellow{background-color:#ffc627!important;border-color:#ffc627!important}html.honeywell-dark-theme .ui.label.badge.orange{background-color:#f37021!important;border-color:#f37021!important}html.honeywell-dark-theme .ui.label.badge.green{background-color:#7eb338!important;border-color:#7eb338!important}html.honeywell-dark-theme .ui.label.badge.blue{background-color:#1792e5!important;border-color:#1792e5!important;color:#fff!important}html.honeywell-dark-theme .ui.label.badge.grey{background-color:grey!important;border-color:grey!important;color:#fff!important}html.honeywell-dark-theme .badged-icon{position:relative;display:inline-block}html.honeywell-dark-theme .badged-icon .ui.label{position:absolute;z-index:100;bottom:50%;right:-25%;margin:0}html.honeywell-dark-theme .badged-icon .ui.label.empty{left:50%;top:0;width:.5rem;height:.5rem}html.honeywell-dark-theme .below-text{min-height:1.25rem;margin:.125rem 0}html.honeywell-dark-theme .below-text .ui.error-message{font-weight:400;color:#e0e0e0;color:#f15a4f;font-weight:600}html.honeywell-dark-theme .below-text .ui.error-message,html.honeywell-dark-theme .below-text .ui.helper-message{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-size:.75rem;line-height:1.25rem;display:block}html.honeywell-dark-theme .below-text .ui.helper-message{font-weight:400;color:#e0e0e0;color:#a0a0a0}html.honeywell-dark-theme .ui.breadcrumb{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-top:.5rem!important;margin-bottom:.5rem!important;margin-left:1rem;color:#a0a0a0}html.honeywell-dark-theme .ui.breadcrumb .divider{margin:0 .25rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.breadcrumb .divider .h-icon{font-size:.5rem;color:#fff}html.honeywell-dark-theme .ui.breadcrumb .divider:last-of-type{display:none}html.honeywell-dark-theme .ui.breadcrumb .section,html.honeywell-dark-theme .ui.breadcrumb .section:hover{color:#e0e0e0}html.honeywell-dark-theme .ui.breadcrumb .section{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.breadcrumb a.section{cursor:pointer}html.honeywell-dark-theme .ui.button{cursor:pointer;outline:none;border-radius:0;transition:border-color .5s ease,background .5s ease,color .5s ease;box-sizing:border-box;text-transform:uppercase;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:600;padding:.4375rem 2.4375rem;margin:0;font-size:.875rem;letter-spacing:.5px;line-height:1.375rem}html.honeywell-dark-theme .ui.button>.button-content{position:relative!important}html.honeywell-dark-theme .ui.button.no-transform{text-transform:none}html.honeywell-dark-theme .ui.button.disabled{opacity:1!important}html.honeywell-dark-theme .ui.button.loading{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;transition:all 0s linear,opacity .1s ease}html.honeywell-dark-theme .ui.button.loading:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}html.honeywell-dark-theme .ui.button.loading:after,html.honeywell-dark-theme .ui.button.loading:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}html.honeywell-dark-theme .ui.button.loading:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#fff;box-shadow:0 0 0 1px transparent}html.honeywell-dark-theme .ui.button.loading.icon .icon{background-color:transparent;box-shadow:none}html.honeywell-dark-theme .ui.button.loading .basic:not(.inverted):before{border-color:rgba(0,0,0,.1)}html.honeywell-dark-theme .ui.button.loading .basic:not(.inverted):after{border-top-color:#767676}html.honeywell-dark-theme .ui.button.primary{border:.0625rem solid #45a7ea;background-color:#45a7ea;color:#000}html.honeywell-dark-theme .ui.button.primary:focus{border:.0625rem solid #45a7ea;background:#45a7ea;color:#000}html.honeywell-dark-theme .ui.button.primary:hover{background-color:#5db2ec;border-color:#5db2ec}html.honeywell-dark-theme .ui.button.primary.disabled{background-color:#505050;border-color:#505050;color:#000}html.honeywell-dark-theme .ui.button.primary:active{background-color:#8bc8f2;border-color:#8bc8f2}html.honeywell-dark-theme .ui.button.secondary,html.honeywell-dark-theme .ui.button.secondary:focus{border:.0625rem solid #45a7ea;color:#45a7ea;background-color:transparent}html.honeywell-dark-theme .ui.button.secondary:hover{color:#5db2ec;border-color:#5db2ec;background-color:transparent}html.honeywell-dark-theme .ui.button.secondary.disabled{background-color:#505050;border-color:#505050;color:#000}html.honeywell-dark-theme .ui.button.secondary:active{color:#8bc8f2;border-color:#8bc8f2;background-color:transparent}html.honeywell-dark-theme .ui.button.link{border:none;color:#45a7ea;background-color:transparent;text-transform:none;padding:0}html.honeywell-dark-theme .ui.button.link:hover{background-color:transparent;color:#5db2ec}html.honeywell-dark-theme .ui.button.link.disabled{background-color:transparent;color:#606060}html.honeywell-dark-theme .ui.button.link:active{background-color:transparent;color:#b0b0b0}html.honeywell-dark-theme .ui.button.inline,html.honeywell-dark-theme .ui.button.inline:focus{border:.0625rem solid #e0e0e0;color:#000;background-color:#e0e0e0}html.honeywell-dark-theme .ui.button.inline:hover{color:#000;border-color:#d0d0d0;background-color:#d0d0d0}html.honeywell-dark-theme .ui.button.inline.disabled{background-color:#505050;border-color:#505050;color:#000}html.honeywell-dark-theme .ui.button.inline:active{background-color:#b0b0b0;border-color:#b0b0b0}html.honeywell-dark-theme .ui.button.inline-secondary{border:.0625rem solid #e0e0e0;color:#e0e0e0;background-color:transparent}html.honeywell-dark-theme .ui.button.inline-secondary:hover{color:#d0d0d0;border-color:#d0d0d0;background-color:transparent}html.honeywell-dark-theme .ui.button.inline-secondary.disabled{background-color:#505050;border-color:#505050;color:#000}html.honeywell-dark-theme .ui.button.inline-secondary:active{color:#b0b0b0;border-color:#b0b0b0;background-color:transparent}html.honeywell-dark-theme .ui.button.small{padding:0 .875rem;height:1.875rem}html.honeywell-dark-theme .ui.button.large{padding:30px 72px;font-size:1em}html.honeywell-dark-theme .ui.button .h-icon{opacity:1!important;vertical-align:top;font-size:.875rem;line-height:.875rem;padding:.125rem}html.honeywell-dark-theme .ui.button .h-icon.left{padding-right:.25rem}html.honeywell-dark-theme .ui.button .h-icon.right{padding-left:.25rem}html.honeywell-dark-theme .ui.button+.ui.button{margin-left:1rem}html.honeywell-dark-theme .ui.buttons .ui.button{margin-left:0!important;border-radius:0}html.honeywell-dark-theme .ui.buttons .ui.button:not(:last-child){border-right:0}html.honeywell-dark-theme .ui.buttons .ui.button:first-child{border-left:.0625rem solid #45a7ea}html.honeywell-dark-theme .ui.card{background-color:#303030;border:none!important;border-radius:0!important;box-shadow:none;width:100%;-webkit-flex-direction:column;flex-direction:column}html.honeywell-dark-theme .ui.card,html.honeywell-dark-theme .ui.card .header{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.card .header{color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;padding:.75rem 1rem 0;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-grow:0;flex-grow:0}html.honeywell-dark-theme .ui.card .header .h-icon{color:#fff;margin:0}html.honeywell-dark-theme .ui.card .header>:not(.header){-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}html.honeywell-dark-theme .ui.card .meta{color:#e0e0e0;font-size:1rem;line-height:1.5rem;color:#a0a0a0;padding:0 1rem}html.honeywell-dark-theme .ui.card .content,html.honeywell-dark-theme .ui.card .meta{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400}html.honeywell-dark-theme .ui.card .content{font-size:.875rem;line-height:1.375rem;color:#e0e0e0;border-top:none!important;-webkit-flex-grow:1;flex-grow:1;padding:1rem;position:relative}html.honeywell-dark-theme .ui.card .header+.content,html.honeywell-dark-theme .ui.card .meta+.content{padding:.5rem 1rem 1rem}html.honeywell-dark-theme .ui.card .content.footer{border-top:.0625rem solid #606060!important;margin:0 1rem;-webkit-flex-grow:0;flex-grow:0;padding:0;height:3rem;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.card .content.footer .h-icon{color:#fff;margin:0 0 0 .75rem;padding:.25rem}html.honeywell-dark-theme .ui.card .content.footer.align-left{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}html.honeywell-dark-theme .ui.card.raised{box-shadow:0 1px 2px rgba(0,0,0,.5)!important}html.honeywell-dark-theme .ui.carousel{width:100%}html.honeywell-dark-theme .ui.carousel .carousel-core{position:relative;overflow:hidden;height:100%}html.honeywell-dark-theme .ui.carousel .carousel-next,html.honeywell-dark-theme .ui.carousel .carousel-prev{height:59px;width:59px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:5;border-radius:59px;text-align:center;transition:background .5s ease-in,color .5s ease-in;cursor:pointer}html.honeywell-dark-theme .ui.carousel .carousel-next .arrow,html.honeywell-dark-theme .ui.carousel .carousel-prev .arrow{font-size:1.5rem;line-height:1.5rem;position:relative;top:25%}html.honeywell-dark-theme .ui.carousel .carousel-prev{left:15px}html.honeywell-dark-theme .ui.carousel .carousel-prev .arrow{right:2px}html.honeywell-dark-theme .ui.carousel .carousel-next{right:15px}html.honeywell-dark-theme .ui.carousel .carousel-next .arrow{left:2px}html.honeywell-dark-theme .ui.carousel .carousel-item{position:absolute;width:100%;height:100%;overflow:hidden;background-size:cover;z-index:1;opacity:0;transition-property:opacity;transition-duration:.5s;transition-timing-function:ease-in}html.honeywell-dark-theme .ui.carousel .carousel-item.current{z-index:2;opacity:1;display:block}html.honeywell-dark-theme .ui.carousel .carousel-item .carousel-content{position:absolute;left:90px;padding:1rem;width:40%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);max-height:100%;text-align:left;color:#fff;font-weight:300!important}html.honeywell-dark-theme .ui.carousel .slide-markers{position:absolute;left:50%;bottom:15px;list-style:none;z-index:5;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0}html.honeywell-dark-theme .ui.carousel .slide-markers .slide-marker-item{display:inline-block;border-radius:15px;margin-left:15px;height:15px;width:15px;border:1px solid;cursor:pointer}html.honeywell-dark-theme .ui.carousel .slide-markers .slide-marker-item.active,html.honeywell-dark-theme .ui.carousel .slide-markers .slide-marker-item:hover{border-color:#fff;background:#fff}html.honeywell-dark-theme .ui.carousel .carousel-core.light .carousel-next,html.honeywell-dark-theme .ui.carousel .carousel-core.light .carousel-prev{background-color:#a0a0a0;color:#fff}html.honeywell-dark-theme .ui.carousel .carousel-core.light .carousel-content{background-color:rgba(48,48,48,.6)}html.honeywell-dark-theme .ui.carousel .carousel-core.light .slide-marker-item{background-color:#d0d0d0;border-color:#fff}html.honeywell-dark-theme .ui.carousel .carousel-core.light .slide-marker-item.active{background-color:#4a4a4a}html.honeywell-dark-theme .ui.carousel .carousel-core.dark .carousel-next,html.honeywell-dark-theme .ui.carousel .carousel-core.dark .carousel-prev{background-color:#d8d8d8;color:#4a4a4a}html.honeywell-dark-theme .ui.carousel .carousel-core.dark .slide-marker-item{background-color:silver;border-color:#000}html.honeywell-dark-theme .ui.carousel .carousel-core.dark .slide-marker-item.active{background-color:#fff}html.honeywell-dark-theme .ui.carousel .slide{width:100%;height:100%;text-align:center;overflow:hidden;background-size:cover}html.honeywell-dark-theme .ui.carousel .slide .call-to-action{font-size:1.625rem;font-weight:300;line-height:2.25rem;margin-bottom:.25rem}html.honeywell-dark-theme .ui.carousel .slide .subtitle{font-size:1rem;line-height:1rem;margin-bottom:.75rem}html.honeywell-dark-theme .ui.carousel .slide .content{font-size:.75rem;font-weight:300;line-height:1rem;margin-bottom:.75rem}html.honeywell-dark-theme .ui.checkbox{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;min-height:1rem;margin:0 .75rem .75rem 0}html.honeywell-dark-theme .ui.checkbox .box,html.honeywell-dark-theme .ui.checkbox label{cursor:auto;line-height:1rem;padding-left:1.5rem}html.honeywell-dark-theme .ui.checkbox .box:before,html.honeywell-dark-theme .ui.checkbox label:before{width:1rem;height:1rem;content:"";background:#303030;border-radius:0;border:.0625rem solid #707070}html.honeywell-dark-theme .ui.checkbox .box:after,html.honeywell-dark-theme .ui.checkbox label:after{width:1rem;height:1rem}html.honeywell-dark-theme .ui.checkbox input~label,html.honeywell-dark-theme .ui.checkbox input~label:hover{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;line-height:1rem}html.honeywell-dark-theme .ui.checkbox .box:hover:before,html.honeywell-dark-theme .ui.checkbox input:focus~.box:before,html.honeywell-dark-theme .ui.checkbox input:focus~label:before,html.honeywell-dark-theme .ui.checkbox label:hover:before{background:#303030;border-color:#707070}html.honeywell-dark-theme .ui.checkbox input:focus~label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;line-height:1rem}html.honeywell-dark-theme .ui.checkbox input:checked~.box:after,html.honeywell-dark-theme .ui.checkbox input:checked~label:after{opacity:1;font-family:Honeywell-Icons!important;content:"";color:#fff!important;background:#45a7ea;-webkit-transform:scale(1);transform:scale(1);padding-top:0;font-size:.74em}html.honeywell-dark-theme .ui.checkbox input:checked~label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;line-height:1rem}html.honeywell-dark-theme .ui.checkbox input:checked:focus~.box:before,html.honeywell-dark-theme .ui.checkbox input:checked:focus~label:before,html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate:focus~label:before{background:#303030;border-color:#707070}html.honeywell-dark-theme .ui.checkbox input:checked:focus~label,html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate:focus~label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;line-height:1rem}html.honeywell-dark-theme .ui.checkbox input[disabled]~.box:after,html.honeywell-dark-theme .ui.checkbox input[disabled]~label,html.honeywell-dark-theme .ui.disabled.checkbox .box:after,html.honeywell-dark-theme .ui.disabled.checkbox label{color:#606060!important;opacity:1!important;line-height:1rem!important}html.honeywell-dark-theme .ui.checkbox input[disabled]~label:hover,html.honeywell-dark-theme .ui.disabled.checkbox label:hover{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#606060;line-height:1rem}html.honeywell-dark-theme .ui.disabled.checkbox label:before{background-color:#505050!important;border:.0625rem solid #b0b0b0}html.honeywell-dark-theme .ui.disabled.checkbox label:after{background:#a0a0a0!important}html.honeywell-dark-theme .ui.checkbox.indeterminate input:not([type=radio]):indeterminate~.box:before,html.honeywell-dark-theme .ui.checkbox.indeterminate input:not([type=radio]):indeterminate~label:before{background:#303030;border-color:#707070}html.honeywell-dark-theme .ui.checkbox.indeterminate input:not([type=radio])~.box:after,html.honeywell-dark-theme .ui.checkbox.indeterminate input:not([type=radio])~label:after{content:"";width:0;height:0;border-color:#707070;border-bottom:1rem solid #45a7ea;border-left:1rem solid transparent}html.honeywell-dark-theme .ui.toggle.checkbox input~label{padding-top:.125rem!important;padding-left:2.5rem;color:#e0e0e0!important}html.honeywell-dark-theme .ui.toggle.checkbox input{height:1rem!important}html.honeywell-dark-theme .ui.toggle.checkbox input:focus~.label:after,html.honeywell-dark-theme .ui.toggle.checkbox input~label:after{top:.125rem;width:1rem!important;height:1rem!important;background-color:#fff!important;border:0!important;top:.375rem!important;left:2px!important;width:.875rem!important;height:.875rem!important;top:.25rem!important;width:.75rem!important;height:.75rem!important}html.honeywell-dark-theme .ui.toggle.checkbox input:focus~.label:before,html.honeywell-dark-theme .ui.toggle.checkbox input~label:before{top:.125rem;width:2rem!important;height:1rem!important;background-color:#e0e0e0!important;border-radius:2rem;background-color:#404040!important;border:2px solid #b0b0b0!important}html.honeywell-dark-theme .ui.toggle.checkbox.checked input:checked~label,html.honeywell-dark-theme .ui.toggle.checkbox.checked label{color:#e0e0e0!important}html.honeywell-dark-theme .ui.toggle.checkbox.checked input:checked:focus~.label:before,html.honeywell-dark-theme .ui.toggle.checkbox.checked input:checked~label:before{background-color:#45a7ea!important;background-color:#1274b7!important;border:1px solid #1274b7!important}html.honeywell-dark-theme .ui.toggle.checkbox.checked input:focus~.label:after,html.honeywell-dark-theme .ui.toggle.checkbox.checked input~label:after{left:1.062rem!important;border:0!important}html.honeywell-dark-theme .ui.toggle.checkbox.disabled input:checked~label,html.honeywell-dark-theme .ui.toggle.checkbox.disabled input~label{color:#606060!important}html.honeywell-dark-theme .ui.color-picker{background:#303030;box-shadow:0 12px 24px 0 rgba(0,0,0,.5);padding:1rem;position:relative;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;width:11.625rem}html.honeywell-dark-theme .ui.color-picker .heading{padding-bottom:.5rem}html.honeywell-dark-theme .ui.color-picker .color-type-input-label,html.honeywell-dark-theme .ui.color-picker .heading{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#a0a0a0;font-weight:600;text-transform:uppercase}html.honeywell-dark-theme .ui.color-picker .slider{height:.75rem;width:100%;position:relative;margin:.625rem 0;background:#fff}html.honeywell-dark-theme .ui.color-picker .slider:last-child{margin-bottom:.5rem}html.honeywell-dark-theme .ui.color-picker .circle-pointer{width:1rem;height:1rem;background:#303030;box-shadow:0 4px 8px 0 rgba(0,0,0,.5);border-radius:1rem;position:absolute;top:-.125rem;left:-.5rem;border:.0625rem solid #606060}html.honeywell-dark-theme .ui.color-picker .saturation-block{position:relative;width:8rem;padding-top:49%;display:inline-block}html.honeywell-dark-theme .ui.color-picker .current-selection-block{display:inline-block;margin-left:.5rem;width:1rem;height:4.72rem;position:relative;background:#fff}html.honeywell-dark-theme .ui.color-picker .current-selection-block .current-selection{width:1rem;height:4.72rem;position:absolute;z-index:5}html.honeywell-dark-theme .ui.color-picker .advanced-toggle{padding:.5rem 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer}html.honeywell-dark-theme .ui.color-picker .advanced-toggle .heading{display:inline-block;padding-bottom:0;line-height:1.5rem}html.honeywell-dark-theme .ui.color-picker .advanced-toggle .toggle-btn{display:inline-block;-webkit-align-self:center;align-self:center;padding-right:.125rem}html.honeywell-dark-theme .ui.color-picker .advanced-toggle .toggle-btn .toggle-icon{padding-bottom:.125rem}html.honeywell-dark-theme .ui.color-picker .advanced-toggle .toggle-icon{color:#fff;transition:color .1s linear;cursor:pointer}html.honeywell-dark-theme .ui.color-picker .advanced-toggle .toggle-icon:hover{color:#d0d0d0}html.honeywell-dark-theme .ui.color-picker .advanced-toggle .toggle-icon.disabled,html.honeywell-dark-theme .ui.color-picker .advanced-toggle .toggle-icon:active{color:#b0b0b0}html.honeywell-dark-theme .ui.color-picker .color-input-wrap{width:100%}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input,html.honeywell-dark-theme .ui.color-picker .color-input-wrap .multi-color-type-input{color:#e0e0e0;background-color:#303030;padding:.25rem;border:.0625rem solid #606060;transition:#707070 .15s ease-in;outline:none;font-size:.75rem!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;width:100%}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input::-webkit-inner-spin-button,html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input::-webkit-outer-spin-button,html.honeywell-dark-theme .ui.color-picker .color-input-wrap .multi-color-type-input::-webkit-inner-spin-button,html.honeywell-dark-theme .ui.color-picker .color-input-wrap .multi-color-type-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input:focus,html.honeywell-dark-theme .ui.color-picker .color-input-wrap .multi-color-type-input:focus{border-color:#45a7ea}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .multi-color-type-input{margin-left:.125rem;font-size:.75rem!important;padding-right:.125rem}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .multi-color-type-input:first-child{margin-left:0}html.honeywell-dark-theme .ui.color-picker .button-row{border-top:.0625rem solid #606060;box-sizing:border-box;padding-top:1rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding-left:-.125rem;padding-right:-.125rem}html.honeywell-dark-theme .ui.color-picker .button-row .action-btn+.action-btn{margin-left:.5rem}html.honeywell-dark-theme .ui.color-picker .button-row .action-btn{-webkit-flex:1 1 auto;flex:1 1 auto;text-align:center;padding-left:0;padding-right:0;margin-left:.125rem;margin-right:.125rem}html.honeywell-dark-theme .ui.color-picker .color-input-wrap{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:.5rem}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-icon{display:block;margin-bottom:.125rem;color:#fff;transition:color .1s linear;cursor:pointer;padding:.125rem}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-icon:hover{color:#d0d0d0}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-icon.disabled,html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-icon:active{color:#b0b0b0}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-btn{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;cursor:pointer}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-btn:hover{opacity:.8}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-btn.prev-btn{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-btn.prev-btn{padding-right:.25rem!important}}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-btn.next-btn{margin-left:0}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .label-row .color-type-input-label:last-child{margin:0}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;width:100%}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row{display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row .color-type-input-label{position:relative;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;padding-left:0!important;padding-right:0!important}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row .multi-color-type-input{display:-webkit-flex;display:flex;position:relative;-webkit-flex-grow:1;flex-grow:1;padding-left:.125rem;padding-right:0}html.honeywell-dark-theme .ui.color-picker .swatch-wrapper{border-bottom:.0625rem solid #606060}html.honeywell-dark-theme .ui.color-picker .swatch-item{width:1.5rem;height:1.5rem;padding:.25rem;border:1px solid transparent;cursor:pointer;display:inline-block;margin-right:.125rem}html.honeywell-dark-theme .ui.color-picker .swatch-item:hover{border-color:#707070}html.honeywell-dark-theme .ui.color-picker .swatch-item.active{border-color:#45a7ea}html.honeywell-dark-theme .ui.color-picker .swatch-item .swatch{border:1px solid #707070;width:100%;height:100%}html.honeywell-dark-theme .ui.color-picker .swatch-row{margin-bottom:.125rem;height:1.5rem}html.honeywell-dark-theme .ui.color-picker .swatch-row .swatch-item:last-child{margin-right:0}html.honeywell-dark-theme .ui.color-picker .swatch-row:last-child{margin-bottom:.25rem}html.honeywell-dark-theme .ui.date-picker-calendar{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;display:inline-block;background:#303030;font-size:1.3rem;text-align:center;display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.date-picker-calendar .day{width:2rem;height:2rem;cursor:pointer;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;color:#a0a0a0;border:1px solid transparent;transition:background .1s;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.date-picker-calendar .week>.day:not(.selected):not(.different-month):not(.disabled){font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0}html.honeywell-dark-theme .ui.date-picker-calendar .week>.day:not(.selected):not(.different-month):not(.disabled):hover{background:#404040!important;border:1px solid #404040}html.honeywell-dark-theme .ui.date-picker-calendar .week>.day:not(.selected):not(.different-month):not(.disabled).today{border:1px solid #707070}html.honeywell-dark-theme .ui.date-picker-calendar .week>.day.selected:not(.different-month){background:#45a7ea;color:#fff}html.honeywell-dark-theme .ui.date-picker-calendar .day-names,html.honeywell-dark-theme .ui.date-picker-calendar .week>.day.disabled{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;color:#606060;cursor:default}html.honeywell-dark-theme .ui.date-picker-calendar .day-names .day{cursor:default}html.honeywell-dark-theme .ui.date-picker-calendar.highlight-weekends .day-names .day:not(.selected):first-child,html.honeywell-dark-theme .ui.date-picker-calendar.highlight-weekends .day-names .day:not(.selected):last-child,html.honeywell-dark-theme .ui.date-picker-calendar.highlight-weekends .week .day:not(.selected):first-child,html.honeywell-dark-theme .ui.date-picker-calendar.highlight-weekends .week .day:not(.selected):last-child{background:#202020}html.honeywell-dark-theme .ui.date-picker-calendar.range-select .week>.day.selected:not(.start):not(.different-month):not(.end){background:#404040;color:#e0e0e0}html.honeywell-dark-theme .ui.date-picker-calendar .month-wrap+.month-wrap{margin-left:1rem}html.honeywell-dark-theme .ui.date-picker-input{display:inline-block;position:relative}html.honeywell-dark-theme .ui.date-picker-input .vertical-center{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.date-picker-input .cal-row{display:-webkit-flex;display:flex;width:100%}html.honeywell-dark-theme .ui.date-picker-input .datetime-input-wrap{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end}html.honeywell-dark-theme .ui.date-picker-input .datetime-input-wrap .picker-input.focused .input-box{border-color:#45a7ea}html.honeywell-dark-theme .ui.date-picker-input .datetime-input-wrap .picker-input.error+.picker-input .input-box{border-color:#f15a4f}html.honeywell-dark-theme .ui.date-picker-input .header{cursor:default;font-size:.75rem;display:block;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding-bottom:.75rem}html.honeywell-dark-theme .ui.date-picker-input .header .month-display{font-weight:600;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}html.honeywell-dark-theme .ui.date-picker-input .header .month-label{-webkit-flex:1 1 auto;flex:1 1 auto;display:block;height:1rem;line-height:1rem;-webkit-justify-content:center;justify-content:center;text-align:center}html.honeywell-dark-theme .ui.date-picker-input .header .month-label+.month-label{margin-left:1rem}html.honeywell-dark-theme .ui.date-picker-input .header .cal-nav-btn{display:-webkit-flex;display:flex;font-size:1rem;color:#fff;transition:color .1s linear;cursor:pointer}html.honeywell-dark-theme .ui.date-picker-input .header .cal-nav-btn:hover{color:#d0d0d0}html.honeywell-dark-theme .ui.date-picker-input .header .cal-nav-btn.disabled,html.honeywell-dark-theme .ui.date-picker-input .header .cal-nav-btn:active{color:#b0b0b0}html.honeywell-dark-theme .ui.date-picker-input .header .cal-nav-btn .cal-nav-icon{font-size:1em}html.honeywell-dark-theme .ui.date-picker-input .header .cal-nav-btn .cal-nav-icon:before{top:0}html.honeywell-dark-theme .ui.date-picker-input .overlay-position-wrap{z-index:4;position:relative;display:inline-block}html.honeywell-dark-theme .ui.date-picker-input .overlay-position-wrap .picker-input.datetime-time .input-wrap .input-box{border-left:none}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay{position:absolute;box-shadow:0 4px 8px 0 rgba(0,0,0,.5);z-index:500;bottom:1.5rem;-webkit-transform:translateY(calc(100% + .25rem));transform:translateY(calc(100% + .25rem));display:-webkit-flex;display:flex}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay{-webkit-transform:translateY(100%);transform:translateY(100%);box-shadow:none}}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay.unreserved{bottom:0}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .calendar-overlay-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:1rem;background:#303030}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .calendar-overlay-wrap{box-shadow:0 4px 8px 0 rgba(0,0,0,.5);border:.0625rem solid #606060;border-right:none}}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .time-wrap{border-left:.0625rem solid #606060;max-height:376px;width:5rem;font-size:.75rem;display:-webkit-flex;display:flex;-webkit-flex:1 0 auto;flex:1 0 auto;-webkit-flex-direction:column;flex-direction:column;background:#303030;overflow-y:scroll;max-height:294px;width:6.75rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .time-wrap{box-shadow:0 4px 8px 0 rgba(0,0,0,.5);border:.0625rem solid #606060;font-size:.5rem;height:294px;font-size:.75rem!important}}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .time-wrap .time-option{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;padding:.75rem;width:100%}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .time-wrap .time-option:hover{background:#404040}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .time-wrap .time-option.selected{background-color:#45a7ea;color:#fff}html.honeywell-dark-theme .ui.date-picker-input .date-picker-footer{padding-top:1rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.date-picker-input .today-btn{color:#45a7ea;font-size:.875rem;font-weight:600;cursor:pointer}html.honeywell-dark-theme .ui.date-picker-input.is-range .date-picker-footer{-webkit-justify-content:space-between;justify-content:space-between}html.honeywell-dark-theme .ui.date-picker-input.is-range .picker-input,html.honeywell-dark-theme .ui.date-picker-input.is-range .picker-input .input-box{min-width:300px}html.honeywell-dark-theme .ui.date-picker-input.fluid,html.honeywell-dark-theme .ui.date-picker-input.fluid .overlay-position-wrap{display:block}html.honeywell-dark-theme .ui.date-picker-input.fluid .datetime-date,html.honeywell-dark-theme .ui.date-picker-input.fluid .datetime-time,html.honeywell-dark-theme .ui.date-picker-input.fluid .overlay-position-wrap .datetime-date,html.honeywell-dark-theme .ui.date-picker-input.fluid .overlay-position-wrap .datetime-time{width:100%}html.honeywell-dark-theme .ui.date-picker-input.open{z-index:30}html.honeywell-dark-theme .ui.date-picker-input.open-up .calendar-overlay{-webkit-transform:translateY(0);transform:translateY(0);bottom:100%}html.honeywell-dark-theme .ui.divider{color:#e0e0e0}html.honeywell-dark-theme .ui.horizontal.divider:after,html.honeywell-dark-theme .ui.horizontal.divider:before{background-size:auto 1px;background-image:linear-gradient(#d0d0d0,#d0d0d0)}html.honeywell-dark-theme .ui.horizontal.divider{white-space:normal}html.honeywell-dark-theme .ui.vertical.divider{position:relative;line-height:1rem;text-align:center;height:50%;-webkit-transform:none;transform:none;margin:1rem;left:auto}html.honeywell-dark-theme .ui.vertical.divider:after,html.honeywell-dark-theme .ui.vertical.divider:before{border-left:1px solid #d0d0d0;height:calc(100% - .3rem)}html.honeywell-dark-theme .ui.vertical.divider:after{bottom:-100%}html.honeywell-dark-theme .nochild-divider{margin-left:1rem;margin-right:1rem}html.honeywell-dark-theme .nochild-divider,html.honeywell-dark-theme .nochild-divider-fitted{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-direction:row;flex-direction:row;height:inherit;width:1px;top:0;bottom:0;background:#d0d0d0}html.honeywell-dark-theme .nochild-divider-fitted{margin-left:.1rem;margin-right:.1rem}html.honeywell-dark-theme .nochild-divider-section{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-direction:row;flex-direction:row;margin-left:2rem;margin-right:2rem;height:inherit;width:1px;top:0;bottom:0;background:#d0d0d0}html.honeywell-dark-theme .ui.divider:not(.vertical):not(.horizontal){border-top:1px solid #d0d0d0;border-bottom:none}html.honeywell-dark-theme .ui.file-drop{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;position:relative}html.honeywell-dark-theme .ui.file-drop .drop-zone{border:.0625rem dashed #606060;transition:border-color .15s ease-in;padding:1rem;position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;min-height:316px}html.honeywell-dark-theme .ui.file-drop .success-icon{font-size:1.5rem;margin-top:.75rem}html.honeywell-dark-theme .ui.file-drop .drop-display-content{width:100%;text-align:center}html.honeywell-dark-theme .ui.file-drop .drop-zone-msg{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#a0a0a0;margin-bottom:.75rem}html.honeywell-dark-theme .ui.file-drop.populated .drop-zone{border-color:#45a7ea}html.honeywell-dark-theme .ui.file-drop .upload-button{display:inline-block}html.honeywell-dark-theme .ui.file-drop.error .drop-zone{border-color:#f15a4f}html.honeywell-dark-theme .ui.file-drop .error-msg{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;color:#f15a4f;font-weight:600;margin-bottom:.75rem}html.honeywell-dark-theme .ui.file-drop.on-drag .drop-zone{background-color:#45a7ea;border-color:#45a7ea}html.honeywell-dark-theme .ui.file-drop.on-drag .upload-button{border-color:#fff!important;color:#fff!important}html.honeywell-dark-theme .ui.file-drop.on-drag .drop-zone-msg,html.honeywell-dark-theme .ui.file-drop.on-drag .drop-zone-placeholder,html.honeywell-dark-theme .ui.file-drop.on-drag .drop-zone-success-msg{color:#fff!important}html.honeywell-dark-theme .page-footer.ui.menu{margin-top:0;padding:1rem;border-radius:0;box-shadow:none;border:none;background-color:#000;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}html.honeywell-dark-theme .page-footer.ui.menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;font-weight:400;padding:0 .25rem;color:#fff}html.honeywell-dark-theme .page-footer.ui.menu .item:before{width:0}html.honeywell-dark-theme .page-footer.ui.menu .item:not(:last-child){border-right:1px solid #e0e0e0}html.honeywell-dark-theme .page-footer.ui.menu .link{font-weight:600}html.honeywell-dark-theme .page-footer.ui.menu .link:hover{background:#000;color:#fff}html.honeywell-dark-theme .page-footer.ui.menu:after{display:none}html.honeywell-dark-theme .page-footer.ui.menu:not(.vertical)>.menu{-webkit-flex-wrap:wrap;flex-wrap:wrap}html.honeywell-dark-theme .page-footer.ui.menu:not(.vertical) .right.item{margin-left:0!important}@media screen and (max-width:768px){html.honeywell-dark-theme .page-footer.ui.menu,html.honeywell-dark-theme .page-footer.ui.menu:not(.vertical)>.menu{-webkit-justify-content:center!important;justify-content:center!important}}html.honeywell-dark-theme .scuf-listitem-wrapper{background-color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;position:relative}html.honeywell-dark-theme .scuf-listitem-wrapper .horizontal{display:block;font-size:1em}html.honeywell-dark-theme .scuf-listitem-wrapper .list.bulleted,html.honeywell-dark-theme .scuf-listitem-wrapper .list.ordered{margin-left:0}html.honeywell-dark-theme .scuf-listitem-wrapper .item{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;height:100%;padding-top:1rem;padding-bottom:1rem;color:#e0e0e0}html.honeywell-dark-theme .scuf-listitem-wrapper .item .column-flex{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column}html.honeywell-dark-theme .scuf-listitem-wrapper .item div.item-image{margin-left:1rem;height:2.5rem;width:2.5rem;min-height:2.5rem;min-width:2.5rem;background-position:50%;background-size:contain}html.honeywell-dark-theme .scuf-listitem-wrapper .item .content{margin-left:1rem;-webkit-flex-grow:1;flex-grow:1}html.honeywell-dark-theme .scuf-listitem-wrapper .item .content .description{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;color:#a0a0a0;margin-top:.125rem}html.honeywell-dark-theme .scuf-listitem-wrapper .item .time-container{text-align:right;margin-left:0}html.honeywell-dark-theme .scuf-listitem-wrapper .item .action-icon,html.honeywell-dark-theme .scuf-listitem-wrapper .item .time-stamp{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;color:#a0a0a0;margin:auto 1rem;text-align:right;white-space:nowrap;display:inline-block}html.honeywell-dark-theme .scuf-listitem-wrapper .item .action-icon{font-size:1rem;cursor:pointer}html.honeywell-dark-theme .scuf-listitem-wrapper .item .descriptive-icon{margin-left:1rem;font-size:2rem;margin-right:0;cursor:default}html.honeywell-dark-theme .scuf-listitem-wrapper .item .header{color:#e0e0e0!important}html.honeywell-dark-theme .scuf-listitem-wrapper.no-content .time-container{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column}html.honeywell-dark-theme .scuf-listitem-wrapper.onclick{cursor:pointer}html.honeywell-dark-theme .scuf-listitem-wrapper+.scuf-listitem-wrapper:after{box-shadow:inset 0 -1px 0 0 #606060;content:"";position:absolute;height:1px;left:1rem;right:1rem;background:#606060;top:-1px}html.honeywell-dark-theme .interactive+.interactive:after{left:0;right:0}html.honeywell-dark-theme .scuf-list-wrapper .header{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;color:#e0e0e0}html.honeywell-dark-theme .ui.scuf-grid{margin:0 1rem}html.honeywell-dark-theme .ui.scuf-grid .grid-col-12,html.honeywell-dark-theme .ui.scuf-grid .grid-row{padding-left:0!important;padding-right:0!important}html.honeywell-dark-theme .ui.scuf-grid .media-xs{margin-left:.25rem;margin-right:.25rem}html.honeywell-dark-theme [class*=scuf-grid-],html.honeywell-dark-theme [class*=scuf-grid_],html.honeywell-dark-theme [class~=scuf-grid]{box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;margin:0 -.5rem}html.honeywell-dark-theme [class*=col-],html.honeywell-dark-theme [class*=col_],html.honeywell-dark-theme [class~=col]{box-sizing:border-box;padding:0 .5rem 1rem;max-width:100%}html.honeywell-dark-theme [class*=col_],html.honeywell-dark-theme [class~=col]{-webkit-flex:1 1;flex:1 1}html.honeywell-dark-theme [class*=col-]{-webkit-flex:none;flex:none}html.honeywell-dark-theme [class*=scuf-grid-][class*=col-],html.honeywell-dark-theme [class*=scuf-grid-][class*=col_],html.honeywell-dark-theme [class*=scuf-grid-][class~=col],html.honeywell-dark-theme [class*=scuf-grid_][class*=col-],html.honeywell-dark-theme [class*=scuf-grid_][class*=col_],html.honeywell-dark-theme [class*=scuf-grid_][class~=col],html.honeywell-dark-theme [class~=scuf-grid][class*=col-],html.honeywell-dark-theme [class~=scuf-grid][class*=col_],html.honeywell-dark-theme [class~=scuf-grid][class~=col]{margin:0;padding:0}html.honeywell-dark-theme [class*=scuf-grid-][class*=-noGutter]{margin:0}html.honeywell-dark-theme [class*=scuf-grid-][class*=-noGutter]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-][class*=-noGutter]>[class~=col]{padding:0}html.honeywell-dark-theme [class*=scuf-grid-][class*=-noWrap]{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}html.honeywell-dark-theme [class*=scuf-grid-][class*=-center]{-webkit-justify-content:center;justify-content:center}html.honeywell-dark-theme [class*=scuf-grid-][class*=-right]{-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-self:flex-end;align-self:flex-end;margin-left:auto}html.honeywell-dark-theme [class*=scuf-grid-][class*=-top]{-webkit-align-items:flex-start;align-items:flex-start}html.honeywell-dark-theme [class*=scuf-grid-][class*=-middle]{-webkit-align-items:center;align-items:center}html.honeywell-dark-theme [class*=scuf-grid-][class*=-bottom]{-webkit-align-items:flex-end;align-items:flex-end}html.honeywell-dark-theme [class*=scuf-grid-][class*=-reverse]{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}html.honeywell-dark-theme [class*=scuf-grid-][class*=-column]{-webkit-flex-direction:column;flex-direction:column}html.honeywell-dark-theme [class*=scuf-grid-][class*=-column]>[class*=col-]{-webkit-flex-basis:auto;flex-basis:auto}html.honeywell-dark-theme [class*=scuf-grid-][class*=-column-reverse]{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}html.honeywell-dark-theme [class*=scuf-grid-][class*=-spaceBetween]{-webkit-justify-content:space-between;justify-content:space-between}html.honeywell-dark-theme [class*=scuf-grid-][class*=-spaceAround]{-webkit-justify-content:space-around;justify-content:space-around}html.honeywell-dark-theme [class*=scuf-grid-][class*=-equalHeight]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-][class*=-equalHeight]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-][class*=-equalHeight]>[class~=col]{-webkit-align-self:stretch;align-self:stretch}html.honeywell-dark-theme [class*=scuf-grid-][class*=-equalHeight]>[class*=col-]>*,html.honeywell-dark-theme [class*=scuf-grid-][class*=-equalHeight]>[class*=col_]>*,html.honeywell-dark-theme [class*=scuf-grid-][class*=-equalHeight]>[class~=col]>*{height:100%}html.honeywell-dark-theme [class*=scuf-grid-][class*=-noBottom]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-][class*=-noBottom]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-][class*=-noBottom]>[class~=col]{padding-bottom:0}html.honeywell-dark-theme [class*=col-][class*=-top]{-webkit-align-self:flex-start;align-self:flex-start}html.honeywell-dark-theme [class*=col-][class*=-middle]{-webkit-align-self:center;align-self:center}html.honeywell-dark-theme [class*=col-][class*=-bottom]{-webkit-align-self:flex-end;align-self:flex-end}html.honeywell-dark-theme [class*=col-][class*=-first]{-webkit-order:-1;order:-1}html.honeywell-dark-theme [class*=col-][class*=-last]{-webkit-order:1;order:1}html.honeywell-dark-theme [class*=scuf-grid-1]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-1]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=scuf-grid-2]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-2]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=scuf-grid-3]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-3]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-4]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-4]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=scuf-grid-5]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-5]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html.honeywell-dark-theme [class*=scuf-grid-6]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-6]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-7]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-7]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html.honeywell-dark-theme [class*=scuf-grid-8]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-8]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html.honeywell-dark-theme [class*=scuf-grid-9]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-9]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html.honeywell-dark-theme [class*=scuf-grid-10]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-10]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html.honeywell-dark-theme [class*=scuf-grid-11]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-11]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html.honeywell-dark-theme [class*=scuf-grid-12]>[class*=col-],html.honeywell-dark-theme [class*=scuf-grid-12]>[class*=col_],html.honeywell-dark-theme [class*=scuf-grid-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}@media(max-width:80em){html.honeywell-dark-theme [class*=_lg-1]>[class*=col-],html.honeywell-dark-theme [class*=_lg-1]>[class*=col_],html.honeywell-dark-theme [class*=_lg-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=_lg-2]>[class*=col-],html.honeywell-dark-theme [class*=_lg-2]>[class*=col_],html.honeywell-dark-theme [class*=_lg-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=_lg-3]>[class*=col-],html.honeywell-dark-theme [class*=_lg-3]>[class*=col_],html.honeywell-dark-theme [class*=_lg-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=_lg-4]>[class*=col-],html.honeywell-dark-theme [class*=_lg-4]>[class*=col_],html.honeywell-dark-theme [class*=_lg-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=_lg-5]>[class*=col-],html.honeywell-dark-theme [class*=_lg-5]>[class*=col_],html.honeywell-dark-theme [class*=_lg-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html.honeywell-dark-theme [class*=_lg-6]>[class*=col-],html.honeywell-dark-theme [class*=_lg-6]>[class*=col_],html.honeywell-dark-theme [class*=_lg-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=_lg-7]>[class*=col-],html.honeywell-dark-theme [class*=_lg-7]>[class*=col_],html.honeywell-dark-theme [class*=_lg-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html.honeywell-dark-theme [class*=_lg-8]>[class*=col-],html.honeywell-dark-theme [class*=_lg-8]>[class*=col_],html.honeywell-dark-theme [class*=_lg-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html.honeywell-dark-theme [class*=_lg-9]>[class*=col-],html.honeywell-dark-theme [class*=_lg-9]>[class*=col_],html.honeywell-dark-theme [class*=_lg-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html.honeywell-dark-theme [class*=_lg-10]>[class*=col-],html.honeywell-dark-theme [class*=_lg-10]>[class*=col_],html.honeywell-dark-theme [class*=_lg-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html.honeywell-dark-theme [class*=_lg-11]>[class*=col-],html.honeywell-dark-theme [class*=_lg-11]>[class*=col_],html.honeywell-dark-theme [class*=_lg-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html.honeywell-dark-theme [class*=_lg-12]>[class*=col-],html.honeywell-dark-theme [class*=_lg-12]>[class*=col_],html.honeywell-dark-theme [class*=_lg-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}}@media(max-width:64em){html.honeywell-dark-theme [class*=_md-1]>[class*=col-],html.honeywell-dark-theme [class*=_md-1]>[class*=col_],html.honeywell-dark-theme [class*=_md-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=_md-2]>[class*=col-],html.honeywell-dark-theme [class*=_md-2]>[class*=col_],html.honeywell-dark-theme [class*=_md-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=_md-3]>[class*=col-],html.honeywell-dark-theme [class*=_md-3]>[class*=col_],html.honeywell-dark-theme [class*=_md-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=_md-4]>[class*=col-],html.honeywell-dark-theme [class*=_md-4]>[class*=col_],html.honeywell-dark-theme [class*=_md-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=_md-5]>[class*=col-],html.honeywell-dark-theme [class*=_md-5]>[class*=col_],html.honeywell-dark-theme [class*=_md-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html.honeywell-dark-theme [class*=_md-6]>[class*=col-],html.honeywell-dark-theme [class*=_md-6]>[class*=col_],html.honeywell-dark-theme [class*=_md-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=_md-7]>[class*=col-],html.honeywell-dark-theme [class*=_md-7]>[class*=col_],html.honeywell-dark-theme [class*=_md-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html.honeywell-dark-theme [class*=_md-8]>[class*=col-],html.honeywell-dark-theme [class*=_md-8]>[class*=col_],html.honeywell-dark-theme [class*=_md-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html.honeywell-dark-theme [class*=_md-9]>[class*=col-],html.honeywell-dark-theme [class*=_md-9]>[class*=col_],html.honeywell-dark-theme [class*=_md-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html.honeywell-dark-theme [class*=_md-10]>[class*=col-],html.honeywell-dark-theme [class*=_md-10]>[class*=col_],html.honeywell-dark-theme [class*=_md-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html.honeywell-dark-theme [class*=_md-11]>[class*=col-],html.honeywell-dark-theme [class*=_md-11]>[class*=col_],html.honeywell-dark-theme [class*=_md-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html.honeywell-dark-theme [class*=_md-12]>[class*=col-],html.honeywell-dark-theme [class*=_md-12]>[class*=col_],html.honeywell-dark-theme [class*=_md-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}}@media(max-width:48em){html.honeywell-dark-theme [class*=_sm-1]>[class*=col-],html.honeywell-dark-theme [class*=_sm-1]>[class*=col_],html.honeywell-dark-theme [class*=_sm-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=_sm-2]>[class*=col-],html.honeywell-dark-theme [class*=_sm-2]>[class*=col_],html.honeywell-dark-theme [class*=_sm-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=_sm-3]>[class*=col-],html.honeywell-dark-theme [class*=_sm-3]>[class*=col_],html.honeywell-dark-theme [class*=_sm-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=_sm-4]>[class*=col-],html.honeywell-dark-theme [class*=_sm-4]>[class*=col_],html.honeywell-dark-theme [class*=_sm-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=_sm-5]>[class*=col-],html.honeywell-dark-theme [class*=_sm-5]>[class*=col_],html.honeywell-dark-theme [class*=_sm-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html.honeywell-dark-theme [class*=_sm-6]>[class*=col-],html.honeywell-dark-theme [class*=_sm-6]>[class*=col_],html.honeywell-dark-theme [class*=_sm-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=_sm-7]>[class*=col-],html.honeywell-dark-theme [class*=_sm-7]>[class*=col_],html.honeywell-dark-theme [class*=_sm-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html.honeywell-dark-theme [class*=_sm-8]>[class*=col-],html.honeywell-dark-theme [class*=_sm-8]>[class*=col_],html.honeywell-dark-theme [class*=_sm-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html.honeywell-dark-theme [class*=_sm-9]>[class*=col-],html.honeywell-dark-theme [class*=_sm-9]>[class*=col_],html.honeywell-dark-theme [class*=_sm-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html.honeywell-dark-theme [class*=_sm-10]>[class*=col-],html.honeywell-dark-theme [class*=_sm-10]>[class*=col_],html.honeywell-dark-theme [class*=_sm-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html.honeywell-dark-theme [class*=_sm-11]>[class*=col-],html.honeywell-dark-theme [class*=_sm-11]>[class*=col_],html.honeywell-dark-theme [class*=_sm-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html.honeywell-dark-theme [class*=_sm-12]>[class*=col-],html.honeywell-dark-theme [class*=_sm-12]>[class*=col_],html.honeywell-dark-theme [class*=_sm-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}}@media(max-width:36em){html.honeywell-dark-theme [class*=_xs-1]>[class*=col-],html.honeywell-dark-theme [class*=_xs-1]>[class*=col_],html.honeywell-dark-theme [class*=_xs-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=_xs-2]>[class*=col-],html.honeywell-dark-theme [class*=_xs-2]>[class*=col_],html.honeywell-dark-theme [class*=_xs-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=_xs-3]>[class*=col-],html.honeywell-dark-theme [class*=_xs-3]>[class*=col_],html.honeywell-dark-theme [class*=_xs-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=_xs-4]>[class*=col-],html.honeywell-dark-theme [class*=_xs-4]>[class*=col_],html.honeywell-dark-theme [class*=_xs-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=_xs-5]>[class*=col-],html.honeywell-dark-theme [class*=_xs-5]>[class*=col_],html.honeywell-dark-theme [class*=_xs-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html.honeywell-dark-theme [class*=_xs-6]>[class*=col-],html.honeywell-dark-theme [class*=_xs-6]>[class*=col_],html.honeywell-dark-theme [class*=_xs-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=_xs-7]>[class*=col-],html.honeywell-dark-theme [class*=_xs-7]>[class*=col_],html.honeywell-dark-theme [class*=_xs-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html.honeywell-dark-theme [class*=_xs-8]>[class*=col-],html.honeywell-dark-theme [class*=_xs-8]>[class*=col_],html.honeywell-dark-theme [class*=_xs-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html.honeywell-dark-theme [class*=_xs-9]>[class*=col-],html.honeywell-dark-theme [class*=_xs-9]>[class*=col_],html.honeywell-dark-theme [class*=_xs-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html.honeywell-dark-theme [class*=_xs-10]>[class*=col-],html.honeywell-dark-theme [class*=_xs-10]>[class*=col_],html.honeywell-dark-theme [class*=_xs-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html.honeywell-dark-theme [class*=_xs-11]>[class*=col-],html.honeywell-dark-theme [class*=_xs-11]>[class*=col_],html.honeywell-dark-theme [class*=_xs-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html.honeywell-dark-theme [class*=_xs-12]>[class*=col-],html.honeywell-dark-theme [class*=_xs-12]>[class*=col_],html.honeywell-dark-theme [class*=_xs-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-1],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-1],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-2],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-2],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-3],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-3],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-4],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-4],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-5],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-5],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-6],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-6],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-7],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-7],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-8],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-8],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-9],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-9],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-10],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-10],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-11],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-11],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=col-12],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=col-12],html.honeywell-dark-theme [class~=scuf-grid]>[class*=col-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-0]{margin-left:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-1]{margin-left:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-2]{margin-left:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-3]{margin-left:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-4]{margin-left:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-5]{margin-left:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-6]{margin-left:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-7]{margin-left:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-8]{margin-left:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-9]{margin-left:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-10]{margin-left:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=off-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=off-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=off-11]{margin-left:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-0]{margin-right:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-1]{margin-right:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-2]{margin-right:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-3]{margin-right:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-4]{margin-right:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-5]{margin-right:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-6]{margin-right:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-7]{margin-right:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-8]{margin-right:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-9]{margin-right:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-10]{margin-right:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=off-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=off-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=off-11]{margin-right:91.66667%}@media(max-width:80em){html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-1],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-1],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-2],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-2],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-3],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-3],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-4],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-4],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-5],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-5],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-6],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-6],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-7],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-7],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-8],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-8],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-9],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-9],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-10],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-10],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-11],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-11],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_lg-12],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_lg-12],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_lg-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-0]{margin-left:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-1]{margin-left:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-2]{margin-left:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-3]{margin-left:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-4]{margin-left:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-5]{margin-left:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-6]{margin-left:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-7]{margin-left:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-8]{margin-left:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-9]{margin-left:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-10]{margin-left:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_lg-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_lg-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_lg-11]{margin-left:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-0]{margin-right:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-1]{margin-right:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-2]{margin-right:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-3]{margin-right:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-4]{margin-right:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-5]{margin-right:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-6]{margin-right:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-7]{margin-right:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-8]{margin-right:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-9]{margin-right:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-10]{margin-right:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_lg-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_lg-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_lg-11]{margin-right:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-] [class*=_lg-first],html.honeywell-dark-theme [class*=scuf-grid_] [class*=_lg-first],html.honeywell-dark-theme [class~=scuf-grid] [class*=_lg-first]{-webkit-order:-1;order:-1}html.honeywell-dark-theme [class*=scuf-grid-] [class*=_lg-last],html.honeywell-dark-theme [class*=scuf-grid_] [class*=_lg-last],html.honeywell-dark-theme [class~=scuf-grid] [class*=_lg-last]{-webkit-order:1;order:1}}@media(max-width:64em){html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-1],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-1],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-2],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-2],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-3],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-3],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-4],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-4],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-5],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-5],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-6],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-6],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-7],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-7],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-8],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-8],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-9],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-9],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-10],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-10],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-11],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-11],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_md-12],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_md-12],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_md-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-0]{margin-left:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-1]{margin-left:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-2]{margin-left:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-3]{margin-left:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-4]{margin-left:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-5]{margin-left:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-6]{margin-left:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-7]{margin-left:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-8]{margin-left:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-9]{margin-left:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-10]{margin-left:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_md-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_md-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_md-11]{margin-left:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-0]{margin-right:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-1]{margin-right:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-2]{margin-right:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-3]{margin-right:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-4]{margin-right:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-5]{margin-right:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-6]{margin-right:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-7]{margin-right:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-8]{margin-right:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-9]{margin-right:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-10]{margin-right:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_md-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_md-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_md-11]{margin-right:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-] [class*=_md-first],html.honeywell-dark-theme [class*=scuf-grid_] [class*=_md-first],html.honeywell-dark-theme [class~=scuf-grid] [class*=_md-first]{-webkit-order:-1;order:-1}html.honeywell-dark-theme [class*=scuf-grid-] [class*=_md-last],html.honeywell-dark-theme [class*=scuf-grid_] [class*=_md-last],html.honeywell-dark-theme [class~=scuf-grid] [class*=_md-last]{-webkit-order:1;order:1}}@media(max-width:48em){html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-1],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-1],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-2],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-2],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-3],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-3],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-4],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-4],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-5],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-5],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-6],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-6],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-7],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-7],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-8],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-8],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-9],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-9],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-10],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-10],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-11],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-11],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_sm-12],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_sm-12],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_sm-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-0]{margin-left:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-1]{margin-left:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-2]{margin-left:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-3]{margin-left:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-4]{margin-left:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-5]{margin-left:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-6]{margin-left:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-7]{margin-left:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-8]{margin-left:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-9]{margin-left:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-10]{margin-left:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_sm-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_sm-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_sm-11]{margin-left:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-0]{margin-right:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-1]{margin-right:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-2]{margin-right:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-3]{margin-right:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-4]{margin-right:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-5]{margin-right:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-6]{margin-right:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-7]{margin-right:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-8]{margin-right:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-9]{margin-right:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-10]{margin-right:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_sm-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_sm-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_sm-11]{margin-right:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-] [class*=_sm-first],html.honeywell-dark-theme [class*=scuf-grid_] [class*=_sm-first],html.honeywell-dark-theme [class~=scuf-grid] [class*=_sm-first]{-webkit-order:-1;order:-1}html.honeywell-dark-theme [class*=scuf-grid-] [class*=_sm-last],html.honeywell-dark-theme [class*=scuf-grid_] [class*=_sm-last],html.honeywell-dark-theme [class~=scuf-grid] [class*=_sm-last]{-webkit-order:1;order:1}}@media(max-width:36em){html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-1],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-1],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-2],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-2],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-3],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-3],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-4],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-4],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-5],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-5],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-6],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-6],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-7],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-7],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-8],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-8],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-9],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-9],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-10],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-10],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-11],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-11],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[class*=_xs-12],html.honeywell-dark-theme [class*=scuf-grid_]>[class*=_xs-12],html.honeywell-dark-theme [class~=scuf-grid]>[class*=_xs-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-0]{margin-left:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-1]{margin-left:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-2]{margin-left:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-3]{margin-left:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-4]{margin-left:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-5]{margin-left:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-6]{margin-left:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-7]{margin-left:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-8]{margin-left:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-9]{margin-left:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-10]{margin-left:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-left*=_xs-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-left*=_xs-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-left*=_xs-11]{margin-left:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-0],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-0],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-0]{margin-right:0}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-1],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-1],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-1]{margin-right:8.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-2],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-2],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-2]{margin-right:16.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-3],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-3],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-3]{margin-right:25%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-4],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-4],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-4]{margin-right:33.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-5],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-5],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-5]{margin-right:41.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-6],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-6],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-6]{margin-right:50%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-7],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-7],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-7]{margin-right:58.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-8],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-8],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-8]{margin-right:66.66667%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-9],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-9],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-9]{margin-right:75%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-10],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-10],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-10]{margin-right:83.33333%}html.honeywell-dark-theme [class*=scuf-grid-]>[data-push-right*=_xs-11],html.honeywell-dark-theme [class*=scuf-grid_]>[data-push-right*=_xs-11],html.honeywell-dark-theme [class~=scuf-grid]>[data-push-right*=_xs-11]{margin-right:91.66667%}html.honeywell-dark-theme [class*=scuf-grid-] [class*=_xs-first],html.honeywell-dark-theme [class*=scuf-grid_] [class*=_xs-first],html.honeywell-dark-theme [class~=scuf-grid] [class*=_xs-first]{-webkit-order:-1;order:-1}html.honeywell-dark-theme [class*=scuf-grid-] [class*=_xs-last],html.honeywell-dark-theme [class*=scuf-grid_] [class*=_xs-last],html.honeywell-dark-theme [class~=scuf-grid] [class*=_xs-last]{-webkit-order:1;order:1}}@media(max-width:80em){html.honeywell-dark-theme [class*=lg-hidden]{display:none}}@media(max-width:64em){html.honeywell-dark-theme [class*=md-hidden]{display:none}}@media(max-width:48em){html.honeywell-dark-theme [class*=sm-hidden]{display:none}}@media(max-width:36em){html.honeywell-dark-theme [class*=xs-hidden]{display:none}}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher{padding:.75rem .5rem!important;box-sizing:border-box}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher>.trigger-container>.responsive-trigger-label,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher i.icon:not(.h-icon){display:none}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu::-webkit-scrollbar{display:none}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu{background:#000!important;margin-top:.0625rem;border-radius:0!important;width:14rem;right:0!important;border:0;display:-webkit-flex!important;display:flex!important;max-height:648px;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row!important;flex-direction:row!important;overflow-y:scroll;-ms-overflow-style:none;overflow:-moz-scrollbars-none}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item{width:7rem;font-weight:400!important;padding:.75rem 1.5rem!important;color:#fff!important;height:7rem;-webkit-justify-content:center;justify-content:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;white-space:normal}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .h-icon{margin:0!important;padding:4px;font-size:1.5rem!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .app-name{margin-top:.5rem;min-height:2.25rem;font-size:.75rem;line-height:.75rem;overflow:hidden;text-align:center;display:-webkit-box;display:-moz-box;display:-ms-box;line-clamp:2;-ms-line-clamp:2;-moz-line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .app-name{overflow:visible;white-space:pre-wrap;width:100%}}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item.active,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item:hover{background:#404040!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item.active .app-name{font-weight:700}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu .menu-footer{display:-webkit-flex;display:flex;font-size:.75rem;-webkit-flex-basis:100%;flex-basis:100%;-webkit-align-items:center;align-items:center;padding:.5rem 1rem;font-weight:400!important;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu .menu-footer .h-icon{margin:0!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu .menu-footer .h-icon:before{font-size:.75rem!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu .item-image{width:2rem;height:2rem;line-height:2rem;text-align:center;font-size:.875rem;font-weight:400;background-position:50%;background-size:cover;background-repeat:no-repeat;text-transform:uppercase}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container i.trigger-icon{width:100%;padding-left:.25rem!important;padding-right:.25rem!important}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container>.responsive-trigger-label{display:-webkit-flex!important;display:flex!important;padding-left:1rem}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu>.item.app-launcher.dropdown:hover>.menu.app-launcher-menu{height:auto;left:-14rem!important;right:9.52rem!important;right:10.64rem!important}html.honeywell-dark-theme .ui.page-header{position:relative;width:100%;background-color:#000;z-index:900}html.honeywell-dark-theme .ui.page-header .width-tester{position:absolute;top:0;left:0;right:0;bottom:0}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu{border-radius:0;border:none;box-shadow:none;margin-bottom:0;height:inherit}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.logo-item{position:relative;padding-left:1rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.logo-item:hover{background:none!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .main-logo{height:1.5rem;width:7.5rem;display:inline-block;padding-right:.75rem;margin-right:.75rem;background:url(../../static/media/honeywell-logo.2c8483e9.svg);background-repeat:no-repeat;background-size:contain;background-origin:content-box;border-right:.0625rem solid #606060}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .main-logo.honeywell-logo{background-position:0 4px}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .forge-logo{font-weight:900;font-size:1.125rem;padding-right:.75rem;margin-right:.75rem;border-right:.0625rem solid #606060;position:relative;top:1px}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .logo-text{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;color:#fff;font-weight:400;line-height:1.5rem;font-size:1rem;position:relative}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .logo-link,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .logo-text-link{position:relative;cursor:pointer}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;color:#fff;font-size:.875rem;line-height:1.375rem;font-weight:400;border:none;position:relative;border-radius:0;padding:.75rem .5rem;min-width:2.5rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item:not(.logo-item){cursor:pointer}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item:not(.search-item){display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item:before{display:none}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item:not(.logo-item):not(.menu-btn):hover{background:#404040}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.active{font-weight:700;background:#404040}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item .menu-btn{line-height:1em}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item .ui.input.expandable-input{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu>.item{text-align:center}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.logo-item:hover,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.menu-btn-item:hover{background:none!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .full-header-menu{position:absolute;visibility:hidden;z-index:1}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .page-header-menu{z-index:2}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .menu-btn-item{padding:.75rem 1rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .menu-btn-item .menu-btn{padding:0}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .menu-btn-item:hover{background:none!important}html.honeywell-dark-theme .ui.page-header.has-menu .logo-item{padding-left:1rem}html.honeywell-dark-theme .ui.page-header.has-menu .logo-item:hover{background:none!important}html.honeywell-dark-theme .ui.page-header.has-menu .item.logo-item{padding-left:0!important}html.honeywell-dark-theme .ui.page-header.has-menu .item.logo-item:hover{background:none!important}html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .menu-btn-item{padding-top:.5rem!important;padding-bottom:.5rem!important;min-width:auto}html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .logo-item{margin:auto;padding-top:0!important;padding-bottom:0!important}html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .logo-item .logo-text{max-width:174px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.875rem;line-height:1.5rem}html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .forge-logo,html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .main-logo{display:none}html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .item,html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .menu-btn-item{padding:.75rem}html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu:not(.vertical) .right.menu{margin-left:0!important}html.honeywell-dark-theme .ui.page-header.is-compressed:not(.has-menu) .logo-text{position:relative;left:30px}html.honeywell-dark-theme .ui.page-header,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .menu.notification-center-dropdown>.notification-center-item{border-bottom:.0625rem solid #606060!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .menu.notification-center-dropdown>*{white-space:normal}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item{padding:0!important;margin:0!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification{background:#000}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification:hover{background-color:#404040!important;cursor:pointer}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item .notification-center-item>.ui.notification,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification{margin:0!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item .notification-center-item>.ui.notification div.message,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification div.message{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item .notification-center-item>.ui.notification .datetime,html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification .datetime{color:#fff}html.honeywell-dark-theme .ui.page-header .ui.notification-center.dropdown{padding:0 .25rem!important}html.honeywell-dark-theme .ui.page-header .ui.notification-center.dropdown>.item:first-child{padding:0!important;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}html.honeywell-dark-theme .ui.page-header .ui.notification-center.dropdown .trigger-container .responsive-trigger-label{display:none}html.honeywell-dark-theme .ui.page-header .ui.notification-center.dropdown .trigger-container .trigger-icon{background:transparent}html.honeywell-dark-theme .ui.page-header .ui.notification-center.dropdown>.item:first-child{padding-top:0!important;padding-bottom:0!important}html.honeywell-dark-theme .ui.page-header .notification-center-dropdown.menu{min-width:16.8rem;width:16.8rem;background:#000}html.honeywell-dark-theme .ui.page-header .notification-center-dropdown.menu .ui.notification{border:none;margin:none!important}html.honeywell-dark-theme .ui.page-header .notification-center-dropdown.menu .see-all-container{padding:.75rem 1rem;color:#fff;text-align:right}html.honeywell-dark-theme .ui.page-header .notification-center-dropdown.menu .see-all-container>.see-all{display:inline;cursor:pointer;font-weight:500}html.honeywell-dark-theme .ui.page-header.is-collapsed .ui.notification-center.dropdown>.item:first-child,html.honeywell-dark-theme .ui.page-header .is-compressed .ui.notification-center.dropdown>.item:first-child{-webkit-justify-content:flex-start;justify-content:flex-start}html.honeywell-dark-theme .ui.page-header.is-collapsed .ui.notification-center.dropdown>.item:first-child:hover,html.honeywell-dark-theme .ui.page-header .is-compressed .ui.notification-center.dropdown>.item:first-child:hover{background:none}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .notification-center .trigger-container{display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .notification-center .trigger-container .trigger-icon{width:0;padding:0!important}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .notification-center .trigger-container .responsive-trigger-label{padding-left:.125rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu>.item:hover>.menu.notification-center-dropdown{width:auto;height:auto;left:-16.8rem!important;right:16.8rem!important}html.honeywell-dark-theme .ui.page-header .profile-icon{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;font-weight:700;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:2rem;height:2rem;border:.0625rem solid #606060;border-radius:1.5rem;background:#303030 50%/cover no-repeat}html.honeywell-dark-theme .ui.page-header .profile-icon.no-border{border:none}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .item.user-profile-drop{text-align:left!important;display:-webkit-flex;display:flex;opacity:1!important}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .item.user-profile-drop .profile-icon{display:inline-block}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .item.user-profile-drop .name-info{-webkit-justify-content:center;justify-content:center;padding-left:1rem}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .item.user-profile-drop .name-info .role{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;color:#606060}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu{min-width:4.75rem!important;padding-left:.75rem;padding-right:.75rem;color:#fff}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu i.icon:not(.button-icon){display:none}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu i.icon.button-icon{padding:0 14px;margin:0}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .trigger-icon{width:3.75rem;position:relative}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu:hover,html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu>.active{background:#404040}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .menu{background:#000;color:#000!important;border-radius:0 0 0 0!important}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .menu .text{color:#fff}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .menu>.item{padding:.75rem 1.5rem!important;color:#fff!important}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .drop-badged-text{padding-left:1rem;display:inline-block}html.honeywell-dark-theme .ui.page-header.is-compressed .ui.dropdown.icon-menu{padding-left:.75rem;padding-right:.75rem;min-width:auto!important}html.honeywell-dark-theme .ui.page-header.is-compressed .ui.dropdown.icon-menu i.icon.button-icon{padding:0 13px;margin:0}html.honeywell-dark-theme .ui.page-header.is-compressed .ui.dropdown.icon-menu .trigger-icon{width:auto;position:relative}html.honeywell-dark-theme .ui.page-header.is-compressed .ui.dropdown.icon-menu .trigger-icon .profile-icon{width:1.5rem;height:1.5rem;line-height:1.5rem;padding-top:0;padding-bottom:0}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item{cursor:pointer;overflow-x:hidden;position:relative;transition:width .3s ease-in;padding-top:.75rem;padding-bottom:.75rem;width:246px;background:none!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-icon{padding:0 1px 0 .125rem;position:absolute;z-index:2;margin:0;color:#fff}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input{transition:opacity .15s ease-in,border-color .15s ease-in;background:#303030;border:.0625rem solid #707070;position:relative;z-index:1;opacity:1;border-radius:0;color:#e0e0e0;outline:none}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus{border-color:#45a7ea;outline:none}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item:hover{background:none!important;color:#fff}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item:not(.open){width:2.5rem;margin-right:.5rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item:not(.open) .expandable-icon{position:relative}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item:not(.open) .expandable-input{opacity:0;width:0;cursor:pointer}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item.open .expandable-icon{color:#fff;padding-left:.25rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item.open .expandable-icon{top:.8125rem}}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item.open .expandable-input{width:100%}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .user-profile-menu{padding:.25rem .5rem!important;box-sizing:border-box}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .user-profile-menu i.icon{display:none!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu{background:#1a1a1a;color:#fff!important;font-weight:400!important;border-radius:0!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu .text{color:#fff}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu>.item{background:#000!important;font-weight:400!important;padding:.75rem 1.5rem!important;color:#fff!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu>.item:hover{background:#404040!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu>.item.active{font-weight:700!important}html.honeywell-dark-theme .h-icon:not(.common){font-size:1rem;display:inline-block;vertical-align:middle;opacity:1;margin:none;speak:none;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.honeywell-dark-theme .h-icon:not(.common).scuf-small{font-size:1rem!important}html.honeywell-dark-theme .h-icon:not(.common).scuf-medium{font-size:1.5rem!important}html.honeywell-dark-theme .h-icon:not(.common).scuf-large{font-size:2rem!important}html.honeywell-dark-theme .h-icon:not(.common).scuf-xlarge{font-size:4rem!important}html.honeywell-dark-theme .h-icon:not(.common).vertically-flipped{-webkit-transform:scaleY(-1);transform:scaleY(-1)}html.honeywell-dark-theme .h-icon:not(.common).horizontally-flipped{-webkit-transform:scaleX(-1);transform:scaleX(-1)}html.honeywell-dark-theme .h-icon:not(.common).fitted{width:auto;margin:0}html.honeywell-dark-theme .h-icon:not(.common).fitted:before{position:relative;top:0}html.honeywell-dark-theme .h-icon:not(.common).loading{-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}html.honeywell-dark-theme .h-icon:not(.common).loading:before{position:relative;top:0}html.honeywell-dark-theme .ui.single-input{position:relative;display:inline-block;vertical-align:top;z-index:1}html.honeywell-dark-theme .ui.single-input .input-box{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;background:#303030;border:.0625rem solid #707070;border-radius:0;color:#e0e0e0;height:2.375rem;transition:border-color .15s ease-in;box-sizing:border-box;padding:.6875rem .4375rem;z-index:1;position:relative;background:transparent;width:12rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.single-input .input-box{line-height:.875rem!important}}html.honeywell-dark-theme .ui.single-input .input-box:focus{border-color:#45a7ea;outline:none}html.honeywell-dark-theme .ui.single-input .input-box::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.single-input .input-box::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.single-input .input-box:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic;line-height:.875rem!important}html.honeywell-dark-theme .ui.single-input .input-box:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.single-input .input-box:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.single-input .input-box:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.single-input .input-wrap{position:relative;display:-webkit-inline-flex;display:inline-flex;background:#303030}html.honeywell-dark-theme .ui.single-input.fluid{display:block}html.honeywell-dark-theme .ui.single-input.fluid .input-box,html.honeywell-dark-theme .ui.single-input.fluid .input-wrap{width:100%}html.honeywell-dark-theme .ui.single-input.error .input-box{border-color:#f15a4f;background-color:#303030}html.honeywell-dark-theme .ui.single-input.disabled{cursor:not-allowed!important}html.honeywell-dark-theme .ui.single-input.disabled .input-box{z-index:2;background:#505050}html.honeywell-dark-theme .ui.single-input.disabled .input-wrap{cursor:not-allowed!important}html.honeywell-dark-theme .ui.single-input.disabled .input-wrap .input-icon{z-index:2}html.honeywell-dark-theme .ui.single-input.disabled .input-wrap input{cursor:not-allowed!important;background:#505050;color:#a0a0a0!important}html.honeywell-dark-theme .ui.single-input.disabled .input-icon{cursor:not-allowed}html.honeywell-dark-theme .ui.single-input .input-icon{position:absolute;z-index:1;color:#e0e0e0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}html.honeywell-dark-theme .ui.single-input.has-icon.align-left .input-icon{left:.75rem}html.honeywell-dark-theme .ui.single-input.has-icon.align-left .input-box{padding-left:2.5rem}html.honeywell-dark-theme .ui.single-input.has-icon.align-right .input-icon{right:.75rem}html.honeywell-dark-theme .ui.single-input.has-icon.align-right .input-box{padding-right:2.5rem}html.honeywell-dark-theme .ui.single-input .search-icon{display:-webkit-flex;display:flex;position:relative;-webkit-align-items:center;align-items:center;display:-webkit-inline-flex;display:inline-flex;-webkit-justify-content:center;justify-content:center;width:2.5rem;height:2.375rem;color:#fff;transition:background-color .3s ease;background:#707070}html.honeywell-dark-theme .focused .input-wrap .search-icon{background:#45a7ea;cursor:pointer}html.honeywell-dark-theme .ui.single-input>.input-wrap>.search-icon,html.honeywell-dark-theme .ui.single-input>.input-wrap>input{height:2.5rem}html.honeywell-dark-theme div.ui.input-label{margin-bottom:.125rem;display:-webkit-flex;display:flex}html.honeywell-dark-theme div.ui.input-label .input-label-message{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;font-weight:700}html.honeywell-dark-theme div.ui.input-label .badge{-webkit-align-self:flex-end;align-self:flex-end;width:.5rem!important;height:.5rem!important;min-width:0!important;min-height:0!important;margin-left:.125rem;margin-bottom:.4rem!important;padding-bottom:0!important}html.honeywell-dark-theme div.ui.input-label .input-label-optional{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic;margin-left:.25rem}html.honeywell-dark-theme .ui.kpi-statistic{max-width:20rem;display:-webkit-inline-flex;display:inline-flex;padding:1rem;margin-right:.75rem;margin-bottom:.75rem;background:#303030}html.honeywell-dark-theme .ui.kpi-statistic i.h-icon{font-size:3.75rem;margin-right:.75rem}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-flex-direction:row;flex-direction:row;-webkit-transform:translateX(-.7rem);transform:translateX(-.7rem)}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel .dot{height:.7rem;width:.7rem;-webkit-transform:translateX(-5px);transform:translateX(-5px);margin-top:.7rem;border-radius:50%;display:inline-block;min-width:.7rem;min-height:.7rem}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel .red{background-color:#ee3124!important}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel .orange{background-color:#f37021!important}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel .yellow{background-color:#ffc627!important}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel .green{background-color:#7eb338!important}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel .blue{background-color:#1792e5!important}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel .grey{background-color:#707070!important}html.honeywell-dark-theme .ui.kpi-statistic .item-image{width:3.75rem;height:3.75rem;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-top:.25rem;margin-right:.75rem;min-width:3.75rem;min-height:3.75rem}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details h1{color:#e0e0e0;font-size:1.625rem}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details h5{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#a0a0a0;text-transform:uppercase}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details h3{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;text-transform:capitalize}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details h1,html.honeywell-dark-theme .ui.kpi-statistic .statistic-details h3,html.honeywell-dark-theme .ui.kpi-statistic .statistic-details h5{margin:0;padding:.125rem 0}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .red{color:#ee3124!important}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .orange{color:#f37021!important}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .yellow{color:#ffc627!important}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .green{color:#7eb338!important}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .blue{color:#1792e5!important}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .purple{color:#9b59b6!important}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .grey{color:#707070!important}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .black{color:#303030!important}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details .white{color:#f7f7f7!important}html.honeywell-dark-theme .ui .list.scuf-list-wrapper .item.clickable{cursor:pointer}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.celled.list>.item,html.honeywell-dark-theme .ui .list.scuf-list-wrapper .ui.celled.list>.list{border-top:.0625rem solid #606060}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.celled.list>.item:last-child{border-bottom:.0625rem solid #606060}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.horizontal.celled.list>.item{border-top:none;border-bottom:none!important;border-left:.0625rem solid #606060}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.divided.list>.item{border-top:.0625rem solid #606060}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.divided.list .list>.item:first-child,html.honeywell-dark-theme .ui .list.scuf-list-wrapper.divided.list>.item:first-child{border-top:none}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.horizontal.bulleted.celled.list>.item{border-top:none;border-bottom:none!important;border-left:.0625rem solid #606060}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.horizontal.bulleted.celled.list>.item:before{margin-left:0;position:relative;padding-right:.5rem}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.horizontal.list>.item{display:-webkit-inline-flex!important;display:inline-flex!important;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.horizontal.celled.list>.item:last-child{border-right:.0625rem solid #606060}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.ordered.list>.item:before,html.honeywell-dark-theme .ui .relaxed.list .description{color:#e0e0e0}html.honeywell-dark-theme .ui.loader-wrap{display:none;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;vertical-align:middle;z-index:2}html.honeywell-dark-theme .ui.loader-wrap .color-overlay{background:#303030;position:absolute;z-index:2}html.honeywell-dark-theme .ui.loader-wrap .ui.loader{display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:600;color:#e0e0e0;-webkit-font-smoothing:antialiased;line-height:1.375rem;font-size:.875rem;z-index:10}html.honeywell-dark-theme .ui.loader-wrap .ui.loader:before{border:.125rem solid hsla(0,0%,87.8%,.15)}html.honeywell-dark-theme .ui.loader-wrap .ui.loader:after{border-color:#e0e0e0 transparent transparent;border-width:.125rem}html.honeywell-dark-theme .ui.loader-wrap .ui.loader.inverted{color:#fff}html.honeywell-dark-theme .ui.loader-wrap .ui.loader.inverted:before{border:.125rem solid hsla(0,0%,100%,.15)}html.honeywell-dark-theme .ui.loader-wrap .ui.loader.inverted:after{border-color:#fff transparent transparent;border-width:.125rem}html.honeywell-dark-theme .ui.loader-wrap .ui.loader.large:after,html.honeywell-dark-theme .ui.loader-wrap .ui.loader.large:before{width:3rem;height:3rem;margin:0 0 0 -1.5rem}html.honeywell-dark-theme .ui.loader-wrap.loading{display:block}html.honeywell-dark-theme .ui.loader-wrap.loading .color-overlay{top:0;right:0;left:0;bottom:0}html.honeywell-dark-theme .ui.modal{border-radius:0!important;border:none!important;padding:1rem;background-color:#303030;-webkit-align-self:center;align-self:center;justify-self:center;position:relative}html.honeywell-dark-theme .ui.modal .header{background:0;border:none!important;padding:0 2.5rem 1rem 0;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}html.honeywell-dark-theme .ui.modal .header .right{margin-left:auto}html.honeywell-dark-theme .ui.modal.fullscreen>.header:not(.ui),html.honeywell-dark-theme .ui.modal.large>.header:not(.ui),html.honeywell-dark-theme .ui.modal.mini>.header:not(.ui),html.honeywell-dark-theme .ui.modal.small>.header:not(.ui){font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:1.625rem;line-height:2.125rem;color:silver;color:#e0e0e0}html.honeywell-dark-theme .ui.modal .close-icon-wrap{position:absolute;display:inline-block;right:1rem;top:1.25rem;font-size:.75rem;color:#fff;cursor:pointer}html.honeywell-dark-theme .ui.modal .close-icon-wrap .modal-close{margin:0;font-size:.75rem}html.honeywell-dark-theme .ui.modal .close-icon-wrap:hover{color:#d0d0d0}html.honeywell-dark-theme .ui.modal .content{padding:0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;background-color:#303030}html.honeywell-dark-theme .ui.modal .actions{border:none;padding:2rem 0 0;background:none;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:left}html.honeywell-dark-theme .ui.modal .actions .left{margin-right:auto}html.honeywell-dark-theme .modals.dimmer{-webkit-justify-content:center;justify-content:center}html.honeywell-dark-theme .blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(4px)!important;filter:blur(4px)!important}html.honeywell-dark-theme .blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.7)!important}html.honeywell-dark-theme .modals.dimmer .ui.fullscreen.scrolling.modal,html.honeywell-dark-theme .ui.fullscreen.modal{width:100%!important;left:0!important;top:0!important;height:100vh;margin:0!important}html.honeywell-dark-theme .ui.large.modal{width:75%}html.honeywell-dark-theme .ui.small.modal{width:33%}html.honeywell-dark-theme .ui.notification{width:100%;background:#303030;margin:1em 0;border:.125rem solid;border-left:.5rem solid;display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.notification.critical{border-color:#f15a4f}html.honeywell-dark-theme .ui.notification.critical .icon .h-icon{color:#f15a4f}html.honeywell-dark-theme .ui.notification.important{border-color:#ffc627}html.honeywell-dark-theme .ui.notification.important .icon .h-icon{color:#ffc627}html.honeywell-dark-theme .ui.notification.information{border-color:#1792e5}html.honeywell-dark-theme .ui.notification.information .icon .h-icon{color:#1792e5}html.honeywell-dark-theme .ui.notification.success{border-color:#7eb338}html.honeywell-dark-theme .ui.notification.success .icon .h-icon{color:#7eb338}html.honeywell-dark-theme .ui.notification .icon{padding:1rem 0 0 1rem;display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.notification .icon .h-icon{font-size:1.5rem;padding:0!important}html.honeywell-dark-theme .ui.notification .icon .h-icon:before{padding:.25rem}html.honeywell-dark-theme .ui.notification .content{-webkit-flex-grow:1;flex-grow:1;padding:1rem 1rem 1rem .5rem;width:100%}html.honeywell-dark-theme .ui.notification .content .content-top{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end}html.honeywell-dark-theme .ui.notification .content .heading{margin-bottom:.5rem;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex-grow:1;flex-grow:1}html.honeywell-dark-theme .ui.notification .content .heading .title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;font-weight:700;display:inline-block;margin-right:3em}html.honeywell-dark-theme .ui.notification .content .details-button{float:right}html.honeywell-dark-theme .ui.notification .content .message{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0}html.honeywell-dark-theme .ui.notification .content .message p a{cursor:pointer;color:#45a7ea}html.honeywell-dark-theme .ui.notification .content .action-wrapper{margin-top:.5rem}html.honeywell-dark-theme .ui.notification .content .action-wrapper .action{float:right;cursor:pointer;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#45a7ea;font-weight:600;letter-spacing:.5px}html.honeywell-dark-theme .ui.notification .content .action-wrapper .action:active{color:#8bc8f2}html.honeywell-dark-theme .ui.notification .content .action-wrapper .action:hover{color:#45a7ea}html.honeywell-dark-theme .ui.notification .content .action-wrapper .action:disabled{color:#606060}html.honeywell-dark-theme .ui.notification .content .tags{display:inline-block}html.honeywell-dark-theme .ui.notification .content .tags .badge{margin-right:.25rem}html.honeywell-dark-theme .ui.notification .content:first-child{padding-left:1rem}html.honeywell-dark-theme .ui.notification .close-wrapper{padding-left:2rem;display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.notification .close-wrapper .h-icon{color:#707070;cursor:pointer}html.honeywell-dark-theme .ui.notification .close-wrapper .h-icon:hover{color:#d0d0d0}html.honeywell-dark-theme .ui.notification .close-wrapper .h-icon:active{color:#fff}html.honeywell-dark-theme .ui.notification .datetime{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;font-weight:700}html.honeywell-dark-theme .ui.pagination{display:-webkit-flex;display:flex;border:.0625rem solid #606060;background:#303030;width:100%;min-width:24rem;height:3.3rem;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:relative;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:500}html.honeywell-dark-theme .ui.pagination .nav-container{display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.pagination .page-info{position:absolute;left:1rem}html.honeywell-dark-theme .ui.pagination .page-info .bold{font-weight:600}html.honeywell-dark-theme .ui.pagination .page-options{display:-webkit-inline-flex;display:inline-flex;position:absolute;-webkit-align-items:center;align-items:center;right:.25rem}html.honeywell-dark-theme .ui.pagination .page-options .scuf-dropdown-wrapper{padding-left:.5rem;width:6rem}html.honeywell-dark-theme .ui.pagination .page-options .scuf-dropdown-wrapper .ui.selection.dropdown{min-width:auto;width:6rem}html.honeywell-dark-theme .ui.pagination .page-options .scuf-dropdown-wrapper .ui.selection.dropdown .active{border:none!important}html.honeywell-dark-theme .ui.pagination .page-options .scuf-dropdown-wrapper .ui.selection.dropdown .visible.menu{border:none!important;box-shadow:0 1px 2px rgba(0,0,0,.5)}html.honeywell-dark-theme .ui.pagination .page-options .scuf-dropdown-wrapper .ui.selection.dropdown .visible.menu .item:not(:last-child){border-bottom:.0625rem solid #606060}html.honeywell-dark-theme .ui.pagination .goto-selector{display:inline;display:initial;width:5.25rem}html.honeywell-dark-theme .ui.pagination .goto-selector .ui.selection.dropdown{min-width:auto;width:5.25rem}html.honeywell-dark-theme .ui.pagination .goto-selector .ui.selection.dropdown .active{border:none!important}html.honeywell-dark-theme .ui.pagination .goto-selector .ui.selection.dropdown .visible.menu{border:none!important;box-shadow:0 1px 2px rgba(0,0,0,.5);bottom:2.9375rem;top:auto;overflow-y:auto;max-height:9rem}html.honeywell-dark-theme .ui.pagination .goto-selector .ui.selection.dropdown .visible.menu .item:not(:last-child){border-bottom:1px solid #606060}html.honeywell-dark-theme .ui.pagination .hide{display:none!important}html.honeywell-dark-theme .ui.pagination .page-btn{background:#303030;cursor:pointer;text-align:center;height:2.5rem;width:2.5rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-transform:uppercase;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;border:.0625rem solid transparent}html.honeywell-dark-theme .ui.pagination .page-btn:not(.nav-btn):hover{border:.0625rem solid #606060}html.honeywell-dark-theme .ui.pagination .ellipse.noSelection:hover{border:none!important;cursor:auto}html.honeywell-dark-theme .ui.pagination .active{border:.0625rem solid #45a7ea!important}html.honeywell-dark-theme .ui.pagination .page-btn.disable{color:#505050!important;border:.0625rem solid transparent!important}html.honeywell-dark-theme .ui.pagination .page-btn.disable:hover{cursor:default}html.honeywell-dark-theme .ui.pagination.hide-nav .first-btn,html.honeywell-dark-theme .ui.pagination.hide-nav .item-btn:first-child{margin-left:.25rem}html.honeywell-dark-theme .ui.pagination.hide-nav .item-btn:last-child,html.honeywell-dark-theme .ui.pagination.hide-nav .last-btn{margin-right:.25rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.pagination .page-info{top:1.4rem}html.honeywell-dark-theme .ui.pagination .page-options{top:.25rem}}html.honeywell-dark-theme .popup-pointer{cursor:pointer}html.honeywell-dark-theme .ui.popup.menu{padding:0;border:0;width:250px}html.honeywell-dark-theme .ui.popup.menu .ui.vertical.menu{width:250px;position:relative;box-shadow:none!important}html.honeywell-dark-theme .ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem;font-size:1rem}html.honeywell-dark-theme .ui.progress:first-child{margin:0 0 2.5em}html.honeywell-dark-theme .ui.progress:last-child{margin:0 0 1.5em}html.honeywell-dark-theme .ui.progress .bar{height:1.75em;display:block;line-height:1;position:relative;width:0;min-width:2em;transition:width .1s ease,background-color .1s ease}html.honeywell-dark-theme .ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:hsla(0,0%,100%,.7);text-shadow:none;margin-top:-.5em}html.honeywell-dark-theme .ui.progress.small{font-size:.92857143rem}html.honeywell-dark-theme .ui.progress.small .bar{height:1em}html.honeywell-dark-theme .ui.progress.large{font-size:1.14285714rem}html.honeywell-dark-theme .ui.progress.large .bar{height:2.5em}html.honeywell-dark-theme .ui.progress.big{font-size:1.28571429rem}html.honeywell-dark-theme .ui.progress.big .bar{height:3.5em}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .bars-wrapper{width:100%;display:-webkit-flex;display:flex;background-color:#404040}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .chart-legend{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:.75rem}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .chart-legend .legend-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-left:1rem}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .chart-legend .legend-item .color-block{height:12px;width:12px;margin-right:.25rem;border:0;margin-top:.5rem;margin-bottom:.5rem}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .bar{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;min-width:3%}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .bar.zero{min-width:0}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .bar .progress-text.zero{display:none}html.honeywell-dark-theme .scuf-progress-wrapper .progress-text{font-weight:700}html.honeywell-dark-theme .scuf-progress-wrapper .ui.progress .bar .progress{font-weight:400!important}html.honeywell-dark-theme .scuf-progress-wrapper .progress-text,html.honeywell-dark-theme .scuf-progress-wrapper .ui.progress .bar .progress{left:0;text-align:center;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#fff;font-size:.75rem}html.honeywell-dark-theme .scuf-progress-wrapper.xlarge html.honeywell-dark-theme .scuf-progress-wrapper.zero .ui.progress .bar{min-width:0}html.honeywell-dark-theme .scuf-progress-wrapper.xlarge html.honeywell-dark-theme .scuf-progress-wrapper.zero .ui.progress .bar .progress{color:#e0e0e0}html.honeywell-dark-theme .scuf-progress-wrapper .ui.progress{border-radius:0;background-color:#404040;overflow-x:hidden}html.honeywell-dark-theme .scuf-progress-wrapper .ui.progress .bar{background-color:#45a7ea;border-radius:0}html.honeywell-dark-theme .scuf-progress-wrapper.xxsmall .bar{height:.25rem!important}html.honeywell-dark-theme .scuf-progress-wrapper.xsmall .bar{height:.5rem!important}html.honeywell-dark-theme .scuf-progress-wrapper.small .bar{height:.75rem!important}html.honeywell-dark-theme .scuf-progress-wrapper.medium .bar{height:1rem!important}html.honeywell-dark-theme .scuf-progress-wrapper.large .bar{height:1.5rem!important}html.honeywell-dark-theme .scuf-progress-wrapper.xlarge .bar{height:2rem!important}html.honeywell-dark-theme .scuf-progress-wrapper.indeterminate .bar{-webkit-animation:indeterminate-bar 1.6s infinite;animation:indeterminate-bar 1.6s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}html.honeywell-dark-theme .scuf-progress-wrapper.indeterminate .bar .progress{visibility:hidden}html.honeywell-dark-theme .scuf-circular-wrapper{position:relative}html.honeywell-dark-theme .scuf-circular-wrapper .progress-title{position:absolute;width:100%;text-align:center;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;fill:#e0e0e0;line-height:1;top:45%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}html.honeywell-dark-theme .scuf-circular-wrapper.xsmall{width:1rem}html.honeywell-dark-theme .scuf-circular-wrapper.small{width:2rem}html.honeywell-dark-theme .scuf-circular-wrapper.medium{width:3rem}html.honeywell-dark-theme .scuf-circular-wrapper.medium .progress-title{font-size:.6rem}html.honeywell-dark-theme .scuf-circular-wrapper.large{width:4rem}html.honeywell-dark-theme .scuf-circular-wrapper.large .progress-title{font-size:.8rem}html.honeywell-dark-theme .scuf-circular-wrapper.xlarge{width:6rem}html.honeywell-dark-theme .scuf-circular-wrapper.xlarge .progress-title{font-size:1.2rem}html.honeywell-dark-theme .scuf-circular-wrapper .definite{margin:auto;position:relative;overflow:visible!important}html.honeywell-dark-theme .scuf-circular-wrapper .definite .rc-progress-circle-path{stroke:#45a7ea;stroke-width:.25rem!important;transition:stroke-dashoffset .5s ease 0s}html.honeywell-dark-theme .scuf-circular-wrapper .definite .rc-progress-circle-trail{stroke:#404040!important;stroke-width:.25rem!important}html.honeywell-dark-theme .scuf-circular-wrapper .indefinite{-webkit-animation:spin 2s linear infinite;animation:spin 1s linear infinite;overflow:visible!important}html.honeywell-dark-theme .scuf-circular-wrapper .indefinite .rc-progress-circle-path{stroke:#45a7ea;stroke-width:.25rem!important;transition:stroke-dashoffset .5s ease 0s}html.honeywell-dark-theme .scuf-circular-wrapper .indefinite .rc-progress-circle-trail{stroke:#404040!important;stroke-width:.25rem!important}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .definite .rc-progress-circle-path{transition:none!important}}html.honeywell-dark-theme .ui.radio.checkbox{min-height:1rem;margin:0 .75rem .75rem 0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0}html.honeywell-dark-theme .ui.radio.checkbox .box,html.honeywell-dark-theme .ui.radio.checkbox label{padding-left:1.5rem}html.honeywell-dark-theme .ui.radio.checkbox .box:before,html.honeywell-dark-theme .ui.radio.checkbox label:before{content:"";width:1rem;height:1rem;border-radius:1rem;top:1px;left:0;border:.0625rem solid #707070;background-color:#303030}html.honeywell-dark-theme .ui.radio.checkbox .box:after,html.honeywell-dark-theme .ui.radio.checkbox label:after{border:none;content:""!important;line-height:1rem;top:1px;left:0;width:1rem;height:1rem;border-radius:1rem}html.honeywell-dark-theme .ui.radio.checkbox input:focus~.box:before,html.honeywell-dark-theme .ui.radio.checkbox input:focus~label:before{background-color:#303030;border:.0625rem solid #707070}html.honeywell-dark-theme .ui.radio.checkbox input:focus~.box:after,html.honeywell-dark-theme .ui.radio.checkbox input:focus~label:after{background-color:#303030}html.honeywell-dark-theme .ui.radio.checkbox input:indeterminate~.box:after,html.honeywell-dark-theme .ui.radio.checkbox input:indeterminate~label:after{opacity:0}html.honeywell-dark-theme .ui.radio.checkbox.checked input~.box:before,html.honeywell-dark-theme .ui.radio.checkbox.checked input~label:before{background-color:#303030;border:.0625rem solid #707070}html.honeywell-dark-theme .ui.radio.checkbox.checked input~.box:after,html.honeywell-dark-theme .ui.radio.checkbox.checked input~label:after{background-color:#45a7ea;-webkit-transform:scale(.67);transform:scale(.67);opacity:1!important}html.honeywell-dark-theme .ui.radio.checkbox.checked input:focus~.box:before,html.honeywell-dark-theme .ui.radio.checkbox.checked input:focus~label:before{background-color:#303030}html.honeywell-dark-theme .ui.radio.checkbox.checked input:focus~.box:after,html.honeywell-dark-theme .ui.radio.checkbox.checked input:focus~label:after{background-color:#45a7ea;opacity:1!important}html.honeywell-dark-theme .ui.radio.checkbox input~label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;line-height:1rem}html.honeywell-dark-theme .ui.checkbox input[disabled]~.box:after,html.honeywell-dark-theme .ui.checkbox input[disabled]~label,html.honeywell-dark-theme .ui.disabled.checkbox .box:after,html.honeywell-dark-theme .ui.disabled.checkbox label{opacity:1;cursor:not-allowed!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0}html.honeywell-dark-theme .ui.disabled.radio.checkbox label:before{background-color:#505050;border:.0625rem solid #b0b0b0}html.honeywell-dark-theme .star-rating{display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline}html.honeywell-dark-theme .star-rating .spacing{margin-left:.25rem}html.honeywell-dark-theme .star-rating .edit-mode svg{display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline}html.honeywell-dark-theme .star-rating .edit-mode svg:hover{transition:all .1s ease;-webkit-transform:scale(1.2);transform:scale(1.2)}html.honeywell-dark-theme .star-rating .stars-container{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-content:flex-end;align-content:flex-end;position:relative}html.honeywell-dark-theme .star-rating .stars-container .icon-wrapper{position:absolute;top:0}html.honeywell-dark-theme .star-rating .stars-container .icon-wrapper .icon{cursor:default;display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline;overflow:hidden;padding:0!important}html.honeywell-dark-theme .star-rating .stars-container .icon-wrapper .icon.edit-mode:hover{transition:all .1s ease;-webkit-transform:scale(1.2);transform:scale(1.2)}html.honeywell-dark-theme .star-rating .stars-container .icon-wrapper .icon.edit-mode.unfilled{opacity:0}html.honeywell-dark-theme .star-rating .stars-container .unfilled-icon-wrapper{cursor:default}html.honeywell-dark-theme .star-rating .stars-container .unfilled-icon-wrapper .icon{cursor:default;display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline;padding:0!important}html.honeywell-dark-theme .star-rating .stars-container .unfilled-icon-wrapper .icon.hide-unfilled{opacity:0}html.honeywell-dark-theme .star-rating .rating-value{line-height:normal}html.honeywell-dark-theme .star-rating .rating-value.pop{-webkit-animation:pop .5s forwards;animation:pop .5s forwards}html.honeywell-dark-theme .ui.search-wrap{position:relative;display:inline-block}html.honeywell-dark-theme .ui.search-wrap.error .ui.search.ui-search+.search-icon{border-left:.0625rem solid #f15a4f}html.honeywell-dark-theme .ui.search-wrap.disabled .ui.search.ui-search+.search-icon{background-color:#606060!important;cursor:not-allowed!important}html.honeywell-dark-theme .ui.search-wrap .ui.focus.search.ui-search+.search-icon{color:#fff!important;background:#45a7ea}html.honeywell-dark-theme .ui.search-wrap .search-icon{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:2.375rem;color:#fff;position:absolute;right:0;top:0;background:#707070;opacity:1;padding:.5rem .75rem;transition:background .15s ease-in;cursor:pointer}html.honeywell-dark-theme .ui.search-wrap .search-icon:hover{background-color:#45a7ea!important}html.honeywell-dark-theme .ui.search-wrap .search-icon:active{background-color:#8bc8f2!important}html.honeywell-dark-theme .ui.search-wrap.disabled{background:#505050}html.honeywell-dark-theme .ui.search-wrap.disabled .disabled{opacity:1;cursor:not-allowed!important}html.honeywell-dark-theme .ui.search-wrap.disabled .disabled input{cursor:not-allowed!important;background:#505050!important;color:#a0a0a0!important}html.honeywell-dark-theme .ui.search-wrap.error .ui-search .input input.prompt{border:.0625rem solid #f15a4f!important}html.honeywell-dark-theme .ui.search-wrap .close-icon{position:absolute;right:2.75rem;top:.4375rem;z-index:2;color:#fff;transition:color .1s linear;cursor:pointer}html.honeywell-dark-theme .ui.search-wrap .close-icon:hover{color:#d0d0d0}html.honeywell-dark-theme .ui.search-wrap .close-icon.disabled,html.honeywell-dark-theme .ui.search-wrap .close-icon:active{color:#b0b0b0}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search{position:relative}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .ui.icon.input .search.icon{display:none}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;background:#303030;border:.0625rem solid #707070;border-radius:0;color:#e0e0e0;height:2.375rem;transition:border-color .15s ease-in;box-sizing:border-box;padding:.6875rem .4375rem;margin:0;text-shadow:none;padding-right:4rem!important}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt{line-height:.875rem!important}}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:focus{border-color:#45a7ea;outline:none}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic;line-height:.875rem!important}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible{display:block;font-weight:400;left:0;background:#303030;margin-top:-.0625rem;border-radius:0;min-width:368px;border:.0625rem solid #606060;border-top-color:#45a7ea;box-shadow:none;width:auto;top:2.375rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .message.empty .header{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .result{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;background:#303030;margin-left:0;border-left:none;padding:.5rem .75rem;box-sizing:border-box;border-bottom:none;border-radius:0;z-index:900}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .result .title{font-weight:400}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .result:hover{background:#404040}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .result .result-icon{font-size:.75rem;line-height:.75rem;position:relative;top:.125rem;margin-right:.5rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .category{border-bottom:.0625rem solid #606060;padding-bottom:.5rem;background:#303030}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .category .results{border-top:none}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .category .name{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#a0a0a0;text-transform:uppercase;display:block;width:100%;float:none;background:#303030;padding-top:.75rem;padding-bottom:.125rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .category:last-child{border-bottom:none;margin-bottom:none}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .ui.input{min-width:368px}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .ui.input.focus input,html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .ui.input input:focus{border-color:#45a7ea}html.honeywell-dark-theme .ui.search-wrap .ui.active.visible.category.focus.search.ui.search .ui.icon.input .search.icon,html.honeywell-dark-theme .ui.search-wrap .ui.active.visible.focus.search.ui.search .ui.icon.input .search.icon,html.honeywell-dark-theme .ui.search-wrap .ui.category.focus.search.ui.search .ui.icon.input .search.icon,html.honeywell-dark-theme .ui.search-wrap .ui.focus.search.ui.search .ui.icon.input .search.icon{background:#45a7ea!important;border-radius:0!important}html.honeywell-dark-theme .ui.search-wrap .ui.active.visible.category.focus.search.ui.search .ui.icon.input .search.icon:before,html.honeywell-dark-theme .ui.search-wrap .ui.active.visible.focus.search.ui.search .ui.icon.input .search.icon:before,html.honeywell-dark-theme .ui.search-wrap .ui.category.focus.search.ui.search .ui.icon.input .search.icon:before,html.honeywell-dark-theme .ui.search-wrap .ui.focus.search.ui.search .ui.icon.input .search.icon:before{color:#fff!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;display:inline-block;vertical-align:top;z-index:1;width:12rem;cursor:pointer}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.expanded{z-index:2}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.error .label{border:.0625rem solid #f15a4f}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.error .label:first-child{border-right:none}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.error .label:last-child{border-left:none}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.error input{border-color:#f15a4f;background-color:#303030}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.fluid{display:block;width:100%}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.disabled{cursor:not-allowed}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.disabled .ui.disabled.dropdown{opacity:1;background:#505050}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.disabled .ui.disabled.dropdown i.icon{color:#a0a0a0}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper p.error-message{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;color:#f15a4f;font-weight:600;margin-top:.125rem}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;padding:.438rem .5rem .438rem .75rem;border:.0625rem solid #707070;max-height:2.5rem;border-radius:0;background:#303030;min-width:100%}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu .message,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu .message,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu .message{color:#a0a0a0}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.item:hover,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.item:hover,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.item:hover{background-color:#404040}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.disabled.item:hover,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.disabled.item:hover,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.disabled.item:hover{background-color:#303030!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon{float:right;color:#fff;height:1rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled>.default.text,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown>.default.text,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown>.default.text{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic;color:#a0a0a0!important;padding-right:.5rem}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.item,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.item,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;border:none;padding:.5rem .5rem .5rem .75rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.item i.icon,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.item i.icon,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.item i.icon{margin-right:0!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.item .select-highlight,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.item .select-highlight,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.item .select-highlight{font-weight:700}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled>.label,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown>.label,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown>.label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;display:-webkit-inline-flex;display:inline-flex;word-break:break-all;line-height:.875rem;background:#404040;padding:.125rem .125rem .125rem .25rem;border-radius:0;position:relative;box-shadow:none;margin:0 .5rem .25rem 0}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled>.label:last-of-type,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown>.label:last-of-type,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown>.label:last-of-type{margin-right:0}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon.chevron,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon.chevron,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon.chevron{font-family:Honeywell-Icons!important;font-size:.5rem}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon.chevron:before,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon.chevron:before,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon.chevron:before{content:""!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon.delete,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon.delete,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon.delete{position:relative;font-family:Honeywell-Icons!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon.delete:before,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon.delete:before,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon.delete:before{content:""!important;color:#a0a0a0;font-size:.5rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled.error,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown.error,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown.error{border:.0625rem solid #f15a4f}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled.fluid,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown.fluid,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown.fluid{width:100%!important;max-width:100%!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown{max-width:100%}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.selection.dropdown>.text{max-width:calc(100% - 1rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0!important;padding-right:.5rem}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.no-chevron i.chevron.down.icon{display:none}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content i.chevron.down.icon{position:absolute;right:.5rem;top:.5rem}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.multiple.selection.dropdown{max-height:none!important;padding-bottom:.188rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content:not(.no-chevron)>.ui.multiple.selection.dropdown{padding-right:2rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper .ui.selection.dropdown:not(.search)>input.search{top:0;color:#e0e0e0!important;width:100%;margin:0;position:absolute;padding:.562rem 2rem .562rem .75rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper .ui.selection.dropdown.search input.search{color:#e0e0e0;line-height:1rem}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper .ui.selection.dropdown.multiple>input.search{position:relative;top:-.125rem;margin-left:0}html.honeywell-dark-theme .ui.active.visible.selection.dropdown{border:.0625rem solid #45a7ea}html.honeywell-dark-theme .ui.active.visible.selection.dropdown .selected.item{background-color:#404040;word-break:break-all}html.honeywell-dark-theme .ui.active.visible.selection.dropdown .selected.item>.default.text{font-weight:400}html.honeywell-dark-theme .ui.active.visible.selection.dropdown .visible.menu.transition{display:inherit;background:#303030;border:.0625rem solid #45a7ea;border-radius:0;margin-left:-.0625rem;width:calc(100% + .125rem)}html.honeywell-dark-theme .ui.active.visible.selection.dropdown .visible.menu.transition :last-child{margin-bottom:0!important}html.honeywell-dark-theme .ui.active.visible.selection.dropdown.error .visible.menu.transition{border:.0625rem solid #f15a4f}html.honeywell-dark-theme .ui.active.visible.selection.multiple.dropdown{border:1px solid #45a7ea}html.honeywell-dark-theme .ui.active.visible.selection.multiple.dropdown .selected.item{background-color:transparent;background-color:initial}html.honeywell-dark-theme .ui.active.visible.selection.multiple.dropdown .selected.item>.default.text{font-weight:400}html.honeywell-dark-theme .ui.active.visible.selection.multiple.dropdown .visible.menu.transition{background:#303030;border:.0625rem solid #45a7ea;border-radius:0;margin-left:-.0625rem;width:calc(100% + .125rem)}html.honeywell-dark-theme .ui.active.visible.selection.multiple.dropdown .visible.menu.transition :last-child{margin-bottom:0!important}html.honeywell-dark-theme .ui.dropdown>.text{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0}html.honeywell-dark-theme .ui.dropdown.error,html.honeywell-dark-theme .ui.dropdown.error>.default.text,html.honeywell-dark-theme .ui.dropdown.error>.text{color:#e0e0e0!important}html.honeywell-dark-theme .ui.selection.visible.dropdown>.text:not(.default){font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0}html.honeywell-dark-theme .ui.active.visible.selection.dropdown.multiple i.icon.down,html.honeywell-dark-theme .ui.active.visible.selection.dropdown i.icon.down{font-family:Honeywell-Icons!important;font-size:.5rem}html.honeywell-dark-theme .ui.active.visible.selection.dropdown.multiple i.icon.down:before,html.honeywell-dark-theme .ui.active.visible.selection.dropdown i.icon.down:before{content:""!important;color:#fff}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple{max-height:none!important;padding-bottom:.188rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple.search,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.search{padding-bottom:.1rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple.disabled,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.disabled{max-height:none!important;padding-bottom:.188rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple.disabled.search,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple.disabled .selection,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.disabled.search,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.disabled .selection{padding-bottom:.1rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.multiple.disabled>div.default.text{max-width:calc(100% - 1rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.search.selection>.text.filtered,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.search.selection>.text.filtered{margin-bottom:1.2rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.selection,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.multiple.selection{padding-bottom:.438rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.selection.search,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper>.ui.dropdown.multiple.selection.search{padding-bottom:.1rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.disabled.multiple:not(.search),html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.disabled.multiple:not(.search){padding-bottom:.438rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.disabled.multiple:not(.search)>.text.default,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.disabled.multiple:not(.search)>.text.default{margin:0}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.disabled>.default.text,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.disabled>.default.text{line-height:1.5rem}html.honeywell-dark-theme .sidebar-layout>.content{-webkit-flex:1 1 auto;flex:1 1 auto}html.honeywell-dark-theme .sidebar-layout{overflow-x:hidden}html.honeywell-dark-theme .sidebar-layout>.sidebar{width:14.25rem;-webkit-flex-shrink:0;flex-shrink:0;transition:width .3s ease-in;background:#000;color:#fff;overflow-x:hidden;z-index:2;border-right:.0625rem solid #606060}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.vertical.menu{height:100%}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.vertical.menu .item:before{display:none}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu{width:14.25rem;background:transparent}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;color:#fff;font-size:.875rem;line-height:1.375rem;font-weight:400;text-transform:capitalize;border-left:.25rem solid transparent;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:.75rem 1rem;transition:color .1s ease-in,background-color .1s ease-in}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item .badged-icon .badge{visibility:hidden}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item .sidebar-icon{margin-right:1rem}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item>.sidebar-label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;color:#fff;font-size:.875rem;line-height:1.375rem;font-weight:400;opacity:1;-webkit-flex-grow:1;flex-grow:1;transition:opacity .3s ease-in}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item>.open-indicator{opacity:1;padding-left:.5rem;transition:opacity .3s ease-in}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item.active{border-color:#45a7ea}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item.active .sidebar-label{font-weight:700}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item.active,html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item:hover{color:#fff;background:#404040}html.honeywell-dark-theme .sidebar-layout.collapse>.sidebar{width:3.5rem}html.honeywell-dark-theme .sidebar-layout.collapse>.sidebar .ui.menu .item .open-indicator,html.honeywell-dark-theme .sidebar-layout.collapse>.sidebar .ui.menu .item .sidebar-label{opacity:0}html.honeywell-dark-theme .sidebar-layout.collapse>.sidebar .ui.menu .item .badged-icon .badge{visibility:visible}html.honeywell-dark-theme .sidebar-layout.collapse.compressed>.sidebar,html.honeywell-dark-theme .sidebar-layout.collapse.no-icons>.sidebar{width:0;-webkit-transform:translateX(-.0625rem);transform:translateX(-.0625rem)}html.honeywell-dark-theme .sidebar-layout.collapse.compressed>.sidebar .ui.menu .item .badge,html.honeywell-dark-theme .sidebar-layout.collapse.no-icons>.sidebar .ui.menu .item .badge{visibility:hidden}html.honeywell-dark-theme .sidebar-layout>.sidebar .menu .submenu.open{background-color:#404040}html.honeywell-dark-theme .sidebar-layout>.sidebar .menu .submenu.open>.ui.menu{display:block;background:#303030}html.honeywell-dark-theme .sidebar-layout>.sidebar .menu .submenu>.ui.menu{display:none}html.honeywell-dark-theme .sidebar-layout{width:100%;display:-webkit-flex;display:flex;position:relative}html.honeywell-dark-theme .sidebar-layout.compressed{overflow:hidden}html.honeywell-dark-theme .sidebar-layout.compressed>.content{position:relative;min-width:100vw;z-index:1;left:0}html.honeywell-dark-theme .ui.slider .rc-slider-handle{position:relative;height:.875rem;width:.875rem;margin-top:0;border:none;background-color:#e0e0e0;background-color:#606060;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:-1px;height:1rem;width:1rem}html.honeywell-dark-theme .ui.slider .rc-slider-handle .slider-handle-tooltip{display:none;position:absolute;left:50%;top:-.25rem;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;font-weight:700;color:#000;padding:.125rem .5rem;background-color:#e0e0e0;-webkit-transform:scale(.75) translate(-66%,-1.8rem);transform:scale(.75) translate(-66%,-1.8rem)}html.honeywell-dark-theme .ui.slider .rc-slider-handle .slider-handle-tooltip:before{content:"";border-left:5px solid transparent;border-top:5px solid #e0e0e0;border-right:5px solid transparent;left:50%;bottom:0;position:absolute;-webkit-transform:translate(-50%,75%);transform:translate(-50%,75%)}html.honeywell-dark-theme .ui.slider .rc-slider-handle:hover{-webkit-transform:scale(1.25) translate(-50%,-40%);transform:scale(1.25) translate(-50%,-40%);-webkit-transform-origin:center;transform-origin:center}html.honeywell-dark-theme .ui.slider .rc-slider-handle:hover .slider-handle-tooltip{display:block}html.honeywell-dark-theme .ui.slider .rc-slider-handle:focus{box-shadow:unset}html.honeywell-dark-theme .ui.slider .rc-slider-handle:nth-of-type(odd){-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}html.honeywell-dark-theme .ui.slider .rc-slider-handle:nth-of-type(odd):hover{-webkit-transform:scale(1.25) translate(-100%,-40%);transform:scale(1.25) translate(-100%,-40%);-webkit-transform-origin:center;transform-origin:center}html.honeywell-dark-theme .ui.slider-wrap .ui.slider{position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:-webkit-min-content;width:min-content}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .from-input{margin-right:1rem}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider{width:296px;height:3px;padding:0;display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider .rc-slider-rail{background-color:#606060;height:3px;background-color:#000}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider .rc-slider-track{background-color:#e0e0e0;height:3px;background-color:#606060}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider .rc-slider-step .rc-slider-dot{height:3px;width:3px;margin-left:0;background-color:#e0e0e0;border:none;bottom:1px;background-color:#606060}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider .rc-slider-step .rc-slider-dot:last-child{-webkit-transform:translateX(-3px);transform:translateX(-3px)}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider:active .rc-slider-handle,html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider:active .rc-slider-track,html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider:active .slider-handle-tooltip{background-color:#45a7ea}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider:active .rc-slider-handle{-webkit-transform:scale(1.25) translate(-50%,-40%);transform:scale(1.25) translate(-50%,-40%)}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider:active .rc-slider-handle:nth-of-type(odd){-webkit-transform:scale(1.25) translate(-100%,-40%);transform:scale(1.25) translate(-100%,-40%)}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider:active .slider-handle-tooltip{display:block}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider:active .slider-handle-tooltip:before{border-top-color:#45a7ea}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-handle,html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-rail,html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-step .rc-slider-dot,html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-track{background-color:#606060}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-handle:hover{-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-handle:nth-of-type(odd){-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .slider-handle-tooltip{display:none}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled:active .rc-slider-handle{-webkit-transform:scale(1) translateY(-50%) translateX(-50%);transform:scale(1) translateY(-50%) translateX(-50%)}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .input-label{margin-right:1rem}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .ui.single-input .input-wrap .input-box{width:2.75rem}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .ui.single-input .input-wrap input[type=number]::-webkit-inner-spin-button,html.honeywell-dark-theme .ui.slider-wrap .ui.slider .ui.single-input .input-wrap input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .max-value{margin:0 .5rem 0 1rem}html.honeywell-dark-theme .ui.slider-wrap.fluid,html.honeywell-dark-theme .ui.slider-wrap.fluid .ui.slider,html.honeywell-dark-theme .ui.slider-wrap.fluid .ui.slider .rc-slider{width:100%}html.honeywell-dark-theme .ui.statistic .red{color:#ee3124!important}html.honeywell-dark-theme .ui.statistic .orange{color:#f37021!important}html.honeywell-dark-theme .ui.statistic .yellow{color:#ffc627!important}html.honeywell-dark-theme .ui.statistic .green{color:#7eb338!important}html.honeywell-dark-theme .ui.statistic .blue{color:#1792e5!important}html.honeywell-dark-theme .ui.statistic .purple{color:#9b59b6!important}html.honeywell-dark-theme .ui.statistic .grey{color:#707070!important}html.honeywell-dark-theme .ui.statistic .black{color:#303030!important}html.honeywell-dark-theme .ui.statistic .white{color:#f7f7f7!important}html.honeywell-dark-theme .ui.statistic{margin:0!important;padding:1rem 2.5rem 0;vertical-align:bottom}html.honeywell-dark-theme .ui.statistic.fluid{padding-left:1rem;padding-right:1rem;width:100%}html.honeywell-dark-theme .ui.statistic+.ui.statistic{padding-left:0}html.honeywell-dark-theme .ui.statistic>.value.vertically{display:-webkit-flex;display:flex}html.honeywell-dark-theme .ui.statistic>.value.vertically .vertically{display:left}html.honeywell-dark-theme .ui.statistic>.value.vertically .vertically.value{line-height:2.5rem}html.honeywell-dark-theme .ui.statistic>.value{text-align:center;-webkit-align-items:center;align-items:center;margin:0;padding:.25rem 0 .125rem}html.honeywell-dark-theme .ui.statistic>.value .h-icon{color:#b0b0b0;padding:0!important;margin:0!important}html.honeywell-dark-theme .ui.statistic>.value .h-icon.tiny{font-size:.75rem!important;width:.75rem!important;height:.75rem!important}html.honeywell-dark-theme .ui.statistic>.value .h-icon.small{font-size:1.5rem!important;width:1.5rem!important;height:1.5rem!important}html.honeywell-dark-theme .ui.statistic>.value .h-icon.huge{font-size:2.5rem!important;width:2.5rem!important;height:2.5rem!important}html.honeywell-dark-theme .ui.statistic>.value .h-icon:before{top:0}html.honeywell-dark-theme .ui.statistic>.value .uom{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:400;font-size:1rem;margin-left:.125rem;color:#e0e0e0}html.honeywell-dark-theme .ui.statistic>.value .value{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:800;text-transform:none;color:#e0e0e0}html.honeywell-dark-theme .ui.statistic>.value .h-icon+.value:not(.vertically){margin-top:.25rem}html.honeywell-dark-theme .ui.statistic>.value .h-icon+.value.vertically{margin-left:.25rem}html.honeywell-dark-theme .ui.statistic>.value .value:not(.vertically)+.h-icon{margin-top:.25rem}html.honeywell-dark-theme .ui.statistic>.value .value.vertically+.h-icon{margin-left:.25rem}html.honeywell-dark-theme .ui.statistic>.value .roundedIcon{border-radius:2.5rem;overflow:hidden}html.honeywell-dark-theme .ui.tiny.statistic>.value{font-size:.75rem!important}html.honeywell-dark-theme .ui.small.statistic>.value{font-size:1rem!important}html.honeywell-dark-theme .ui.huge.statistic>.value{font-size:1.5rem!important}html.honeywell-dark-theme .ui.statistic>.label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:600;text-transform:none;text-align:center;font-size:.75rem;color:silver}html.honeywell-dark-theme .ui.statistic>.label .indicator{margin-right:.125rem}html.honeywell-dark-theme .ui.statistic>.label .up-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}html.honeywell-dark-theme .ui.statistic>.label.title{font-size:.875rem}html.honeywell-dark-theme .steps.ui{border:0;background:#303030;border-radius:0}html.honeywell-dark-theme .steps.ui .link.item,html.honeywell-dark-theme .steps.ui a.item{background:#303030;padding:1rem!important;border-top:.0625rem solid #606060;border-bottom:.0625rem solid #606060;border-left:.0625rem solid #606060;border-right:0!important;height:96px;color:#e0e0e0!important}html.honeywell-dark-theme .steps.ui .link.item .h-icon,html.honeywell-dark-theme .steps.ui a.item .h-icon{padding-right:1rem!important;margin:initial}html.honeywell-dark-theme .steps.ui .link.item:before,html.honeywell-dark-theme .steps.ui a.item:before{color:#e0e0e0!important}html.honeywell-dark-theme .steps.ui .link.item:after,html.honeywell-dark-theme .steps.ui a.item:after{background:#303030;border-color:#606060}html.honeywell-dark-theme .steps.ui .link.item .description,html.honeywell-dark-theme .steps.ui .link.item .title,html.honeywell-dark-theme .steps.ui a.item .description,html.honeywell-dark-theme .steps.ui a.item .title{color:#e0e0e0}html.honeywell-dark-theme .steps.ui .link.item:hover,html.honeywell-dark-theme .steps.ui .link.item:hover:after,html.honeywell-dark-theme .steps.ui a.item:hover,html.honeywell-dark-theme .steps.ui a.item:hover:after{background:#404040!important}html.honeywell-dark-theme .steps.ui .link.item .content,html.honeywell-dark-theme .steps.ui a.item .content{background:transparent!important}html.honeywell-dark-theme .steps.ui .link.item:last-child,html.honeywell-dark-theme .steps.ui a.item:last-child{border-radius:0;border-right:.0625rem solid #606060!important}html.honeywell-dark-theme .steps.ui .link.item:first-child,html.honeywell-dark-theme .steps.ui a.item:first-child{border-radius:0}html.honeywell-dark-theme .steps.ui .link.item.step.disabled,html.honeywell-dark-theme .steps.ui .link.item.step.disabled .content,html.honeywell-dark-theme .steps.ui .link.item.step.disabled .description,html.honeywell-dark-theme .steps.ui .link.item.step.disabled .title,html.honeywell-dark-theme .steps.ui .link.item.step.disabled:before,html.honeywell-dark-theme .steps.ui a.item.step.disabled,html.honeywell-dark-theme .steps.ui a.item.step.disabled .content,html.honeywell-dark-theme .steps.ui a.item.step.disabled .description,html.honeywell-dark-theme .steps.ui a.item.step.disabled .title,html.honeywell-dark-theme .steps.ui a.item.step.disabled:before{color:#606060!important}html.honeywell-dark-theme .steps.ui a.item.step.completed:before{font-family:Honeywell-Icons!important;content:"";font-size:1.5rem;font-weight:400;color:#7eb338!important;margin-right:.75rem;position:relative;top:-2px}html.honeywell-dark-theme .steps.ui .link.item.step.active,html.honeywell-dark-theme .steps.ui .link.item.step.active:after,html.honeywell-dark-theme .steps.ui a.item.step.active,html.honeywell-dark-theme .steps.ui a.item.step.active:after{background:#404040!important}html.honeywell-dark-theme .steps.ui .link.item.step.active .content,html.honeywell-dark-theme .steps.ui a.item.step.active .content{background:transparent!important}html.honeywell-dark-theme .steps.ui.vertical .link.item,html.honeywell-dark-theme .steps.ui.vertical a.item{border-right:.0625rem solid #606060!important;border-left:.0625rem solid #606060;border-bottom:0}html.honeywell-dark-theme .steps.ui.vertical .link.item:hover,html.honeywell-dark-theme .steps.ui.vertical a.item:hover{background:#404040!important}html.honeywell-dark-theme .steps.ui.vertical .item:last-child{border-bottom:.0625rem solid #606060}html.honeywell-dark-theme .h-icon.common{display:inline-block;vertical-align:middle;margin:none;font-family:Honeywell-Icons!important;font-size:1rem;speak:none;font-style:normal!important;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none!important;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu{background-color:transparent;border-bottom:none}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;margin-right:1rem;padding:.5rem 0 .25rem;min-width:4rem;max-width:20rem;border-bottom:.125rem solid transparent;margin-bottom:0;display:block;box-sizing:content-box;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .item:after{content:attr(title);position:relative;display:block;height:0;color:transparent;visibility:hidden;top:auto;left:auto;-webkit-transform:none;transform:none;background:none;margin:0;border:none;overflow:hidden;width:auto;transition:none}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .active.item,html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .item:hover,html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .link.item:hover{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .active.item{border-bottom:.125rem solid #45a7ea}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .disabled.item{color:#606060}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .disabled.item:hover{color:#606060;cursor:not-allowed}html.honeywell-dark-theme .ui.label.badge.inTab.circle-padding{padding:0!important}html.honeywell-dark-theme .ui.sortable.table thead th{border:none}html.honeywell-dark-theme .ui.sortable,html.honeywell-dark-theme .ui.table{border:.0625rem solid #606060;border-radius:0}html.honeywell-dark-theme .ui.sortable thead th,html.honeywell-dark-theme .ui.table thead th{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#a0a0a0;background-color:#303030;padding:.75rem 1.5rem .75rem 1rem;text-transform:uppercase;border-bottom:.0625rem solid #606060}html.honeywell-dark-theme .ui.sortable thead th.right,html.honeywell-dark-theme .ui.table thead th.right{padding:.75rem 1rem .75rem 1.5rem}html.honeywell-dark-theme .ui.sortable tfoot th,html.honeywell-dark-theme .ui.table tfoot th{background-color:#303030}html.honeywell-dark-theme .ui.sortable tr td,html.honeywell-dark-theme .ui.table tr td{border:none;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;vertical-align:top;padding:.75rem 1.5rem .75rem 1rem}html.honeywell-dark-theme .ui.sortable tr td i,html.honeywell-dark-theme .ui.table tr td i{position:relative;top:-.125rem}html.honeywell-dark-theme .ui.sortable tr td .checkbox,html.honeywell-dark-theme .ui.table tr td .checkbox{margin-right:.5rem;margin-bottom:0}html.honeywell-dark-theme .ui.sortable tr td.right,html.honeywell-dark-theme .ui.table tr td.right{padding:.75rem 1rem .75rem 1.5rem}html.honeywell-dark-theme .ui.sortable tr td .badge,html.honeywell-dark-theme .ui.table tr td .badge{margin-bottom:.125rem!important;margin-left:-.75rem;margin-right:.25rem}html.honeywell-dark-theme .ui.sortable tr a,html.honeywell-dark-theme .ui.table tr a{cursor:pointer;color:#45a7ea}html.honeywell-dark-theme .ui.striped.table,html.honeywell-dark-theme .ui.striped.table tbody tr{background-color:#303030}html.honeywell-dark-theme .ui.striped.table>tr:nth-child(2n),html.honeywell-dark-theme .ui.striped.table tbody tr:nth-child(2n){background-color:#202020}html.honeywell-dark-theme .ui.sortable.table thead th.sorted,html.honeywell-dark-theme .ui.sortable.table thead th:hover{background-color:#404040!important}html.honeywell-dark-theme .scuf-textarea-wrapper{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;display:inline-block;vertical-align:top}html.honeywell-dark-theme .scuf-textarea-wrapper textarea{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;min-height:6.875rem;min-width:368px;border:.0625rem solid #707070;border-radius:0;padding:.6875rem .4375rem;display:block;background-color:#303030;cursor:auto!important}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:focus{border-color:#45a7ea;border-radius:0;box-shadow:none;outline:0}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:disabled{background-color:#505050;color:#a0a0a0!important;overflow:hidden}html.honeywell-dark-theme .scuf-textarea-wrapper textarea::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .scuf-textarea-wrapper textarea::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .scuf-textarea-wrapper.error textarea{border:.0625rem solid #f15a4f}html.honeywell-dark-theme .scuf-textarea-wrapper ::-webkit-scrollbar{width:.5rem}html.honeywell-dark-theme .scuf-textarea-wrapper ::-webkit-scrollbar-thumb{border-radius:0;background-color:silver}html.honeywell-dark-theme .scuf-textarea-wrapper.fluid{display:block}html.honeywell-dark-theme .scuf-textarea-wrapper.fluid textarea{width:100%}html.honeywell-dark-theme .ui.tooltip{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#e0e0e0;color:#000;border:none;cursor:default;padding:.5rem;transition:stroke .15s;text-align:left;box-shadow:0 12px 24px 0 rgba(0,0,0,.5);stroke-width:0;border-radius:0;pointer-events:none;background-color:#e0e0e0}html.honeywell-dark-theme .ui.tooltip:before{border:none!important;box-shadow:0 12px 24px 0 rgba(0,0,0,.5)!important;background:#e0e0e0!important}html.honeywell-dark-theme .tree-content{overflow:auto}html.honeywell-dark-theme .tree-content .mouse-pointer{cursor:pointer!important;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start!important;justify-content:flex-start!important;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .tree-content .tree-item .content{display:-webkit-flex;display:flex;font-size:.75rem;-webkit-flex-direction:row;flex-direction:row}html.honeywell-dark-theme .tree-content .tree-item .content:hover{background:#404040}html.honeywell-dark-theme .tree-content .tree-item .content .left-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%}html.honeywell-dark-theme .tree-content .tree-item .content .left-content .h-icon,html.honeywell-dark-theme .tree-content .tree-item .content .left-content .indent{padding:.5rem 0;margin-left:1rem}html.honeywell-dark-theme .tree-content .tree-item .content .left-content .title{width:100%;-webkit-justify-content:end;justify-content:end;padding:.5rem 0}html.honeywell-dark-theme .tree-content .tree-item .content .right-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:.5rem 1rem .5rem 0}html.honeywell-dark-theme .tree-content .tree-item .content .right-content .h-icon{margin:initial!important}html.honeywell-dark-theme .tree-content .tree-item .content .h-icon{margin:initial;font-size:.75rem;width:1.5rem;margin-right:.5rem}html.honeywell-dark-theme .tree-content .tree-item .content .item-image{width:1.5rem;height:1.5rem;background-position:50%;background-size:cover;background-repeat:no-repeat;text-transform:uppercase;margin-right:.5rem}html.honeywell-dark-theme .tree-content .tree-item .content.active{background:#404040;color:#e0e0e0}html.honeywell-dark-theme .tree-content .tree-item .content.active .h-icon.caret-up{color:#fff}html.honeywell-dark-theme .tree-content .tree-item .has-children .h-icon,html.honeywell-dark-theme .tree-content .tree-item .has-children .indent{padding:0!important;margin-left:0!important}html.honeywell-dark-theme .tree-content .tree-item .has-children .left-content{padding:0}html.honeywell-dark-theme .tree-content .tree-item .has-children .caret{padding:.5rem 0 .5rem 1rem}html.honeywell-dark-theme .tree-content .tree-item .has-children .title{padding:.5rem 0}html.honeywell-dark-theme .tree-content .tree-item .custom-renderer{padding:.5rem 1rem .5rem 0}html.honeywell-dark-theme .tree-content .tree-item .child-open{min-width:-webkit-max-content;min-width:max-content}html.honeywell-dark-theme .tree-content .tree-item .child-open .left-content .indent{padding-left:1rem;margin-left:0!important}html.honeywell-dark-theme .tree-content .tree-item .child-open .left-content .h-icon{margin-left:0!important}html.honeywell-dark-theme .tree-content .tree-item .child-open .has-children .left-content{padding:0!important}html.honeywell-dark-theme .tree-content .tree-item .child-open .has-children .caret{padding-left:0}html.honeywell-dark-theme .tree-content .tree-item .child-open .has-children .title{padding:.5rem 0}html.honeywell-dark-theme .tree-content .tree-item .child-close{display:none}html.honeywell-dark-theme .tree-content .tree-item .item-loader{position:relative;display:-webkit-inline-flex;display:inline-flex;top:1rem;height:2rem}html.honeywell-dark-theme .tree-content .tree-item .item-loader .ui.loader-wrap{position:relative}html.honeywell-dark-theme .tree-content .tree-item .item-loader .ui.loader-wrap .loader,html.honeywell-dark-theme .tree-content .tree-item .item-loader .ui.loader-wrap .loader:after,html.honeywell-dark-theme .tree-content .tree-item .item-loader .ui.loader-wrap .loader:before{width:1.5rem!important;height:1.5rem!important}html.honeywell-dark-theme .ui.tree.nav-tree{border:.0625rem solid #606060;background:#000}html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content{position:relative}html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content:hover{background:#404040!important}html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content.expanded,html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content.expanded~.child-open{background:#303030}html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content.expanded .has-children,html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content.expanded .has-children~.child-open,html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content.expanded~.child-open .has-children,html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content.expanded~.child-open .has-children~.child-open{background:#000}html.honeywell-dark-theme .ui.tree.nav-tree .tree-item .content.active{background:#404040;border-left:.125rem solid #45a7ea}html.honeywell-dark-theme .tree-header{padding:1rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;border-bottom:.0625rem solid #606060}html.honeywell-dark-theme .tree-header .header-actions{display:-webkit-flex;display:flex}html.honeywell-dark-theme .tree-header .header-actions>*{padding:0 .75rem}html.honeywell-dark-theme .tree-header .header-actions>:first-child{padding-left:.5rem}html.honeywell-dark-theme .tree-header .header-actions>:last-child{padding-right:0}html.honeywell-dark-theme .ui.tree{background-color:#303030;width:456px}html.honeywell-dark-theme .ui.tree .left-content>.indent{width:2.25rem;width:2rem}html.honeywell-dark-theme .ui.menu.vertical-menu,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu{border-radius:0;box-shadow:0 1px 2px rgba(0,0,0,.5);border:none;max-width:17rem;background-color:#303030}html.honeywell-dark-theme .ui.menu.vertical-menu .item,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;max-height:3rem;padding:.5rem 0;border-radius:0!important}html.honeywell-dark-theme .ui.menu.vertical-menu .item:before,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item:before{background:#606060;top:-1px}html.honeywell-dark-theme .ui.menu.vertical-menu .item .item-icon,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item .item-icon{color:#e0e0e0;margin:0 0 0 .75rem;display:inline-block;position:relative}html.honeywell-dark-theme .ui.menu.vertical-menu .item .content-wrap,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item .content-wrap{display:inline-block;padding:0 .75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html.honeywell-dark-theme .ui.menu.vertical-menu .item .item-icon+.content-wrap,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item .item-icon+.content-wrap{padding-left:.5rem!important}html.honeywell-dark-theme .ui.menu.vertical-menu .item:not(.disabled).active,html.honeywell-dark-theme .ui.menu.vertical-menu .item:not(.disabled):hover,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item:not(.disabled).active,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item:not(.disabled):hover{background:#404040!important;border-radius:0!important;color:#e0e0e0}html.honeywell-dark-theme .ui.menu.vertical-menu .item.disabled,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.disabled{color:#606060!important;background-color:#303030!important;background:#303030!important;cursor:not-allowed}html.honeywell-dark-theme .ui.menu.vertical-menu .item.disabled .content-wrap,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.disabled .content-wrap{color:#606060}html.honeywell-dark-theme .ui.menu.vertical-menu .item.disabled .item-icon,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.disabled .item-icon{color:#b0b0b0}html.honeywell-dark-theme .ui.menu.vertical-menu .item.active>.item-icon,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.active>.item-icon{color:#606060}html.honeywell-dark-theme .ui.menu.vertical-menu .item.has-shortcut .content-wrap,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.has-shortcut .content-wrap{display:inline-block;width:50%}html.honeywell-dark-theme .ui.menu.vertical-menu .item.has-shortcut .shortcut-wrap,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.has-shortcut .shortcut-wrap{color:#e0e0e0;display:inline-block;width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:.75rem;text-align:right;padding-right:.75rem}html.honeywell-dark-theme .ui.menu.vertical-menu .item.has-shortcut.disabled .shortcut-wrap,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.has-shortcut.disabled .shortcut-wrap{color:#606060}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu{-webkit-align-items:center!important;align-items:center!important;position:relative!important;max-height:3rem!important;padding:.5rem 0!important}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon{position:absolute;right:.75rem;font-family:Honeywell-Icons!important}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon:before,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon:before{content:""!important}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right{min-width:12rem;top:-1px!important;border-radius:0!important;background-color:#303030}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right>.item,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right>.item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#e0e0e0!important;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;max-height:3rem;padding:.5rem 0!important;border-radius:0!important}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:before,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:before{visibility:visible;display:block;background:#606060;position:absolute;content:"";top:-1px;left:0;width:100%;height:1px}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:not(.disabled).active,html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:not(.disabled):hover,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:not(.disabled).active,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:not(.disabled):hover{background:#404040!important;border-radius:0!important;color:#e0e0e0}html.honeywell-dark-theme .ui.menu.vertical-menu .header,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .header{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#a0a0a0;line-height:1em;padding:.75rem .75rem .25rem;text-transform:uppercase}html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu{width:100%!important;border-bottom:1px solid #606060;position:relative;padding-bottom:.25rem;box-shadow:none}html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu:not(:last-child){margin-bottom:.25rem}html.honeywell-dark-theme .ui.menu.vertical-menu>.item+.ui.menu.vertical-menu:before{visibility:visible;display:block;background:#606060;position:absolute;content:"";top:-1px;left:0;width:100%;height:1px}html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.menu.vertical-menu>.ui.menu.vertical-menu+.item:before{visibility:hidden}html.honeywell-dark-theme .ui.menu.vertical-menu.pointing>.item.active:after,html.honeywell-dark-theme .ui.menu.vertical-menu.pointing>.ui.menu.vertical-menu>.item.active:after{box-shadow:1px 1px 2px 0 rgba(0,0,0,.1);background:#404040;border:none;width:.75rem;height:.75rem;-webkit-transform:translateX(50%) translateY(-50%) rotate(-45deg);transform:translateX(50%) translateY(-50%) rotate(-45deg);margin:0!important}html.honeywell-dark-theme .ui.menu.vertical-menu.pointing>.item.active:hover:after,html.honeywell-dark-theme .ui.menu.vertical-menu.pointing>.ui.menu.vertical-menu>.item.active:hover:after{background:#404040}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu{-webkit-justify-content:flex-start;justify-content:flex-start}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon{position:absolute;right:1rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%;top:0}}html:not(.honeywell-dark-theme) body{letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;background:#f7f7f7}html:not(.honeywell-dark-theme) body,html:not(.honeywell-dark-theme) h1,html:not(.honeywell-dark-theme) h2,html:not(.honeywell-dark-theme) h3,html:not(.honeywell-dark-theme) h4,html:not(.honeywell-dark-theme) h5{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif}html:not(.honeywell-dark-theme) a{color:#1274b7}html:not(.honeywell-dark-theme) a:hover{color:#10659f}html:not(.honeywell-dark-theme) a:active{color:#1274b7}html:not(.honeywell-dark-theme) .accordion.ui.fluid{border:.0625rem solid #d0d0d0;border-top:none}html:not(.honeywell-dark-theme) .accordion.ui.fluid .title{border-top:.0625rem solid #d0d0d0;background:#fff;padding:1rem;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;letter-spacing:.25px;font-weight:600;color:#303030}html:not(.honeywell-dark-theme) .accordion.ui.fluid .title .root-icon{float:right;padding:.125rem}html:not(.honeywell-dark-theme) .accordion.ui.fluid .title .root-icon.left{float:left;padding-right:1rem}html:not(.honeywell-dark-theme) .accordion.ui.fluid .title.disabled{cursor:not-allowed;color:#a0a0a0}html:not(.honeywell-dark-theme) .accordion.ui.fluid .title.disabled .root-icon{color:#b0b0b0}html:not(.honeywell-dark-theme) .accordion.ui.fluid>:first-child{border-top:1px solid transparent}html:not(.honeywell-dark-theme) .accordion.ui.fluid .active.content{border-top:none;background:#fff;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030}html:not(.honeywell-dark-theme) .ui.accordion:not(.styled) .title~.content:not(.ui){padding-left:1rem;padding-right:1rem;padding-bottom:1rem!important;padding-top:0}html:not(.honeywell-dark-theme) .ui.label.badge{color:#000!important;font-size:.75rem;line-height:1rem;font-weight:600;min-height:1rem;min-width:1rem;padding:0 .25rem!important;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.label.badge.circle-padding{padding:0 .125rem!important}html:not(.honeywell-dark-theme) .ui.label.badge.empty{width:.5rem!important;height:.5rem!important;padding:0!important;min-width:0!important;min-height:0!important}html:not(.honeywell-dark-theme) .ui.label.badge.red{background-color:#be271c!important;border-color:#be271c!important;color:#fff!important}html:not(.honeywell-dark-theme) .ui.label.badge.yellow{background-color:#ffc627!important;border-color:#ffc627!important}html:not(.honeywell-dark-theme) .ui.label.badge.orange{background-color:#f37021!important;border-color:#f37021!important}html:not(.honeywell-dark-theme) .ui.label.badge.green{background-color:#7eb338!important;border-color:#7eb338!important}html:not(.honeywell-dark-theme) .ui.label.badge.blue{background-color:#1792e5!important;border-color:#1792e5!important;color:#fff!important}html:not(.honeywell-dark-theme) .ui.label.badge.grey{background-color:grey!important;border-color:grey!important;color:#fff!important}html:not(.honeywell-dark-theme) .badged-icon{position:relative;display:inline-block}html:not(.honeywell-dark-theme) .badged-icon .ui.label{position:absolute;z-index:100;bottom:50%;right:-25%;margin:0}html:not(.honeywell-dark-theme) .badged-icon .ui.label.empty{left:50%;top:0;width:.5rem;height:.5rem}html:not(.honeywell-dark-theme) .below-text{min-height:1.25rem;margin:.125rem 0}html:not(.honeywell-dark-theme) .below-text .ui.error-message{font-weight:400;color:#303030;color:#be271c;font-weight:600}html:not(.honeywell-dark-theme) .below-text .ui.error-message,html:not(.honeywell-dark-theme) .below-text .ui.helper-message{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-size:.75rem;line-height:1.25rem;display:block}html:not(.honeywell-dark-theme) .below-text .ui.helper-message{font-weight:400;color:#303030;color:#606060}html:not(.honeywell-dark-theme) .ui.breadcrumb{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-top:.5rem!important;margin-bottom:.5rem!important;margin-left:1rem;color:#606060}html:not(.honeywell-dark-theme) .ui.breadcrumb .divider{margin:0 .25rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.breadcrumb .divider .h-icon{font-size:.5rem;color:#303030}html:not(.honeywell-dark-theme) .ui.breadcrumb .divider:last-of-type{display:none}html:not(.honeywell-dark-theme) .ui.breadcrumb .section,html:not(.honeywell-dark-theme) .ui.breadcrumb .section:hover{color:#303030}html:not(.honeywell-dark-theme) .ui.breadcrumb .section{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.breadcrumb a.section{cursor:pointer}html:not(.honeywell-dark-theme) .ui.button{cursor:pointer;outline:none;border-radius:0;transition:border-color .5s ease,background .5s ease,color .5s ease;box-sizing:border-box;text-transform:uppercase;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:600;padding:.4375rem 2.4375rem;margin:0;font-size:.875rem;letter-spacing:.5px;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.button>.button-content{position:relative!important}html:not(.honeywell-dark-theme) .ui.button.no-transform{text-transform:none}html:not(.honeywell-dark-theme) .ui.button.disabled{opacity:1!important}html:not(.honeywell-dark-theme) .ui.button.loading{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;transition:all 0s linear,opacity .1s ease}html:not(.honeywell-dark-theme) .ui.button.loading:before{border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}html:not(.honeywell-dark-theme) .ui.button.loading:after,html:not(.honeywell-dark-theme) .ui.button.loading:before{position:absolute;content:"";top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em}html:not(.honeywell-dark-theme) .ui.button.loading:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border:.2em solid transparent;border-top-color:#fff;box-shadow:0 0 0 1px transparent}html:not(.honeywell-dark-theme) .ui.button.loading.icon .icon{background-color:transparent;box-shadow:none}@-webkit-keyframes button-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes button-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}html:not(.honeywell-dark-theme) .ui.button.loading .basic:not(.inverted):before{border-color:rgba(0,0,0,.1)}html:not(.honeywell-dark-theme) .ui.button.loading .basic:not(.inverted):after{border-top-color:#767676}html:not(.honeywell-dark-theme) .ui.button.primary{border:.0625rem solid #1274b7;background-color:#1274b7;color:#fff}html:not(.honeywell-dark-theme) .ui.button.primary:focus{border:.0625rem solid #1274b7;background:#1274b7;color:#fff}html:not(.honeywell-dark-theme) .ui.button.primary:hover{background-color:#10659f;border-color:#10659f}html:not(.honeywell-dark-theme) .ui.button.primary.disabled{background-color:#a0a0a0;border-color:#a0a0a0;color:#fff}html:not(.honeywell-dark-theme) .ui.button.primary:active{background-color:#0b4872;border-color:#0b4872}html:not(.honeywell-dark-theme) .ui.button.secondary,html:not(.honeywell-dark-theme) .ui.button.secondary:focus{border:.0625rem solid #1274b7;color:#1274b7;background-color:transparent}html:not(.honeywell-dark-theme) .ui.button.secondary:hover{color:#10659f;border-color:#10659f;background-color:transparent}html:not(.honeywell-dark-theme) .ui.button.secondary.disabled{background-color:#a0a0a0;border-color:#a0a0a0;color:#fff}html:not(.honeywell-dark-theme) .ui.button.secondary:active{color:#0b4872;border-color:#0b4872;background-color:transparent}html:not(.honeywell-dark-theme) .ui.button.link{border:none;color:#1274b7;background-color:transparent;text-transform:none;padding:0}html:not(.honeywell-dark-theme) .ui.button.link:hover{background-color:transparent;color:#10659f}html:not(.honeywell-dark-theme) .ui.button.link.disabled{background-color:transparent;color:#a0a0a0}html:not(.honeywell-dark-theme) .ui.button.link:active{background-color:transparent;color:#707070}html:not(.honeywell-dark-theme) .ui.button.inline,html:not(.honeywell-dark-theme) .ui.button.inline:focus{border:.0625rem solid #303030;color:#fff;background-color:#303030}html:not(.honeywell-dark-theme) .ui.button.inline:hover{color:#fff;border-color:#404040;background-color:#404040}html:not(.honeywell-dark-theme) .ui.button.inline.disabled{background-color:#a0a0a0;border-color:#a0a0a0;color:#fff}html:not(.honeywell-dark-theme) .ui.button.inline:active{background-color:#707070;border-color:#707070}html:not(.honeywell-dark-theme) .ui.button.inline-secondary{border:.0625rem solid #303030;color:#303030;background-color:transparent}html:not(.honeywell-dark-theme) .ui.button.inline-secondary:hover{color:#404040;border-color:#404040;background-color:transparent}html:not(.honeywell-dark-theme) .ui.button.inline-secondary.disabled{background-color:#a0a0a0;border-color:#a0a0a0;color:#fff}html:not(.honeywell-dark-theme) .ui.button.inline-secondary:active{color:#707070;border-color:#707070;background-color:transparent}html:not(.honeywell-dark-theme) .ui.button.small{padding:0 .875rem;height:1.875rem}html:not(.honeywell-dark-theme) .ui.button.large{padding:30px 72px;font-size:1em}html:not(.honeywell-dark-theme) .ui.button .h-icon{opacity:1!important;vertical-align:top;font-size:.875rem;line-height:.875rem;padding:.125rem}html:not(.honeywell-dark-theme) .ui.button .h-icon.left{padding-right:.25rem}html:not(.honeywell-dark-theme) .ui.button .h-icon.right{padding-left:.25rem}html:not(.honeywell-dark-theme) .ui.button+.ui.button{margin-left:1rem}html:not(.honeywell-dark-theme) .ui.buttons .ui.button{margin-left:0!important;border-radius:0}html:not(.honeywell-dark-theme) .ui.buttons .ui.button:not(:last-child){border-right:0}html:not(.honeywell-dark-theme) .ui.buttons .ui.button:first-child{border-left:.0625rem solid #1274b7}html:not(.honeywell-dark-theme) .ui.card{background-color:#fff;border:none!important;border-radius:0!important;box-shadow:none;width:100%;-webkit-flex-direction:column;flex-direction:column}html:not(.honeywell-dark-theme) .ui.card,html:not(.honeywell-dark-theme) .ui.card .header{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.card .header{color:#303030;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;padding:.75rem 1rem 0;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-grow:0;flex-grow:0}html:not(.honeywell-dark-theme) .ui.card .header .h-icon{color:#303030;margin:0}html:not(.honeywell-dark-theme) .ui.card .header>:not(.header){-webkit-align-items:center;align-items:center;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}html:not(.honeywell-dark-theme) .ui.card .meta{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;color:#606060;padding:0 1rem}html:not(.honeywell-dark-theme) .ui.card .content{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;border-top:none!important;-webkit-flex-grow:1;flex-grow:1;padding:1rem;position:relative}html:not(.honeywell-dark-theme) .ui.card .header+.content,html:not(.honeywell-dark-theme) .ui.card .meta+.content{padding:.5rem 1rem 1rem}html:not(.honeywell-dark-theme) .ui.card .content.footer{border-top:.0625rem solid #d0d0d0!important;margin:0 1rem;-webkit-flex-grow:0;flex-grow:0;padding:0;height:3rem;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.card .content.footer .h-icon{color:#303030;margin:0 0 0 .75rem;padding:.25rem}html:not(.honeywell-dark-theme) .ui.card .content.footer.align-left{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}html:not(.honeywell-dark-theme) .ui.card.raised{box-shadow:0 1px 2px rgba(0,0,0,.1)!important}html:not(.honeywell-dark-theme) .ui.carousel{width:100%}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core{position:relative;overflow:hidden;height:100%}html:not(.honeywell-dark-theme) .ui.carousel .carousel-next,html:not(.honeywell-dark-theme) .ui.carousel .carousel-prev{height:59px;width:59px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:5;border-radius:59px;text-align:center;transition:background .5s ease-in,color .5s ease-in;cursor:pointer}html:not(.honeywell-dark-theme) .ui.carousel .carousel-next .arrow,html:not(.honeywell-dark-theme) .ui.carousel .carousel-prev .arrow{font-size:1.5rem;line-height:1.5rem;position:relative;top:25%}html:not(.honeywell-dark-theme) .ui.carousel .carousel-prev{left:15px}html:not(.honeywell-dark-theme) .ui.carousel .carousel-prev .arrow{right:2px}html:not(.honeywell-dark-theme) .ui.carousel .carousel-next{right:15px}html:not(.honeywell-dark-theme) .ui.carousel .carousel-next .arrow{left:2px}html:not(.honeywell-dark-theme) .ui.carousel .carousel-item{position:absolute;width:100%;height:100%;overflow:hidden;background-size:cover;z-index:1;opacity:0;transition-property:opacity;transition-duration:.5s;transition-timing-function:ease-in}html:not(.honeywell-dark-theme) .ui.carousel .carousel-item.current{z-index:2;opacity:1;display:block}html:not(.honeywell-dark-theme) .ui.carousel .carousel-item .carousel-content{position:absolute;left:90px;padding:1rem;width:40%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);max-height:100%;text-align:left;color:#fff;font-weight:300!important}html:not(.honeywell-dark-theme) .ui.carousel .slide-markers{position:absolute;left:50%;bottom:15px;list-style:none;z-index:5;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0;padding:0}html:not(.honeywell-dark-theme) .ui.carousel .slide-markers .slide-marker-item{display:inline-block;border-radius:15px;margin-left:15px;height:15px;width:15px;border:1px solid;cursor:pointer}html:not(.honeywell-dark-theme) .ui.carousel .slide-markers .slide-marker-item.active,html:not(.honeywell-dark-theme) .ui.carousel .slide-markers .slide-marker-item:hover{border-color:#fff;background:#fff}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.light .carousel-next,html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.light .carousel-prev{background-color:#a0a0a0;color:#fff}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.light .carousel-content{background-color:rgba(48,48,48,.6)}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.light .slide-marker-item{background-color:#d0d0d0;border-color:#fff}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.light .slide-marker-item.active{background-color:#4a4a4a}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.dark .carousel-next,html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.dark .carousel-prev{background-color:#d8d8d8;color:#4a4a4a}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.dark .slide-marker-item{background-color:silver;border-color:#000}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core.dark .slide-marker-item.active{background-color:#fff}html:not(.honeywell-dark-theme) .ui.carousel .slide{width:100%;height:100%;text-align:center;overflow:hidden;background-size:cover}html:not(.honeywell-dark-theme) .ui.carousel .slide .call-to-action{font-size:1.625rem;font-weight:300;line-height:2.25rem;margin-bottom:.25rem}html:not(.honeywell-dark-theme) .ui.carousel .slide .subtitle{font-size:1rem;line-height:1rem;margin-bottom:.75rem}html:not(.honeywell-dark-theme) .ui.carousel .slide .content{font-size:.75rem;font-weight:300;line-height:1rem;margin-bottom:.75rem}html:not(.honeywell-dark-theme) .ui.checkbox{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;min-height:1rem;margin:0 .75rem .75rem 0}html:not(.honeywell-dark-theme) .ui.checkbox .box,html:not(.honeywell-dark-theme) .ui.checkbox label{cursor:auto;line-height:1rem;padding-left:1.5rem}html:not(.honeywell-dark-theme) .ui.checkbox .box:before,html:not(.honeywell-dark-theme) .ui.checkbox label:before{width:1rem;height:1rem;content:"";background:#fff;border-radius:0;border:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.checkbox label:after{width:1rem;height:1rem}html:not(.honeywell-dark-theme) .ui.checkbox input~label,html:not(.honeywell-dark-theme) .ui.checkbox input~label:hover{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;line-height:1rem}html:not(.honeywell-dark-theme) .ui.checkbox .box:hover:before,html:not(.honeywell-dark-theme) .ui.checkbox input:focus~.box:before,html:not(.honeywell-dark-theme) .ui.checkbox input:focus~label:before,html:not(.honeywell-dark-theme) .ui.checkbox label:hover:before{background:#fff;border-color:#d0d0d0}html:not(.honeywell-dark-theme) .ui.checkbox input:focus~label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;line-height:1rem}html:not(.honeywell-dark-theme) .ui.checkbox input:checked~.box:after,html:not(.honeywell-dark-theme) .ui.checkbox input:checked~label:after{opacity:1;font-family:Honeywell-Icons!important;content:"";color:#fff!important;background:#1274b7;-webkit-transform:scale(1);transform:scale(1);padding-top:0;font-size:.74em}html:not(.honeywell-dark-theme) .ui.checkbox input:checked~label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;line-height:1rem}html:not(.honeywell-dark-theme) .ui.checkbox input:checked:focus~.box:before,html:not(.honeywell-dark-theme) .ui.checkbox input:checked:focus~label:before,html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate:focus~label:before{background:#fff;border-color:#d0d0d0}html:not(.honeywell-dark-theme) .ui.checkbox input:checked:focus~label,html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate:focus~label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;line-height:1rem}html:not(.honeywell-dark-theme) .ui.checkbox input[disabled]~.box:after,html:not(.honeywell-dark-theme) .ui.checkbox input[disabled]~label,html:not(.honeywell-dark-theme) .ui.disabled.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.disabled.checkbox label{color:#a0a0a0!important;opacity:1!important;line-height:1rem!important}html:not(.honeywell-dark-theme) .ui.checkbox input[disabled]~label:hover,html:not(.honeywell-dark-theme) .ui.disabled.checkbox label:hover{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#a0a0a0;line-height:1rem}html:not(.honeywell-dark-theme) .ui.disabled.checkbox label:before{background-color:#f7f7f7!important;border:.0625rem solid #b0b0b0}html:not(.honeywell-dark-theme) .ui.disabled.checkbox label:after{background:#a0a0a0!important}html:not(.honeywell-dark-theme) .ui.checkbox.indeterminate input:not([type=radio]):indeterminate~.box:before,html:not(.honeywell-dark-theme) .ui.checkbox.indeterminate input:not([type=radio]):indeterminate~label:before{background:#fff;border-color:#d0d0d0}html:not(.honeywell-dark-theme) .ui.checkbox.indeterminate input:not([type=radio])~.box:after,html:not(.honeywell-dark-theme) .ui.checkbox.indeterminate input:not([type=radio])~label:after{content:"";width:0;height:0;border-color:#d0d0d0;border-bottom:1rem solid #1274b7;border-left:1rem solid transparent}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input~label{padding-top:.125rem!important;padding-left:2.5rem;color:#303030!important}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input{height:1rem!important}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input:focus~.label:after,html:not(.honeywell-dark-theme) .ui.toggle.checkbox input~label:after{top:.125rem;width:1rem!important;height:1rem!important;background-color:#fff!important;border:1px solid #b0b0b0!important}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input:focus~.label:before,html:not(.honeywell-dark-theme) .ui.toggle.checkbox input~label:before{top:.125rem;width:2rem!important;height:1rem!important;background-color:#e0e0e0!important;border-radius:2rem;border:1px solid #b0b0b0!important}html:not(.honeywell-dark-theme) .ui.toggle.checkbox.checked input:checked~label,html:not(.honeywell-dark-theme) .ui.toggle.checkbox.checked label{color:#303030!important}html:not(.honeywell-dark-theme) .ui.toggle.checkbox.checked input:checked:focus~.label:before,html:not(.honeywell-dark-theme) .ui.toggle.checkbox.checked input:checked~label:before{background-color:#1274b7!important;border:1px solid #1274b7!important}html:not(.honeywell-dark-theme) .ui.toggle.checkbox.checked input:focus~.label:after,html:not(.honeywell-dark-theme) .ui.toggle.checkbox.checked input~label:after{left:1.062rem!important;border:1px solid #1274b7!important}html:not(.honeywell-dark-theme) .ui.toggle.checkbox.disabled input:checked~label,html:not(.honeywell-dark-theme) .ui.toggle.checkbox.disabled input~label{color:#a0a0a0!important}html:not(.honeywell-dark-theme) .ui.color-picker{background:#fff;box-shadow:0 12px 24px 0 rgba(0,0,0,.1);padding:1rem;position:relative;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;width:11.625rem}html:not(.honeywell-dark-theme) .ui.color-picker .heading{padding-bottom:.5rem}html:not(.honeywell-dark-theme) .ui.color-picker .color-type-input-label,html:not(.honeywell-dark-theme) .ui.color-picker .heading{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#606060;font-weight:600;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.color-picker .slider{height:.75rem;width:100%;position:relative;margin:.625rem 0;background:#fff}html:not(.honeywell-dark-theme) .ui.color-picker .slider:last-child{margin-bottom:.5rem}html:not(.honeywell-dark-theme) .ui.color-picker .circle-pointer{width:1rem;height:1rem;background:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);border-radius:1rem;position:absolute;top:-.125rem;left:-.5rem;border:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.color-picker .saturation-block{position:relative;width:8rem;padding-top:49%;display:inline-block}html:not(.honeywell-dark-theme) .ui.color-picker .current-selection-block{display:inline-block;margin-left:.5rem;width:1rem;height:4.72rem;position:relative;background:#fff}html:not(.honeywell-dark-theme) .ui.color-picker .current-selection-block .current-selection{width:1rem;height:4.72rem;position:absolute;z-index:5}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle{padding:.5rem 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .heading{display:inline-block;padding-bottom:0;line-height:1.5rem}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .toggle-btn{display:inline-block;-webkit-align-self:center;align-self:center;padding-right:.125rem}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .toggle-btn .toggle-icon{padding-bottom:.125rem}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .toggle-icon{color:#303030;transition:color .1s linear;cursor:pointer}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .toggle-icon:hover{color:#404040}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .toggle-icon.disabled,html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .toggle-icon:active{color:#b0b0b0}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap{width:100%}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input,html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .multi-color-type-input{color:#303030;background-color:#fff;padding:.25rem;border:.0625rem solid #d0d0d0;transition:#d0d0d0 .15s ease-in;outline:none;font-size:.75rem!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;width:100%}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input::-webkit-inner-spin-button,html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input::-webkit-outer-spin-button,html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .multi-color-type-input::-webkit-inner-spin-button,html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .multi-color-type-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input:focus,html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .multi-color-type-input:focus{border-color:#1274b7}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .multi-color-type-input{margin-left:.125rem;font-size:.75rem!important;padding-right:.125rem}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .multi-color-type-input:first-child{margin-left:0}html:not(.honeywell-dark-theme) .ui.color-picker .button-row{border-top:.0625rem solid #d0d0d0;box-sizing:border-box;padding-top:1rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding-left:-.125rem;padding-right:-.125rem}html:not(.honeywell-dark-theme) .ui.color-picker .button-row .action-btn+.action-btn{margin-left:.5rem}html:not(.honeywell-dark-theme) .ui.color-picker .button-row .action-btn{-webkit-flex:1 1 auto;flex:1 1 auto;text-align:center;padding-left:0;padding-right:0;margin-left:.125rem;margin-right:.125rem}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;padding-bottom:.5rem}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-icon{display:block;margin-bottom:.125rem;color:#303030;transition:color .1s linear;cursor:pointer;padding:.125rem}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-icon:hover{color:#404040}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-icon.disabled,html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-icon:active{color:#b0b0b0}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-btn{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;cursor:pointer}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-btn:hover{opacity:.8}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-btn.prev-btn{margin-right:0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-btn.prev-btn{padding-right:.25rem!important}}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-btn.next-btn{margin-left:0}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .label-row .color-type-input-label:last-child{margin:0}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;width:100%}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row{display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row .color-type-input-label{position:relative;display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;padding-left:0!important;padding-right:0!important}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row .multi-color-type-input{display:-webkit-flex;display:flex;position:relative;-webkit-flex-grow:1;flex-grow:1;padding-left:.125rem;padding-right:0}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-wrapper{border-bottom:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-item{width:1.5rem;height:1.5rem;padding:.25rem;border:1px solid transparent;cursor:pointer;display:inline-block;margin-right:.125rem}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-item:hover{border-color:#d0d0d0}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-item.active{border-color:#1274b7}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-item .swatch{border:1px solid #d0d0d0;width:100%;height:100%}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-row{margin-bottom:.125rem;height:1.5rem}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-row .swatch-item:last-child{margin-right:0}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-row:last-child{margin-bottom:.25rem}html:not(.honeywell-dark-theme) .ui.date-picker-calendar{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;display:inline-block;background:#fff;font-size:1.3rem;text-align:center;display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .day{width:2rem;height:2rem;cursor:pointer;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030;color:#606060;border:1px solid transparent;transition:background .1s;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .week>.day:not(.selected):not(.different-month):not(.disabled){font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .week>.day:not(.selected):not(.different-month):not(.disabled):hover{background:#f0f0f0!important;border:1px solid #f0f0f0}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .week>.day:not(.selected):not(.different-month):not(.disabled).today{border:1px solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .week>.day.selected:not(.different-month){background:#1274b7;color:#fff}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .day-names,html:not(.honeywell-dark-theme) .ui.date-picker-calendar .week>.day.disabled{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030;color:#a0a0a0;cursor:default}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .day-names .day{cursor:default}html:not(.honeywell-dark-theme) .ui.date-picker-calendar.highlight-weekends .day-names .day:not(.selected):first-child,html:not(.honeywell-dark-theme) .ui.date-picker-calendar.highlight-weekends .day-names .day:not(.selected):last-child,html:not(.honeywell-dark-theme) .ui.date-picker-calendar.highlight-weekends .week .day:not(.selected):first-child,html:not(.honeywell-dark-theme) .ui.date-picker-calendar.highlight-weekends .week .day:not(.selected):last-child{background:#f7f7f7}html:not(.honeywell-dark-theme) .ui.date-picker-calendar.range-select .week>.day.selected:not(.start):not(.different-month):not(.end){background:#f0f0f0;color:#303030}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .month-wrap+.month-wrap{margin-left:1rem}html:not(.honeywell-dark-theme) .ui.date-picker-input{display:inline-block;position:relative}html:not(.honeywell-dark-theme) .ui.date-picker-input .vertical-center{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.date-picker-input .cal-row{display:-webkit-flex;display:flex;width:100%}html:not(.honeywell-dark-theme) .ui.date-picker-input .datetime-input-wrap{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end}html:not(.honeywell-dark-theme) .ui.date-picker-input .datetime-input-wrap .picker-input.focused .input-box{border-color:#1274b7}html:not(.honeywell-dark-theme) .ui.date-picker-input .datetime-input-wrap .picker-input.error+.picker-input .input-box{border-color:#be271c}html:not(.honeywell-dark-theme) .ui.date-picker-input .header{cursor:default;font-size:.75rem;display:block;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding-bottom:.75rem}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .month-display{font-weight:600;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .month-label{-webkit-flex:1 1 auto;flex:1 1 auto;display:block;height:1rem;line-height:1rem;-webkit-justify-content:center;justify-content:center;text-align:center}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .month-label+.month-label{margin-left:1rem}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .cal-nav-btn{display:-webkit-flex;display:flex;font-size:1rem;color:#303030;transition:color .1s linear;cursor:pointer}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .cal-nav-btn:hover{color:#404040}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .cal-nav-btn.disabled,html:not(.honeywell-dark-theme) .ui.date-picker-input .header .cal-nav-btn:active{color:#b0b0b0}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .cal-nav-btn .cal-nav-icon{font-size:1em}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .cal-nav-btn .cal-nav-icon:before{top:0}html:not(.honeywell-dark-theme) .ui.date-picker-input .overlay-position-wrap{z-index:4;position:relative;display:inline-block}html:not(.honeywell-dark-theme) .ui.date-picker-input .overlay-position-wrap .picker-input.datetime-time .input-wrap .input-box{border-left:none}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay{position:absolute;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);z-index:500;bottom:1.5rem;-webkit-transform:translateY(calc(100% + .25rem));transform:translateY(calc(100% + .25rem));display:-webkit-flex;display:flex}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay{-webkit-transform:translateY(100%);transform:translateY(100%);box-shadow:none}}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay.unreserved{bottom:0}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .calendar-overlay-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:1rem;background:#fff}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .calendar-overlay-wrap{box-shadow:0 4px 8px 0 rgba(0,0,0,.1);border:.0625rem solid #d0d0d0;border-right:none}}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .time-wrap{border-left:.0625rem solid #d0d0d0;max-height:376px;width:5rem;font-size:.75rem;display:-webkit-flex;display:flex;-webkit-flex:1 0 auto;flex:1 0 auto;-webkit-flex-direction:column;flex-direction:column;background:#fff;overflow-y:scroll;max-height:294px;width:6.75rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .time-wrap{box-shadow:0 4px 8px 0 rgba(0,0,0,.1);border:.0625rem solid #d0d0d0;font-size:.5rem;height:294px;font-size:.75rem!important}}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .time-wrap .time-option{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030;padding:.75rem;width:100%}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .time-wrap .time-option:hover{background:#f0f0f0}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .time-wrap .time-option.selected{background-color:#1274b7;color:#fff}html:not(.honeywell-dark-theme) .ui.date-picker-input .date-picker-footer{padding-top:1rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.date-picker-input .today-btn{color:#1274b7;font-size:.875rem;font-weight:600;cursor:pointer}html:not(.honeywell-dark-theme) .ui.date-picker-input.is-range .date-picker-footer{-webkit-justify-content:space-between;justify-content:space-between}html:not(.honeywell-dark-theme) .ui.date-picker-input.is-range .picker-input,html:not(.honeywell-dark-theme) .ui.date-picker-input.is-range .picker-input .input-box{min-width:300px}html:not(.honeywell-dark-theme) .ui.date-picker-input.fluid,html:not(.honeywell-dark-theme) .ui.date-picker-input.fluid .overlay-position-wrap{display:block}html:not(.honeywell-dark-theme) .ui.date-picker-input.fluid .datetime-date,html:not(.honeywell-dark-theme) .ui.date-picker-input.fluid .datetime-time,html:not(.honeywell-dark-theme) .ui.date-picker-input.fluid .overlay-position-wrap .datetime-date,html:not(.honeywell-dark-theme) .ui.date-picker-input.fluid .overlay-position-wrap .datetime-time{width:100%}html:not(.honeywell-dark-theme) .ui.date-picker-input.open{z-index:30}html:not(.honeywell-dark-theme) .ui.date-picker-input.open-up .calendar-overlay{-webkit-transform:translateY(0);transform:translateY(0);bottom:100%}html:not(.honeywell-dark-theme) .ui.divider{color:#303030}html:not(.honeywell-dark-theme) .ui.horizontal.divider:after,html:not(.honeywell-dark-theme) .ui.horizontal.divider:before{background-size:auto 1px;background-image:linear-gradient(#d0d0d0,#d0d0d0)}html:not(.honeywell-dark-theme) .ui.horizontal.divider{white-space:normal}html:not(.honeywell-dark-theme) .ui.vertical.divider{position:relative;line-height:1rem;text-align:center;height:50%;-webkit-transform:none;transform:none;margin:1rem;left:auto}html:not(.honeywell-dark-theme) .ui.vertical.divider:after,html:not(.honeywell-dark-theme) .ui.vertical.divider:before{border-left:1px solid #d0d0d0;height:calc(100% - .3rem)}html:not(.honeywell-dark-theme) .ui.vertical.divider:after{bottom:-100%}html:not(.honeywell-dark-theme) .nochild-divider{margin-left:1rem;margin-right:1rem}html:not(.honeywell-dark-theme) .nochild-divider,html:not(.honeywell-dark-theme) .nochild-divider-fitted{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-direction:row;flex-direction:row;height:inherit;width:1px;top:0;bottom:0;background:#d0d0d0}html:not(.honeywell-dark-theme) .nochild-divider-fitted{margin-left:.1rem;margin-right:.1rem}html:not(.honeywell-dark-theme) .nochild-divider-section{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;-webkit-flex-direction:row;flex-direction:row;margin-left:2rem;margin-right:2rem;height:inherit;width:1px;top:0;bottom:0;background:#d0d0d0}html:not(.honeywell-dark-theme) .ui.divider:not(.vertical):not(.horizontal){border-top:1px solid #d0d0d0;border-bottom:none}html:not(.honeywell-dark-theme) .ui.file-drop{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;position:relative}html:not(.honeywell-dark-theme) .ui.file-drop .drop-zone{border:.0625rem dashed #d0d0d0;transition:border-color .15s ease-in;padding:1rem;position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;min-height:316px}html:not(.honeywell-dark-theme) .ui.file-drop .success-icon{font-size:1.5rem;margin-top:.75rem}html:not(.honeywell-dark-theme) .ui.file-drop .drop-display-content{width:100%;text-align:center}html:not(.honeywell-dark-theme) .ui.file-drop .drop-zone-msg{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#606060;margin-bottom:.75rem}html:not(.honeywell-dark-theme) .ui.file-drop.populated .drop-zone{border-color:#1274b7}html:not(.honeywell-dark-theme) .ui.file-drop .upload-button{display:inline-block}html:not(.honeywell-dark-theme) .ui.file-drop.error .drop-zone{border-color:#be271c}html:not(.honeywell-dark-theme) .ui.file-drop .error-msg{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030;color:#be271c;font-weight:600;margin-bottom:.75rem}html:not(.honeywell-dark-theme) .ui.file-drop.on-drag .drop-zone{background-color:#10659f;border-color:#1274b7}html:not(.honeywell-dark-theme) .ui.file-drop.on-drag .upload-button{border-color:#fff!important;color:#fff!important}html:not(.honeywell-dark-theme) .ui.file-drop.on-drag .drop-zone-msg,html:not(.honeywell-dark-theme) .ui.file-drop.on-drag .drop-zone-placeholder,html:not(.honeywell-dark-theme) .ui.file-drop.on-drag .drop-zone-success-msg{color:#fff!important}html:not(.honeywell-dark-theme) .page-footer.ui.menu{margin-top:0;padding:1rem;border-radius:0;box-shadow:none;border:none;background-color:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap}html:not(.honeywell-dark-theme) .page-footer.ui.menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-size:.75rem;line-height:1.25rem;font-weight:400;padding:0 .25rem;color:#303030}html:not(.honeywell-dark-theme) .page-footer.ui.menu .item:before{width:0}html:not(.honeywell-dark-theme) .page-footer.ui.menu .item:not(:last-child){border-right:1px solid #e0e0e0}html:not(.honeywell-dark-theme) .page-footer.ui.menu .link{font-weight:600}html:not(.honeywell-dark-theme) .page-footer.ui.menu .link:hover{background:#fff;color:#303030}html:not(.honeywell-dark-theme) .page-footer.ui.menu:after{display:none}html:not(.honeywell-dark-theme) .page-footer.ui.menu:not(.vertical)>.menu{-webkit-flex-wrap:wrap;flex-wrap:wrap}html:not(.honeywell-dark-theme) .page-footer.ui.menu:not(.vertical) .right.item{margin-left:0!important}@media screen and (max-width:768px){html:not(.honeywell-dark-theme) .page-footer.ui.menu,html:not(.honeywell-dark-theme) .page-footer.ui.menu:not(.vertical)>.menu{-webkit-justify-content:center!important;justify-content:center!important}}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper{background-color:#fff;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;position:relative}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .horizontal{display:block;font-size:1em}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .list.bulleted,html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .list.ordered{margin-left:0}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;height:100%;padding-top:1rem;padding-bottom:1rem;color:#303030}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .column-flex{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item div.item-image{margin-left:1rem;height:2.5rem;width:2.5rem;min-height:2.5rem;min-width:2.5rem;background-position:50%;background-size:contain}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .content{margin-left:1rem;-webkit-flex-grow:1;flex-grow:1}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .content .description{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;color:#606060;margin-top:.125rem}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .time-container{text-align:right;margin-left:0}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .action-icon,html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .time-stamp{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;color:#606060;margin:auto 1rem;text-align:right;white-space:nowrap;display:inline-block}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .action-icon{font-size:1rem;cursor:pointer}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .descriptive-icon{margin-left:1rem;font-size:2rem;margin-right:0;cursor:default}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .header{color:#303030!important}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper.no-content .time-container{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-direction:column;flex-direction:column}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper.onclick{cursor:pointer}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper+.scuf-listitem-wrapper:after{box-shadow:inset 0 -1px 0 0 #d0d0d0;content:"";position:absolute;height:1px;left:1rem;right:1rem;background:#a0a0a0;top:-1px}html:not(.honeywell-dark-theme) .interactive+.interactive:after{left:0;right:0}html:not(.honeywell-dark-theme) .scuf-list-wrapper .header{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;color:#303030}html:not(.honeywell-dark-theme) .ui.scuf-grid{margin:0 1rem}html:not(.honeywell-dark-theme) .ui.scuf-grid .grid-col-12,html:not(.honeywell-dark-theme) .ui.scuf-grid .grid-row{padding-left:0!important;padding-right:0!important}html:not(.honeywell-dark-theme) .ui.scuf-grid .media-xs{margin-left:.25rem;margin-right:.25rem}html:not(.honeywell-dark-theme) [class*=scuf-grid-],html:not(.honeywell-dark-theme) [class*=scuf-grid_],html:not(.honeywell-dark-theme) [class~=scuf-grid]{box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;margin:0 -.5rem}html:not(.honeywell-dark-theme) [class*=col-],html:not(.honeywell-dark-theme) [class*=col_],html:not(.honeywell-dark-theme) [class~=col]{box-sizing:border-box;padding:0 .5rem 1rem;max-width:100%}html:not(.honeywell-dark-theme) [class*=col_],html:not(.honeywell-dark-theme) [class~=col]{-webkit-flex:1 1;flex:1 1}html:not(.honeywell-dark-theme) [class*=col-]{-webkit-flex:none;flex:none}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-][class~=col],html:not(.honeywell-dark-theme) [class*=scuf-grid_][class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid_][class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid_][class~=col],html:not(.honeywell-dark-theme) [class~=scuf-grid][class*=col-],html:not(.honeywell-dark-theme) [class~=scuf-grid][class*=col_],html:not(.honeywell-dark-theme) [class~=scuf-grid][class~=col]{margin:0;padding:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-noGutter]{margin:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-noGutter]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-noGutter]>[class~=col]{padding:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-noWrap]{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-center]{-webkit-justify-content:center;justify-content:center}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-right]{-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-self:flex-end;align-self:flex-end;margin-left:auto}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-top]{-webkit-align-items:flex-start;align-items:flex-start}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-middle]{-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-bottom]{-webkit-align-items:flex-end;align-items:flex-end}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-reverse]{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-column]{-webkit-flex-direction:column;flex-direction:column}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-column]>[class*=col-]{-webkit-flex-basis:auto;flex-basis:auto}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-column-reverse]{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-spaceBetween]{-webkit-justify-content:space-between;justify-content:space-between}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-spaceAround]{-webkit-justify-content:space-around;justify-content:space-around}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-equalHeight]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-equalHeight]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-equalHeight]>[class~=col]{-webkit-align-self:stretch;align-self:stretch}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-equalHeight]>[class*=col-]>*,html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-equalHeight]>[class*=col_]>*,html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-equalHeight]>[class~=col]>*{height:100%}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-noBottom]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-noBottom]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-noBottom]>[class~=col]{padding-bottom:0}html:not(.honeywell-dark-theme) [class*=col-][class*=-top]{-webkit-align-self:flex-start;align-self:flex-start}html:not(.honeywell-dark-theme) [class*=col-][class*=-middle]{-webkit-align-self:center;align-self:center}html:not(.honeywell-dark-theme) [class*=col-][class*=-bottom]{-webkit-align-self:flex-end;align-self:flex-end}html:not(.honeywell-dark-theme) [class*=col-][class*=-first]{-webkit-order:-1;order:-1}html:not(.honeywell-dark-theme) [class*=col-][class*=-last]{-webkit-order:1;order:1}html:not(.honeywell-dark-theme) [class*=scuf-grid-1]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-1]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=scuf-grid-2]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-2]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-3]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-3]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-4]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-4]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-5]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-5]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html:not(.honeywell-dark-theme) [class*=scuf-grid-6]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-6]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-7]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-7]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html:not(.honeywell-dark-theme) [class*=scuf-grid-8]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-8]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html:not(.honeywell-dark-theme) [class*=scuf-grid-9]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-9]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html:not(.honeywell-dark-theme) [class*=scuf-grid-10]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-10]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html:not(.honeywell-dark-theme) [class*=scuf-grid-11]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-11]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html:not(.honeywell-dark-theme) [class*=scuf-grid-12]>[class*=col-],html:not(.honeywell-dark-theme) [class*=scuf-grid-12]>[class*=col_],html:not(.honeywell-dark-theme) [class*=scuf-grid-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}@media(max-width:80em){html:not(.honeywell-dark-theme) [class*=_lg-1]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-1]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=_lg-2]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-2]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=_lg-3]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-3]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=_lg-4]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-4]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=_lg-5]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-5]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html:not(.honeywell-dark-theme) [class*=_lg-6]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-6]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=_lg-7]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-7]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html:not(.honeywell-dark-theme) [class*=_lg-8]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-8]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html:not(.honeywell-dark-theme) [class*=_lg-9]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-9]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html:not(.honeywell-dark-theme) [class*=_lg-10]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-10]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html:not(.honeywell-dark-theme) [class*=_lg-11]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-11]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html:not(.honeywell-dark-theme) [class*=_lg-12]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_lg-12]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_lg-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}}@media(max-width:64em){html:not(.honeywell-dark-theme) [class*=_md-1]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-1]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=_md-2]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-2]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=_md-3]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-3]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=_md-4]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-4]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=_md-5]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-5]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html:not(.honeywell-dark-theme) [class*=_md-6]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-6]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=_md-7]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-7]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html:not(.honeywell-dark-theme) [class*=_md-8]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-8]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html:not(.honeywell-dark-theme) [class*=_md-9]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-9]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html:not(.honeywell-dark-theme) [class*=_md-10]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-10]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html:not(.honeywell-dark-theme) [class*=_md-11]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-11]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html:not(.honeywell-dark-theme) [class*=_md-12]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_md-12]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_md-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}}@media(max-width:48em){html:not(.honeywell-dark-theme) [class*=_sm-1]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-1]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=_sm-2]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-2]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=_sm-3]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-3]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=_sm-4]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-4]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=_sm-5]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-5]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html:not(.honeywell-dark-theme) [class*=_sm-6]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-6]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=_sm-7]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-7]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html:not(.honeywell-dark-theme) [class*=_sm-8]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-8]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html:not(.honeywell-dark-theme) [class*=_sm-9]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-9]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html:not(.honeywell-dark-theme) [class*=_sm-10]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-10]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html:not(.honeywell-dark-theme) [class*=_sm-11]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-11]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html:not(.honeywell-dark-theme) [class*=_sm-12]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_sm-12]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_sm-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}}@media(max-width:36em){html:not(.honeywell-dark-theme) [class*=_xs-1]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-1]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-1]>[class~=col]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=_xs-2]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-2]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-2]>[class~=col]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=_xs-3]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-3]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-3]>[class~=col]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=_xs-4]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-4]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-4]>[class~=col]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=_xs-5]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-5]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-5]>[class~=col]{-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}html:not(.honeywell-dark-theme) [class*=_xs-6]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-6]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-6]>[class~=col]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=_xs-7]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-7]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-7]>[class~=col]{-webkit-flex-basis:14.28571%;flex-basis:14.28571%;max-width:14.28571%}html:not(.honeywell-dark-theme) [class*=_xs-8]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-8]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-8]>[class~=col]{-webkit-flex-basis:12.5%;flex-basis:12.5%;max-width:12.5%}html:not(.honeywell-dark-theme) [class*=_xs-9]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-9]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-9]>[class~=col]{-webkit-flex-basis:11.11111%;flex-basis:11.11111%;max-width:11.11111%}html:not(.honeywell-dark-theme) [class*=_xs-10]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-10]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-10]>[class~=col]{-webkit-flex-basis:10%;flex-basis:10%;max-width:10%}html:not(.honeywell-dark-theme) [class*=_xs-11]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-11]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-11]>[class~=col]{-webkit-flex-basis:9.09091%;flex-basis:9.09091%;max-width:9.09091%}html:not(.honeywell-dark-theme) [class*=_xs-12]>[class*=col-],html:not(.honeywell-dark-theme) [class*=_xs-12]>[class*=col_],html:not(.honeywell-dark-theme) [class*=_xs-12]>[class~=col]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=col-12],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=col-12],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=col-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-0]{margin-left:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-1]{margin-left:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-2]{margin-left:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-3]{margin-left:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-4]{margin-left:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-5]{margin-left:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-6]{margin-left:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-7]{margin-left:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-8]{margin-left:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-9]{margin-left:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-10]{margin-left:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=off-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=off-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=off-11]{margin-left:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-0]{margin-right:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-1]{margin-right:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-2]{margin-right:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-3]{margin-right:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-4]{margin-right:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-5]{margin-right:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-6]{margin-right:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-7]{margin-right:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-8]{margin-right:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-9]{margin-right:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-10]{margin-right:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=off-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=off-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=off-11]{margin-right:91.66667%}@media(max-width:80em){html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_lg-12],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_lg-12],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_lg-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-0]{margin-left:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-1]{margin-left:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-2]{margin-left:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-3]{margin-left:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-4]{margin-left:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-5]{margin-left:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-6]{margin-left:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-7]{margin-left:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-8]{margin-left:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-9]{margin-left:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-10]{margin-left:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_lg-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_lg-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_lg-11]{margin-left:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-0]{margin-right:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-1]{margin-right:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-2]{margin-right:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-3]{margin-right:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-4]{margin-right:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-5]{margin-right:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-6]{margin-right:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-7]{margin-right:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-8]{margin-right:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-9]{margin-right:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-10]{margin-right:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_lg-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_lg-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_lg-11]{margin-right:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-] [class*=_lg-first],html:not(.honeywell-dark-theme) [class*=scuf-grid_] [class*=_lg-first],html:not(.honeywell-dark-theme) [class~=scuf-grid] [class*=_lg-first]{-webkit-order:-1;order:-1}html:not(.honeywell-dark-theme) [class*=scuf-grid-] [class*=_lg-last],html:not(.honeywell-dark-theme) [class*=scuf-grid_] [class*=_lg-last],html:not(.honeywell-dark-theme) [class~=scuf-grid] [class*=_lg-last]{-webkit-order:1;order:1}}@media(max-width:64em){html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_md-12],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_md-12],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_md-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-0]{margin-left:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-1]{margin-left:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-2]{margin-left:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-3]{margin-left:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-4]{margin-left:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-5]{margin-left:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-6]{margin-left:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-7]{margin-left:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-8]{margin-left:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-9]{margin-left:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-10]{margin-left:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_md-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_md-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_md-11]{margin-left:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-0]{margin-right:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-1]{margin-right:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-2]{margin-right:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-3]{margin-right:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-4]{margin-right:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-5]{margin-right:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-6]{margin-right:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-7]{margin-right:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-8]{margin-right:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-9]{margin-right:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-10]{margin-right:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_md-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_md-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_md-11]{margin-right:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-] [class*=_md-first],html:not(.honeywell-dark-theme) [class*=scuf-grid_] [class*=_md-first],html:not(.honeywell-dark-theme) [class~=scuf-grid] [class*=_md-first]{-webkit-order:-1;order:-1}html:not(.honeywell-dark-theme) [class*=scuf-grid-] [class*=_md-last],html:not(.honeywell-dark-theme) [class*=scuf-grid_] [class*=_md-last],html:not(.honeywell-dark-theme) [class~=scuf-grid] [class*=_md-last]{-webkit-order:1;order:1}}@media(max-width:48em){html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_sm-12],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_sm-12],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_sm-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-0]{margin-left:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-1]{margin-left:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-2]{margin-left:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-3]{margin-left:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-4]{margin-left:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-5]{margin-left:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-6]{margin-left:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-7]{margin-left:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-8]{margin-left:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-9]{margin-left:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-10]{margin-left:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_sm-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_sm-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_sm-11]{margin-left:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-0]{margin-right:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-1]{margin-right:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-2]{margin-right:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-3]{margin-right:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-4]{margin-right:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-5]{margin-right:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-6]{margin-right:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-7]{margin-right:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-8]{margin-right:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-9]{margin-right:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-10]{margin-right:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_sm-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_sm-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_sm-11]{margin-right:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-] [class*=_sm-first],html:not(.honeywell-dark-theme) [class*=scuf-grid_] [class*=_sm-first],html:not(.honeywell-dark-theme) [class~=scuf-grid] [class*=_sm-first]{-webkit-order:-1;order:-1}html:not(.honeywell-dark-theme) [class*=scuf-grid-] [class*=_sm-last],html:not(.honeywell-dark-theme) [class*=scuf-grid_] [class*=_sm-last],html:not(.honeywell-dark-theme) [class~=scuf-grid] [class*=_sm-last]{-webkit-order:1;order:1}}@media(max-width:36em){html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-1]{-webkit-flex-basis:8.33333%;flex-basis:8.33333%;max-width:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-2]{-webkit-flex-basis:16.66667%;flex-basis:16.66667%;max-width:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-3]{-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-4]{-webkit-flex-basis:33.33333%;flex-basis:33.33333%;max-width:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-5]{-webkit-flex-basis:41.66667%;flex-basis:41.66667%;max-width:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-6]{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-7]{-webkit-flex-basis:58.33333%;flex-basis:58.33333%;max-width:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-8]{-webkit-flex-basis:66.66667%;flex-basis:66.66667%;max-width:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-9]{-webkit-flex-basis:75%;flex-basis:75%;max-width:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-10]{-webkit-flex-basis:83.33333%;flex-basis:83.33333%;max-width:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-11]{-webkit-flex-basis:91.66667%;flex-basis:91.66667%;max-width:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[class*=_xs-12],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[class*=_xs-12],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[class*=_xs-12]{-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-0]{margin-left:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-1]{margin-left:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-2]{margin-left:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-3]{margin-left:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-4]{margin-left:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-5]{margin-left:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-6]{margin-left:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-7]{margin-left:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-8]{margin-left:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-9]{margin-left:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-10]{margin-left:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-left*=_xs-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-left*=_xs-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-left*=_xs-11]{margin-left:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-0],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-0],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-0]{margin-right:0}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-1],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-1],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-1]{margin-right:8.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-2],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-2],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-2]{margin-right:16.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-3],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-3],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-3]{margin-right:25%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-4],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-4],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-4]{margin-right:33.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-5],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-5],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-5]{margin-right:41.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-6],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-6],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-6]{margin-right:50%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-7],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-7],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-7]{margin-right:58.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-8],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-8],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-8]{margin-right:66.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-9],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-9],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-9]{margin-right:75%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-10],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-10],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-10]{margin-right:83.33333%}html:not(.honeywell-dark-theme) [class*=scuf-grid-]>[data-push-right*=_xs-11],html:not(.honeywell-dark-theme) [class*=scuf-grid_]>[data-push-right*=_xs-11],html:not(.honeywell-dark-theme) [class~=scuf-grid]>[data-push-right*=_xs-11]{margin-right:91.66667%}html:not(.honeywell-dark-theme) [class*=scuf-grid-] [class*=_xs-first],html:not(.honeywell-dark-theme) [class*=scuf-grid_] [class*=_xs-first],html:not(.honeywell-dark-theme) [class~=scuf-grid] [class*=_xs-first]{-webkit-order:-1;order:-1}html:not(.honeywell-dark-theme) [class*=scuf-grid-] [class*=_xs-last],html:not(.honeywell-dark-theme) [class*=scuf-grid_] [class*=_xs-last],html:not(.honeywell-dark-theme) [class~=scuf-grid] [class*=_xs-last]{-webkit-order:1;order:1}}@media(max-width:80em){html:not(.honeywell-dark-theme) [class*=lg-hidden]{display:none}}@media(max-width:64em){html:not(.honeywell-dark-theme) [class*=md-hidden]{display:none}}@media(max-width:48em){html:not(.honeywell-dark-theme) [class*=sm-hidden]{display:none}}@media(max-width:36em){html:not(.honeywell-dark-theme) [class*=xs-hidden]{display:none}}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher{padding:.75rem .5rem!important;box-sizing:border-box}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher>.trigger-container>.responsive-trigger-label,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher i.icon:not(.h-icon){display:none}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu::-webkit-scrollbar{display:none}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu{background:#fff!important;margin-top:.0625rem;border-radius:0!important;width:14rem;right:0!important;border:0;display:-webkit-flex!important;display:flex!important;max-height:648px;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-flex-direction:row!important;flex-direction:row!important;overflow-y:scroll;-ms-overflow-style:none;overflow:-moz-scrollbars-none}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item{width:7rem;font-weight:400!important;padding:.75rem 1.5rem!important;color:#303030!important;height:7rem;-webkit-justify-content:center;justify-content:center;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;white-space:normal}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .h-icon{margin:0!important;padding:4px;font-size:1.5rem!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .app-name{margin-top:.5rem;min-height:2.25rem;font-size:.75rem;line-height:.75rem;overflow:hidden;text-align:center;display:-webkit-box;display:-moz-box;display:-ms-box;line-clamp:2;-ms-line-clamp:2;-moz-line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;-ms-box-orient:vertical;box-orient:vertical}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .app-name{overflow:visible;white-space:pre-wrap;width:100%}}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item.active,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item:hover{background:#e0e0e0!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item.active .app-name{font-weight:700}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu .menu-footer{display:-webkit-flex;display:flex;font-size:.75rem;-webkit-flex-basis:100%;flex-basis:100%;-webkit-align-items:center;align-items:center;padding:.5rem 1rem;font-weight:400!important;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu .menu-footer .h-icon{margin:0!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu .menu-footer .h-icon:before{font-size:.75rem!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu .item-image{width:2rem;height:2rem;line-height:2rem;text-align:center;font-size:.875rem;font-weight:400;background-position:50%;background-size:cover;background-repeat:no-repeat;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container i.trigger-icon{width:100%;padding-left:.25rem!important;padding-right:.25rem!important}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container>.responsive-trigger-label{display:-webkit-flex!important;display:flex!important;padding-left:1rem}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu>.item.app-launcher.dropdown:hover>.menu.app-launcher-menu{height:auto;left:-14rem!important;right:9.52rem!important;right:10.64rem!important}html:not(.honeywell-dark-theme) .ui.page-header{position:relative;width:100%;background-color:#fff;z-index:900}html:not(.honeywell-dark-theme) .ui.page-header .width-tester{position:absolute;top:0;left:0;right:0;bottom:0}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu{border-radius:0;border:none;box-shadow:none;margin-bottom:0;height:inherit}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.logo-item{position:relative;padding-left:1rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.logo-item:hover{background:none!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .main-logo{height:1.5rem;width:7.5rem;display:inline-block;padding-right:.75rem;margin-right:.75rem;background:url(../../static/media/honeywell-logo.2c8483e9.svg);background-repeat:no-repeat;background-size:contain;background-origin:content-box;border-right:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .main-logo.honeywell-logo{background-position:0 4px}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .forge-logo{font-weight:900;font-size:1.125rem;padding-right:.75rem;margin-right:.75rem;border-right:.0625rem solid #d0d0d0;position:relative;top:1px}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .logo-text{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;color:#303030;font-weight:400;line-height:1.5rem;font-size:1rem;position:relative}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .logo-link,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .logo-text-link{position:relative;cursor:pointer}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;color:#303030;font-size:.875rem;line-height:1.375rem;font-weight:400;border:none;position:relative;border-radius:0;padding:.75rem .5rem;min-width:2.5rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item:not(.logo-item){cursor:pointer}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item:not(.search-item){display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item:before{display:none}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item:not(.logo-item):not(.menu-btn):hover{background:#e0e0e0}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.active{font-weight:700;background:#e0e0e0}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item .menu-btn{line-height:1em}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item .ui.input.expandable-input{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu>.item{text-align:center}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.logo-item:hover,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.menu-btn-item:hover{background:none!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .full-header-menu{position:absolute;visibility:hidden;z-index:1}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .page-header-menu{z-index:2}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .menu-btn-item{padding:.75rem 1rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .menu-btn-item .menu-btn{padding:0}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .menu-btn-item:hover{background:none!important}html:not(.honeywell-dark-theme) .ui.page-header.has-menu .logo-item{padding-left:1rem}html:not(.honeywell-dark-theme) .ui.page-header.has-menu .logo-item:hover{background:none!important}html:not(.honeywell-dark-theme) .ui.page-header.has-menu .item.logo-item{padding-left:0!important}html:not(.honeywell-dark-theme) .ui.page-header.has-menu .item.logo-item:hover{background:none!important}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .menu-btn-item{padding-top:.5rem!important;padding-bottom:.5rem!important;min-width:auto}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .logo-item{margin:auto;padding-top:0!important;padding-bottom:0!important}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .logo-item .logo-text{max-width:174px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.875rem;line-height:1.5rem}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .forge-logo,html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .main-logo{display:none}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .item,html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .menu-btn-item{padding:.75rem}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu:not(.vertical) .right.menu{margin-left:0!important}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed:not(.has-menu) .logo-text{position:relative;left:30px}html:not(.honeywell-dark-theme) .ui.page-header,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .menu.notification-center-dropdown>.notification-center-item{border-bottom:.0625rem solid #d0d0d0!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .menu.notification-center-dropdown>*{white-space:normal}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item{padding:0!important;margin:0!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification{background:#fff}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification:hover{background-color:#e0e0e0!important;cursor:pointer}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item .notification-center-item>.ui.notification,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification{margin:0!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item .notification-center-item>.ui.notification div.message,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification div.message{text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item .notification-center-item>.ui.notification .datetime,html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .ui.dropdown.notification-center .item.notification-center-item>.ui.notification .datetime{color:#303030}html:not(.honeywell-dark-theme) .ui.page-header .ui.notification-center.dropdown{padding:0 .25rem!important}html:not(.honeywell-dark-theme) .ui.page-header .ui.notification-center.dropdown>.item:first-child{padding:0!important;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}html:not(.honeywell-dark-theme) .ui.page-header .ui.notification-center.dropdown .trigger-container .responsive-trigger-label{display:none}html:not(.honeywell-dark-theme) .ui.page-header .ui.notification-center.dropdown .trigger-container .trigger-icon{background:transparent}html:not(.honeywell-dark-theme) .ui.page-header .ui.notification-center.dropdown>.item:first-child{padding-top:0!important;padding-bottom:0!important}html:not(.honeywell-dark-theme) .ui.page-header .notification-center-dropdown.menu{min-width:16.8rem;width:16.8rem;background:#fff}html:not(.honeywell-dark-theme) .ui.page-header .notification-center-dropdown.menu .ui.notification{border:none;margin:none!important}html:not(.honeywell-dark-theme) .ui.page-header .notification-center-dropdown.menu .see-all-container{padding:.75rem 1rem;color:#303030;text-align:right}html:not(.honeywell-dark-theme) .ui.page-header .notification-center-dropdown.menu .see-all-container>.see-all{display:inline;cursor:pointer;font-weight:500}html:not(.honeywell-dark-theme) .ui.page-header.is-collapsed .ui.notification-center.dropdown>.item:first-child,html:not(.honeywell-dark-theme) .ui.page-header .is-compressed .ui.notification-center.dropdown>.item:first-child{-webkit-justify-content:flex-start;justify-content:flex-start}html:not(.honeywell-dark-theme) .ui.page-header.is-collapsed .ui.notification-center.dropdown>.item:first-child:hover,html:not(.honeywell-dark-theme) .ui.page-header .is-compressed .ui.notification-center.dropdown>.item:first-child:hover{background:none}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .notification-center .trigger-container{display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .notification-center .trigger-container .trigger-icon{width:0;padding:0!important}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .notification-center .trigger-container .responsive-trigger-label{padding-left:.125rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu>.item:hover>.menu.notification-center-dropdown{width:auto;height:auto;left:-16.8rem!important;right:16.8rem!important}html:not(.honeywell-dark-theme) .ui.page-header .profile-icon{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;font-weight:700;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:2rem;height:2rem;border:.0625rem solid #d0d0d0;border-radius:1.5rem;background:#fff 50%/cover no-repeat}html:not(.honeywell-dark-theme) .ui.page-header .profile-icon.no-border{border:none}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .item.user-profile-drop{text-align:left!important;display:-webkit-flex;display:flex;opacity:1!important}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .item.user-profile-drop .profile-icon{display:inline-block}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .item.user-profile-drop .name-info{-webkit-justify-content:center;justify-content:center;padding-left:1rem}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .item.user-profile-drop .name-info .role{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030;color:#a0a0a0}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu{min-width:4.75rem!important;padding-left:.75rem;padding-right:.75rem;color:#303030}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu i.icon:not(.button-icon){display:none}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu i.icon.button-icon{padding:0 14px;margin:0}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .trigger-icon{width:3.75rem;position:relative}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu:hover,html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu>.active{background:#e0e0e0}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .menu{background:#fff;color:#fff!important;border-radius:0 0 0 0!important}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .menu .text{color:#303030}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .menu>.item{padding:.75rem 1.5rem!important;color:#303030!important}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .drop-badged-text{padding-left:1rem;display:inline-block}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .ui.dropdown.icon-menu{padding-left:.75rem;padding-right:.75rem;min-width:auto!important}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .ui.dropdown.icon-menu i.icon.button-icon{padding:0 13px;margin:0}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .ui.dropdown.icon-menu .trigger-icon{width:auto;position:relative}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .ui.dropdown.icon-menu .trigger-icon .profile-icon{width:1.5rem;height:1.5rem;line-height:1.5rem;padding-top:0;padding-bottom:0}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item{cursor:pointer;overflow-x:hidden;position:relative;transition:width .3s ease-in;padding-top:.75rem;padding-bottom:.75rem;width:246px;background:none!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-icon{padding:0 1px 0 .125rem;position:absolute;z-index:2;margin:0;color:#303030}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input{transition:opacity .15s ease-in,border-color .15s ease-in;background:#fff;border:.0625rem solid #d0d0d0;position:relative;z-index:1;opacity:1;border-radius:0;color:#303030;outline:none}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus{border-color:#1274b7;outline:none}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item:hover{background:none!important;color:#303030}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item:not(.open){width:2.5rem;margin-right:.5rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item:not(.open) .expandable-icon{position:relative}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item:not(.open) .expandable-input{opacity:0;width:0;cursor:pointer}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item.open .expandable-icon{color:#303030;padding-left:.25rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item.open .expandable-icon{top:.8125rem}}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item.open .expandable-input{width:100%}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .user-profile-menu{padding:.25rem .5rem!important;box-sizing:border-box}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .user-profile-menu i.icon{display:none!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu{background:#fff;color:#fff!important;font-weight:400!important;border-radius:0!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu .text{color:#fff}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu>.item{background:#fff!important;font-weight:400!important;padding:.75rem 1.5rem!important;color:#303030!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu>.item:hover{background:#f0f0f0!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .user-profile-menu .menu>.item.active{font-weight:700!important}html:not(.honeywell-dark-theme) .h-icon:not(.common){font-size:1rem;display:inline-block;vertical-align:middle;opacity:1;margin:none;speak:none;font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html:not(.honeywell-dark-theme) .h-icon:not(.common).scuf-small{font-size:1rem!important}html:not(.honeywell-dark-theme) .h-icon:not(.common).scuf-medium{font-size:1.5rem!important}html:not(.honeywell-dark-theme) .h-icon:not(.common).scuf-large{font-size:2rem!important}html:not(.honeywell-dark-theme) .h-icon:not(.common).scuf-xlarge{font-size:4rem!important}html:not(.honeywell-dark-theme) .h-icon:not(.common).vertically-flipped{-webkit-transform:scaleY(-1);transform:scaleY(-1)}html:not(.honeywell-dark-theme) .h-icon:not(.common).horizontally-flipped{-webkit-transform:scaleX(-1);transform:scaleX(-1)}html:not(.honeywell-dark-theme) .h-icon:not(.common).fitted{width:auto;margin:0}html:not(.honeywell-dark-theme) .h-icon:not(.common).fitted:before{position:relative;top:0}html:not(.honeywell-dark-theme) .h-icon:not(.common).loading{-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}html:not(.honeywell-dark-theme) .h-icon:not(.common).loading:before{position:relative;top:0}html:not(.honeywell-dark-theme) .ui.single-input{position:relative;display:inline-block;vertical-align:top;z-index:1}html:not(.honeywell-dark-theme) .ui.single-input .input-box{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;background:#fff;border:.0625rem solid #d0d0d0;border-radius:0;color:#303030;height:2.375rem;transition:border-color .15s ease-in;box-sizing:border-box;padding:.6875rem .4375rem;z-index:1;position:relative;background:transparent;width:12rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.single-input .input-box{line-height:.875rem!important}}html:not(.honeywell-dark-theme) .ui.single-input .input-box:focus{border-color:#1274b7;outline:none}html:not(.honeywell-dark-theme) .ui.single-input .input-box::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.single-input .input-box::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.single-input .input-box:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic;line-height:.875rem!important}html:not(.honeywell-dark-theme) .ui.single-input .input-box:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.single-input .input-box:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.single-input .input-box:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.single-input .input-wrap{position:relative;display:-webkit-inline-flex;display:inline-flex;background:#fff}html:not(.honeywell-dark-theme) .ui.single-input.fluid{display:block}html:not(.honeywell-dark-theme) .ui.single-input.fluid .input-box,html:not(.honeywell-dark-theme) .ui.single-input.fluid .input-wrap{width:100%}html:not(.honeywell-dark-theme) .ui.single-input.error .input-box{border-color:#be271c;background-color:#fff}html:not(.honeywell-dark-theme) .ui.single-input.disabled{cursor:not-allowed!important}html:not(.honeywell-dark-theme) .ui.single-input.disabled .input-box{z-index:2;background:#f7f7f7}html:not(.honeywell-dark-theme) .ui.single-input.disabled .input-wrap{cursor:not-allowed!important}html:not(.honeywell-dark-theme) .ui.single-input.disabled .input-wrap .input-icon{z-index:2}html:not(.honeywell-dark-theme) .ui.single-input.disabled .input-wrap input{cursor:not-allowed!important;background:#f7f7f7;color:silver!important}html:not(.honeywell-dark-theme) .ui.single-input.disabled .input-icon{cursor:not-allowed}html:not(.honeywell-dark-theme) .ui.single-input .input-icon{position:absolute;z-index:1;color:#b0b0b0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}html:not(.honeywell-dark-theme) .ui.single-input.has-icon.align-left .input-icon{left:.75rem}html:not(.honeywell-dark-theme) .ui.single-input.has-icon.align-left .input-box{padding-left:2.5rem}html:not(.honeywell-dark-theme) .ui.single-input.has-icon.align-right .input-icon{right:.75rem}html:not(.honeywell-dark-theme) .ui.single-input.has-icon.align-right .input-box{padding-right:2.5rem}html:not(.honeywell-dark-theme) .ui.single-input .search-icon{display:-webkit-flex;display:flex;position:relative;-webkit-align-items:center;align-items:center;display:-webkit-inline-flex;display:inline-flex;-webkit-justify-content:center;justify-content:center;width:2.5rem;height:2.375rem;color:#fff;transition:background-color .3s ease;background:#d0d0d0}html:not(.honeywell-dark-theme) .focused .input-wrap .search-icon{background:#1274b7;cursor:pointer}html:not(.honeywell-dark-theme) .ui.single-input>.input-wrap>.search-icon,html:not(.honeywell-dark-theme) .ui.single-input>.input-wrap>input{height:2.5rem}html:not(.honeywell-dark-theme) div.ui.input-label{margin-bottom:.125rem;display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) div.ui.input-label .input-label-message{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;font-weight:700}html:not(.honeywell-dark-theme) div.ui.input-label .badge{-webkit-align-self:flex-end;align-self:flex-end;width:.5rem!important;height:.5rem!important;min-width:0!important;min-height:0!important;margin-left:.125rem;margin-bottom:.4rem!important;padding-bottom:0!important}html:not(.honeywell-dark-theme) div.ui.input-label .input-label-optional{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic;margin-left:.25rem}html:not(.honeywell-dark-theme) .ui.kpi-statistic{max-width:20rem;display:-webkit-inline-flex;display:inline-flex;padding:1rem;margin-right:.75rem;margin-bottom:.75rem;background:#fff}html:not(.honeywell-dark-theme) .ui.kpi-statistic i.h-icon{font-size:3.75rem;margin-right:.75rem}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-flex-direction:row;flex-direction:row;-webkit-transform:translateX(-.7rem);transform:translateX(-.7rem)}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel .dot{height:.7rem;width:.7rem;-webkit-transform:translateX(-5px);transform:translateX(-5px);margin-top:.7rem;border-radius:50%;display:inline-block;min-width:.7rem;min-height:.7rem}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel .red{background-color:#ee3124!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel .orange{background-color:#f37021!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel .yellow{background-color:#ffc627!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel .green{background-color:#7eb338!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel .blue{background-color:#1792e5!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel .grey{background-color:#707070!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .item-image{width:3.75rem;height:3.75rem;background-size:cover;background-position:50%;background-repeat:no-repeat;margin-top:.25rem;margin-right:.75rem;min-width:3.75rem;min-height:3.75rem}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details h1{color:#303030;font-size:1.625rem}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details h5{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#606060;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details h3{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:1rem;line-height:1.5rem;text-transform:capitalize}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details h1,html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details h3,html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details h5{margin:0;padding:.125rem 0}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .red{color:#ee3124!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .orange{color:#f37021!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .yellow{color:#ffc627!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .green{color:#7eb338!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .blue{color:#1792e5!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .purple{color:#9b59b6!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .grey{color:#707070!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .black{color:#303030!important}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details .white{color:#f7f7f7!important}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper .item.clickable{cursor:pointer}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.celled.list>.item,html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper .ui.celled.list>.list{border-top:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.celled.list>.item:last-child{border-bottom:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.horizontal.celled.list>.item{border-top:none;border-bottom:none!important;border-left:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.divided.list>.item{border-top:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.divided.list .list>.item:first-child,html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.divided.list>.item:first-child{border-top:none}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.horizontal.bulleted.celled.list>.item{border-top:none;border-bottom:none!important;border-left:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.horizontal.bulleted.celled.list>.item:before{margin-left:0;position:relative;padding-right:.5rem}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.horizontal.list>.item{display:-webkit-inline-flex!important;display:inline-flex!important;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.horizontal.celled.list>.item:last-child{border-right:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.ordered.list>.item:before,html:not(.honeywell-dark-theme) .ui .relaxed.list .description{color:#303030}html:not(.honeywell-dark-theme) .ui.loader-wrap{display:none;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;vertical-align:middle;z-index:2}html:not(.honeywell-dark-theme) .ui.loader-wrap .color-overlay{background:#fff;position:absolute;z-index:2}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader{display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:600;color:#303030;-webkit-font-smoothing:antialiased;line-height:1.375rem;font-size:.875rem;z-index:10}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader:before{border:.125rem solid rgba(48,48,48,.15)}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader:after{border-color:#303030 transparent transparent;border-width:.125rem}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader.inverted{color:#fff}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader.inverted:before{border:.125rem solid hsla(0,0%,100%,.15)}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader.inverted:after{border-color:#fff transparent transparent;border-width:.125rem}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader.large:after,html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader.large:before{width:3rem;height:3rem;margin:0 0 0 -1.5rem}html:not(.honeywell-dark-theme) .ui.loader-wrap.loading{display:block}html:not(.honeywell-dark-theme) .ui.loader-wrap.loading .color-overlay{top:0;right:0;left:0;bottom:0}html:not(.honeywell-dark-theme) .ui.modal{border-radius:0!important;border:none!important;padding:1rem;background-color:#fff;-webkit-align-self:center;align-self:center;justify-self:center;position:relative}html:not(.honeywell-dark-theme) .ui.modal .header{background:0;border:none!important;padding:0 2.5rem 1rem 0;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}html:not(.honeywell-dark-theme) .ui.modal .header .right{margin-left:auto}html:not(.honeywell-dark-theme) .ui.modal.fullscreen>.header:not(.ui),html:not(.honeywell-dark-theme) .ui.modal.large>.header:not(.ui),html:not(.honeywell-dark-theme) .ui.modal.mini>.header:not(.ui),html:not(.honeywell-dark-theme) .ui.modal.small>.header:not(.ui){font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:1.625rem;line-height:2.125rem;color:#404040;color:#303030}html:not(.honeywell-dark-theme) .ui.modal .close-icon-wrap{position:absolute;display:inline-block;right:1rem;top:1.25rem;font-size:.75rem;color:#303030;cursor:pointer}html:not(.honeywell-dark-theme) .ui.modal .close-icon-wrap .modal-close{margin:0;font-size:.75rem}html:not(.honeywell-dark-theme) .ui.modal .close-icon-wrap:hover{color:#404040}html:not(.honeywell-dark-theme) .ui.modal .content{padding:0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;background-color:#fff}html:not(.honeywell-dark-theme) .ui.modal .actions{border:none;padding:2rem 0 0;background:none;display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end;text-align:left}html:not(.honeywell-dark-theme) .ui.modal .actions .left{margin-right:auto}html:not(.honeywell-dark-theme) .modals.dimmer{-webkit-justify-content:center;justify-content:center}html:not(.honeywell-dark-theme) .blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(4px)!important;filter:blur(4px)!important}html:not(.honeywell-dark-theme) .blurring.dimmable>.dimmer{background-color:hsla(0,0%,100%,.7)!important}html:not(.honeywell-dark-theme) .modals.dimmer .ui.fullscreen.scrolling.modal,html:not(.honeywell-dark-theme) .ui.fullscreen.modal{width:100%!important;left:0!important;top:0!important;height:100vh;margin:0!important}html:not(.honeywell-dark-theme) .ui.large.modal{width:75%}html:not(.honeywell-dark-theme) .ui.small.modal{width:33%}html:not(.honeywell-dark-theme) .ui.notification{width:100%;background:#fff;margin:1em 0;border:.125rem solid;border-left:.5rem solid;display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.notification.critical{border-color:#f15a4f}html:not(.honeywell-dark-theme) .ui.notification.critical .icon .h-icon{color:#f15a4f}html:not(.honeywell-dark-theme) .ui.notification.important{border-color:#ffc627}html:not(.honeywell-dark-theme) .ui.notification.important .icon .h-icon{color:#ffc627}html:not(.honeywell-dark-theme) .ui.notification.information{border-color:#1792e5}html:not(.honeywell-dark-theme) .ui.notification.information .icon .h-icon{color:#1792e5}html:not(.honeywell-dark-theme) .ui.notification.success{border-color:#7eb338}html:not(.honeywell-dark-theme) .ui.notification.success .icon .h-icon{color:#7eb338}html:not(.honeywell-dark-theme) .ui.notification .icon{padding:1rem 0 0 1rem;display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.notification .icon .h-icon{font-size:1.5rem;padding:0!important}html:not(.honeywell-dark-theme) .ui.notification .icon .h-icon:before{padding:.25rem}html:not(.honeywell-dark-theme) .ui.notification .content{-webkit-flex-grow:1;flex-grow:1;padding:1rem 1rem 1rem .5rem;width:100%}html:not(.honeywell-dark-theme) .ui.notification .content .content-top{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:flex-end;justify-content:flex-end}html:not(.honeywell-dark-theme) .ui.notification .content .heading{margin-bottom:.5rem;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex-grow:1;flex-grow:1}html:not(.honeywell-dark-theme) .ui.notification .content .heading .title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;font-weight:700;display:inline-block;margin-right:3em}html:not(.honeywell-dark-theme) .ui.notification .content .details-button{float:right}html:not(.honeywell-dark-theme) .ui.notification .content .message{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030}html:not(.honeywell-dark-theme) .ui.notification .content .message p a{cursor:pointer;color:#1274b7}html:not(.honeywell-dark-theme) .ui.notification .content .action-wrapper{margin-top:.5rem}html:not(.honeywell-dark-theme) .ui.notification .content .action-wrapper .action{float:right;cursor:pointer;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#1274b7;font-weight:600;letter-spacing:.5px}html:not(.honeywell-dark-theme) .ui.notification .content .action-wrapper .action:active{color:#1274b7}html:not(.honeywell-dark-theme) .ui.notification .content .action-wrapper .action:hover{color:#10659f}html:not(.honeywell-dark-theme) .ui.notification .content .action-wrapper .action:disabled{color:#b0b0b0}html:not(.honeywell-dark-theme) .ui.notification .content .tags{display:inline-block}html:not(.honeywell-dark-theme) .ui.notification .content .tags .badge{margin-right:.25rem}html:not(.honeywell-dark-theme) .ui.notification .content:first-child{padding-left:1rem}html:not(.honeywell-dark-theme) .ui.notification .close-wrapper{padding-left:2rem;display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.notification .close-wrapper .h-icon{color:#d0d0d0;cursor:pointer}html:not(.honeywell-dark-theme) .ui.notification .close-wrapper .h-icon:hover{color:#404040}html:not(.honeywell-dark-theme) .ui.notification .close-wrapper .h-icon:active{color:#303030}html:not(.honeywell-dark-theme) .ui.notification .datetime{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;font-weight:700}html:not(.honeywell-dark-theme) .ui.pagination{display:-webkit-flex;display:flex;border:.0625rem solid #d0d0d0;background:#fff;width:100%;min-width:24rem;height:3.3rem;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;position:relative;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:500}html:not(.honeywell-dark-theme) .ui.pagination .nav-container{display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.pagination .page-info{position:absolute;left:1rem}html:not(.honeywell-dark-theme) .ui.pagination .page-info .bold{font-weight:600}html:not(.honeywell-dark-theme) .ui.pagination .page-options{display:-webkit-inline-flex;display:inline-flex;position:absolute;-webkit-align-items:center;align-items:center;right:.25rem}html:not(.honeywell-dark-theme) .ui.pagination .page-options .scuf-dropdown-wrapper{padding-left:.5rem;width:6rem}html:not(.honeywell-dark-theme) .ui.pagination .page-options .scuf-dropdown-wrapper .ui.selection.dropdown{min-width:auto;width:6rem}html:not(.honeywell-dark-theme) .ui.pagination .page-options .scuf-dropdown-wrapper .ui.selection.dropdown .active{border:none!important}html:not(.honeywell-dark-theme) .ui.pagination .page-options .scuf-dropdown-wrapper .ui.selection.dropdown .visible.menu{border:none!important;box-shadow:0 1px 2px rgba(0,0,0,.1)}html:not(.honeywell-dark-theme) .ui.pagination .page-options .scuf-dropdown-wrapper .ui.selection.dropdown .visible.menu .item:not(:last-child){border-bottom:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.pagination .goto-selector{display:inline;display:initial;width:5.25rem}html:not(.honeywell-dark-theme) .ui.pagination .goto-selector .ui.selection.dropdown{min-width:auto;width:5.25rem}html:not(.honeywell-dark-theme) .ui.pagination .goto-selector .ui.selection.dropdown .active{border:none!important}html:not(.honeywell-dark-theme) .ui.pagination .goto-selector .ui.selection.dropdown .visible.menu{border:none!important;box-shadow:0 1px 2px rgba(0,0,0,.1);bottom:2.9375rem;top:auto;overflow-y:auto;max-height:9rem}html:not(.honeywell-dark-theme) .ui.pagination .goto-selector .ui.selection.dropdown .visible.menu .item:not(:last-child){border-bottom:1px solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.pagination .hide{display:none!important}html:not(.honeywell-dark-theme) .ui.pagination .page-btn{background:#fff;cursor:pointer;text-align:center;height:2.5rem;width:2.5rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;text-transform:uppercase;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;border:.0625rem solid transparent}html:not(.honeywell-dark-theme) .ui.pagination .page-btn:not(.nav-btn):hover{border:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.pagination .ellipse.noSelection:hover{border:none!important;cursor:auto}html:not(.honeywell-dark-theme) .ui.pagination .active{border:.0625rem solid #1274b7!important}html:not(.honeywell-dark-theme) .ui.pagination .page-btn.disable{color:#b0b0b0!important;border:.0625rem solid transparent!important}html:not(.honeywell-dark-theme) .ui.pagination .page-btn.disable:hover{cursor:default}html:not(.honeywell-dark-theme) .ui.pagination.hide-nav .first-btn,html:not(.honeywell-dark-theme) .ui.pagination.hide-nav .item-btn:first-child{margin-left:.25rem}html:not(.honeywell-dark-theme) .ui.pagination.hide-nav .item-btn:last-child,html:not(.honeywell-dark-theme) .ui.pagination.hide-nav .last-btn{margin-right:.25rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.pagination .page-info{top:1.4rem}html:not(.honeywell-dark-theme) .ui.pagination .page-options{top:.25rem}}html:not(.honeywell-dark-theme) .popup-pointer{cursor:pointer}html:not(.honeywell-dark-theme) .ui.popup.menu{padding:0;border:0;width:250px}html:not(.honeywell-dark-theme) .ui.popup.menu .ui.vertical.menu{width:250px;position:relative;box-shadow:none!important}html:not(.honeywell-dark-theme) .ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem;font-size:1rem}html:not(.honeywell-dark-theme) .ui.progress:first-child{margin:0 0 2.5em}html:not(.honeywell-dark-theme) .ui.progress:last-child{margin:0 0 1.5em}html:not(.honeywell-dark-theme) .ui.progress .bar{height:1.75em;display:block;line-height:1;position:relative;width:0;min-width:2em;transition:width .1s ease,background-color .1s ease}html:not(.honeywell-dark-theme) .ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:hsla(0,0%,100%,.7);text-shadow:none;margin-top:-.5em}html:not(.honeywell-dark-theme) .ui.progress.small{font-size:.92857143rem}html:not(.honeywell-dark-theme) .ui.progress.small .bar{height:1em}html:not(.honeywell-dark-theme) .ui.progress.large{font-size:1.14285714rem}html:not(.honeywell-dark-theme) .ui.progress.large .bar{height:2.5em}html:not(.honeywell-dark-theme) .ui.progress.big{font-size:1.28571429rem}html:not(.honeywell-dark-theme) .ui.progress.big .bar{height:3.5em}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .bars-wrapper{width:100%;display:-webkit-flex;display:flex;background-color:#f0f0f0}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .chart-legend{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:.75rem}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .chart-legend .legend-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-left:1rem}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .chart-legend .legend-item .color-block{height:12px;width:12px;margin-right:.25rem;border:0;margin-top:.5rem;margin-bottom:.5rem}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .bar{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;min-width:3%}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .bar.zero{min-width:0}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .bar .progress-text.zero{display:none}html:not(.honeywell-dark-theme) .scuf-progress-wrapper .progress-text{font-weight:700}html:not(.honeywell-dark-theme) .scuf-progress-wrapper .ui.progress .bar .progress{font-weight:400!important}html:not(.honeywell-dark-theme) .scuf-progress-wrapper .progress-text,html:not(.honeywell-dark-theme) .scuf-progress-wrapper .ui.progress .bar .progress{left:0;text-align:center;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#fff;font-size:.75rem}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.xlarge html:not(.honeywell-dark-theme) .scuf-progress-wrapper.zero .ui.progress .bar{min-width:0}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.xlarge html:not(.honeywell-dark-theme) .scuf-progress-wrapper.zero .ui.progress .bar .progress{color:#303030}html:not(.honeywell-dark-theme) .scuf-progress-wrapper .ui.progress{border-radius:0;background-color:#f0f0f0;overflow-x:hidden}html:not(.honeywell-dark-theme) .scuf-progress-wrapper .ui.progress .bar{background-color:#1274b7;border-radius:0}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.xxsmall .bar{height:.25rem!important}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.xsmall .bar{height:.5rem!important}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.small .bar{height:.75rem!important}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.medium .bar{height:1rem!important}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.large .bar{height:1.5rem!important}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.xlarge .bar{height:2rem!important}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.indeterminate .bar{-webkit-animation:indeterminate-bar 1.6s infinite;animation:indeterminate-bar 1.6s infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.indeterminate .bar .progress{visibility:hidden}@keyframes indeterminate-bar{0%{left:-25%}to{left:100%}}@-webkit-keyframes indeterminate-bar{0%{left:-25%}to{left:100%}}html:not(.honeywell-dark-theme) .scuf-circular-wrapper{position:relative}html:not(.honeywell-dark-theme) .scuf-circular-wrapper .progress-title{position:absolute;width:100%;text-align:center;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;fill:#303030;line-height:1;top:45%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}html:not(.honeywell-dark-theme) .scuf-circular-wrapper.xsmall{width:1rem}html:not(.honeywell-dark-theme) .scuf-circular-wrapper.small{width:2rem}html:not(.honeywell-dark-theme) .scuf-circular-wrapper.medium{width:3rem}html:not(.honeywell-dark-theme) .scuf-circular-wrapper.medium .progress-title{font-size:.6rem}html:not(.honeywell-dark-theme) .scuf-circular-wrapper.large{width:4rem}html:not(.honeywell-dark-theme) .scuf-circular-wrapper.large .progress-title{font-size:.8rem}html:not(.honeywell-dark-theme) .scuf-circular-wrapper.xlarge{width:6rem}html:not(.honeywell-dark-theme) .scuf-circular-wrapper.xlarge .progress-title{font-size:1.2rem}html:not(.honeywell-dark-theme) .scuf-circular-wrapper .definite{margin:auto;position:relative;overflow:visible!important}html:not(.honeywell-dark-theme) .scuf-circular-wrapper .definite .rc-progress-circle-path{stroke:#1274b7;stroke-width:.25rem!important;transition:stroke-dashoffset .5s ease 0s}html:not(.honeywell-dark-theme) .scuf-circular-wrapper .definite .rc-progress-circle-trail{stroke:#f0f0f0!important;stroke-width:.25rem!important}html:not(.honeywell-dark-theme) .scuf-circular-wrapper .indefinite{-webkit-animation:spin 2s linear infinite;animation:spin 1s linear infinite;overflow:visible!important}html:not(.honeywell-dark-theme) .scuf-circular-wrapper .indefinite .rc-progress-circle-path{stroke:#1274b7;stroke-width:.25rem!important;transition:stroke-dashoffset .5s ease 0s}html:not(.honeywell-dark-theme) .scuf-circular-wrapper .indefinite .rc-progress-circle-trail{stroke:#f0f0f0!important;stroke-width:.25rem!important}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .definite .rc-progress-circle-path{transition:none!important}}html:not(.honeywell-dark-theme) .ui.radio.checkbox{min-height:1rem;margin:0 .75rem .75rem 0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030}html:not(.honeywell-dark-theme) .ui.radio.checkbox .box,html:not(.honeywell-dark-theme) .ui.radio.checkbox label{padding-left:1.5rem}html:not(.honeywell-dark-theme) .ui.radio.checkbox .box:before,html:not(.honeywell-dark-theme) .ui.radio.checkbox label:before{content:"";width:1rem;height:1rem;border-radius:1rem;top:1px;left:0;border:.0625rem solid #d0d0d0;background-color:#fff}html:not(.honeywell-dark-theme) .ui.radio.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.radio.checkbox label:after{border:none;content:""!important;line-height:1rem;top:1px;left:0;width:1rem;height:1rem;border-radius:1rem}html:not(.honeywell-dark-theme) .ui.radio.checkbox input:focus~.box:before,html:not(.honeywell-dark-theme) .ui.radio.checkbox input:focus~label:before{background-color:#fff;border:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.radio.checkbox input:focus~.box:after,html:not(.honeywell-dark-theme) .ui.radio.checkbox input:focus~label:after{background-color:#fff}html:not(.honeywell-dark-theme) .ui.radio.checkbox input:indeterminate~.box:after,html:not(.honeywell-dark-theme) .ui.radio.checkbox input:indeterminate~label:after{opacity:0}html:not(.honeywell-dark-theme) .ui.radio.checkbox.checked input~.box:before,html:not(.honeywell-dark-theme) .ui.radio.checkbox.checked input~label:before{background-color:#fff;border:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.radio.checkbox.checked input~.box:after,html:not(.honeywell-dark-theme) .ui.radio.checkbox.checked input~label:after{background-color:#1274b7;-webkit-transform:scale(.67);transform:scale(.67);opacity:1!important}html:not(.honeywell-dark-theme) .ui.radio.checkbox.checked input:focus~.box:before,html:not(.honeywell-dark-theme) .ui.radio.checkbox.checked input:focus~label:before{background-color:#fff}html:not(.honeywell-dark-theme) .ui.radio.checkbox.checked input:focus~.box:after,html:not(.honeywell-dark-theme) .ui.radio.checkbox.checked input:focus~label:after{background-color:#1274b7;opacity:1!important}html:not(.honeywell-dark-theme) .ui.radio.checkbox input~label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;line-height:1rem}html:not(.honeywell-dark-theme) .ui.checkbox input[disabled]~.box:after,html:not(.honeywell-dark-theme) .ui.checkbox input[disabled]~label,html:not(.honeywell-dark-theme) .ui.disabled.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.disabled.checkbox label{opacity:1;cursor:not-allowed!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060}html:not(.honeywell-dark-theme) .ui.disabled.radio.checkbox label:before{background-color:#f7f7f7;border:.0625rem solid #b0b0b0}html:not(.honeywell-dark-theme) .star-rating{display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline}@-webkit-keyframes pop{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pop{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}html:not(.honeywell-dark-theme) .star-rating .spacing{margin-left:.25rem}html:not(.honeywell-dark-theme) .star-rating .edit-mode svg{display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline}html:not(.honeywell-dark-theme) .star-rating .edit-mode svg:hover{transition:all .1s ease;-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.honeywell-dark-theme) .star-rating .stars-container{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-content:flex-end;align-content:flex-end;position:relative}html:not(.honeywell-dark-theme) .star-rating .stars-container .icon-wrapper{position:absolute;top:0}html:not(.honeywell-dark-theme) .star-rating .stars-container .icon-wrapper .icon{cursor:default;display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline;overflow:hidden;padding:0!important}html:not(.honeywell-dark-theme) .star-rating .stars-container .icon-wrapper .icon.edit-mode:hover{transition:all .1s ease;-webkit-transform:scale(1.2);transform:scale(1.2)}html:not(.honeywell-dark-theme) .star-rating .stars-container .icon-wrapper .icon.edit-mode.unfilled{opacity:0}html:not(.honeywell-dark-theme) .star-rating .stars-container .unfilled-icon-wrapper{cursor:default}html:not(.honeywell-dark-theme) .star-rating .stars-container .unfilled-icon-wrapper .icon{cursor:default;display:-webkit-flex;display:flex;-webkit-align-items:baseline;align-items:baseline;padding:0!important}html:not(.honeywell-dark-theme) .star-rating .stars-container .unfilled-icon-wrapper .icon.hide-unfilled{opacity:0}html:not(.honeywell-dark-theme) .star-rating .rating-value{line-height:normal}html:not(.honeywell-dark-theme) .star-rating .rating-value.pop{-webkit-animation:pop .5s forwards;animation:pop .5s forwards}html:not(.honeywell-dark-theme) .ui.search-wrap{position:relative;display:inline-block}html:not(.honeywell-dark-theme) .ui.search-wrap.error .ui.search.ui-search+.search-icon{border-left:.0625rem solid #be271c}html:not(.honeywell-dark-theme) .ui.search-wrap.disabled .ui.search.ui-search+.search-icon{background-color:#b0b0b0!important;cursor:not-allowed!important}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.focus.search.ui-search+.search-icon{color:#fff!important;background:#1274b7}html:not(.honeywell-dark-theme) .ui.search-wrap .search-icon{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:2.375rem;color:#fff;position:absolute;right:0;top:0;background:#d0d0d0;opacity:1;padding:.5rem .75rem;transition:background .15s ease-in;cursor:pointer}html:not(.honeywell-dark-theme) .ui.search-wrap .search-icon:hover{background-color:#10659f!important}html:not(.honeywell-dark-theme) .ui.search-wrap .search-icon:active{background-color:#1274b7!important}html:not(.honeywell-dark-theme) .ui.search-wrap.disabled{background:#f7f7f7}html:not(.honeywell-dark-theme) .ui.search-wrap.disabled .disabled{opacity:1;cursor:not-allowed!important}html:not(.honeywell-dark-theme) .ui.search-wrap.disabled .disabled input{cursor:not-allowed!important;background:#f7f7f7!important;color:silver!important}html:not(.honeywell-dark-theme) .ui.search-wrap.error .ui-search .input input.prompt{border:.0625rem solid #be271c!important}html:not(.honeywell-dark-theme) .ui.search-wrap .close-icon{position:absolute;right:2.75rem;top:.4375rem;z-index:2;color:#303030;transition:color .1s linear;cursor:pointer}html:not(.honeywell-dark-theme) .ui.search-wrap .close-icon:hover{color:#404040}html:not(.honeywell-dark-theme) .ui.search-wrap .close-icon.disabled,html:not(.honeywell-dark-theme) .ui.search-wrap .close-icon:active{color:#b0b0b0}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search{position:relative}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .ui.icon.input .search.icon{display:none}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;background:#fff;border:.0625rem solid #d0d0d0;border-radius:0;color:#303030;height:2.375rem;transition:border-color .15s ease-in;box-sizing:border-box;padding:.6875rem .4375rem;margin:0;text-shadow:none;padding-right:4rem!important}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt{line-height:.875rem!important}}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:focus{border-color:#1274b7;outline:none}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic;line-height:.875rem!important}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible{display:block;font-weight:400;left:0;background:#fff;margin-top:-.0625rem;border-radius:0;min-width:368px;border:.0625rem solid #d0d0d0;border-top-color:#1274b7;box-shadow:none;width:auto;top:2.375rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .message.empty .header{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .result{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;background:#fff;margin-left:0;border-left:none;padding:.5rem .75rem;box-sizing:border-box;border-bottom:none;border-radius:0;z-index:900}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .result .title{font-weight:400}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .result:hover{background:#f0f0f0}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .result .result-icon{font-size:.75rem;line-height:.75rem;position:relative;top:.125rem;margin-right:.5rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .category{border-bottom:.0625rem solid #d0d0d0;padding-bottom:.5rem;background:#fff}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .category .results{border-top:none}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .category .name{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#606060;text-transform:uppercase;display:block;width:100%;float:none;background:#fff;padding-top:.75rem;padding-bottom:.125rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .category:last-child{border-bottom:none;margin-bottom:none}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .ui.input{min-width:368px}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .ui.input.focus input,html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .ui.input input:focus{border-color:#1274b7}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.active.visible.category.focus.search.ui.search .ui.icon.input .search.icon,html:not(.honeywell-dark-theme) .ui.search-wrap .ui.active.visible.focus.search.ui.search .ui.icon.input .search.icon,html:not(.honeywell-dark-theme) .ui.search-wrap .ui.category.focus.search.ui.search .ui.icon.input .search.icon,html:not(.honeywell-dark-theme) .ui.search-wrap .ui.focus.search.ui.search .ui.icon.input .search.icon{background:#1274b7!important;border-radius:0!important}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.active.visible.category.focus.search.ui.search .ui.icon.input .search.icon:before,html:not(.honeywell-dark-theme) .ui.search-wrap .ui.active.visible.focus.search.ui.search .ui.icon.input .search.icon:before,html:not(.honeywell-dark-theme) .ui.search-wrap .ui.category.focus.search.ui.search .ui.icon.input .search.icon:before,html:not(.honeywell-dark-theme) .ui.search-wrap .ui.focus.search.ui.search .ui.icon.input .search.icon:before{color:#fff!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;display:inline-block;vertical-align:top;z-index:1;width:12rem;cursor:pointer}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.expanded{z-index:2}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.error .label{border:.0625rem solid #be271c}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.error .label:first-child{border-right:none}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.error .label:last-child{border-left:none}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.error input{border-color:#be271c;background-color:#fff}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.fluid{display:block;width:100%}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.disabled{cursor:not-allowed}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.disabled .ui.disabled.dropdown{opacity:1;background:#f7f7f7}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.disabled .ui.disabled.dropdown i.icon{color:#606060}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper p.error-message{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030;color:#be271c;font-weight:600;margin-top:.125rem}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;padding:.438rem .5rem .438rem .75rem;border:.0625rem solid #d0d0d0;max-height:2.5rem;border-radius:0;background:#fff;min-width:100%}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu .message,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu .message,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu .message{color:#606060}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.item:hover,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.item:hover,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.item:hover{background-color:#f0f0f0}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.disabled.item:hover,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.disabled.item:hover,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.disabled.item:hover{background-color:#fff!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon{float:right;color:#303030;height:1rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled>.default.text,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown>.default.text,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown>.default.text{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic;color:#606060!important;padding-right:.5rem}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.item,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.item,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;border:none;padding:.5rem .5rem .5rem .75rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.item i.icon,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.item i.icon,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.item i.icon{margin-right:0!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled .menu>.item .select-highlight,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown .menu>.item .select-highlight,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown .menu>.item .select-highlight{font-weight:700}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled>.label,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown>.label,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown>.label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;display:-webkit-inline-flex;display:inline-flex;word-break:break-all;line-height:.875rem;background:#f0f0f0;padding:.125rem .125rem .125rem .25rem;border-radius:0;position:relative;box-shadow:none;margin:0 .5rem .25rem 0}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled>.label:last-of-type,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown>.label:last-of-type,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown>.label:last-of-type{margin-right:0}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon.chevron,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon.chevron,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon.chevron{font-family:Honeywell-Icons!important;font-size:.5rem}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon.chevron:before,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon.chevron:before,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon.chevron:before{content:""!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon.delete,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon.delete,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon.delete{position:relative;font-family:Honeywell-Icons!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled i.icon.delete:before,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown i.icon.delete:before,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown i.icon.delete:before{content:""!important;color:#606060;font-size:.5rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled.error,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown.error,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown.error{border:.0625rem solid #be271c}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.disabled.fluid,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.multiple.selection.dropdown.fluid,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown.fluid{width:100%!important;max-width:100%!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown{max-width:100%}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.selection.dropdown>.text{max-width:calc(100% - 1rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0!important;padding-right:.5rem}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.no-chevron i.chevron.down.icon{display:none}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content i.chevron.down.icon{position:absolute;right:.5rem;top:.5rem}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.multiple.selection.dropdown{max-height:none!important;padding-bottom:.188rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content:not(.no-chevron)>.ui.multiple.selection.dropdown{padding-right:2rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper .ui.selection.dropdown:not(.search)>input.search{top:0;color:#303030!important;width:100%;margin:0;position:absolute;padding:.562rem 2rem .562rem .75rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper .ui.selection.dropdown.search input.search{color:#303030;line-height:1rem}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper .ui.selection.dropdown.multiple>input.search{position:relative;top:-.125rem;margin-left:0}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown{border:.0625rem solid #1274b7}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown .selected.item{background-color:#f0f0f0;word-break:break-all}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown .selected.item>.default.text{font-weight:400}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown .visible.menu.transition{display:inherit;background:#fff;border:.0625rem solid #1274b7;border-radius:0;margin-left:-.0625rem;width:calc(100% + .125rem)}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown .visible.menu.transition :last-child{margin-bottom:0!important}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown.error .visible.menu.transition{border:.0625rem solid #be271c}html:not(.honeywell-dark-theme) .ui.active.visible.selection.multiple.dropdown{border:1px solid #1274b7}html:not(.honeywell-dark-theme) .ui.active.visible.selection.multiple.dropdown .selected.item{background-color:transparent;background-color:initial}html:not(.honeywell-dark-theme) .ui.active.visible.selection.multiple.dropdown .selected.item>.default.text{font-weight:400}html:not(.honeywell-dark-theme) .ui.active.visible.selection.multiple.dropdown .visible.menu.transition{background:#fff;border:.0625rem solid #1274b7;border-radius:0;margin-left:-.0625rem;width:calc(100% + .125rem)}html:not(.honeywell-dark-theme) .ui.active.visible.selection.multiple.dropdown .visible.menu.transition :last-child{margin-bottom:0!important}html:not(.honeywell-dark-theme) .ui.dropdown>.text{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030}html:not(.honeywell-dark-theme) .ui.dropdown.error,html:not(.honeywell-dark-theme) .ui.dropdown.error>.default.text,html:not(.honeywell-dark-theme) .ui.dropdown.error>.text{color:#303030!important}html:not(.honeywell-dark-theme) .ui.selection.visible.dropdown>.text:not(.default){font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown.multiple i.icon.down,html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown i.icon.down{font-family:Honeywell-Icons!important;font-size:.5rem}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown.multiple i.icon.down:before,html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown i.icon.down:before{content:""!important;color:#303030}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple{max-height:none!important;padding-bottom:.188rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple.search,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.search{padding-bottom:.1rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple.disabled,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.disabled{max-height:none!important;padding-bottom:.188rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple.disabled.search,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.multiple.disabled .selection,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.disabled.search,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.disabled .selection{padding-bottom:.1rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.multiple.disabled>div.default.text{max-width:calc(100% - 1rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.search.selection>.text.filtered,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.search.selection>.text.filtered{margin-bottom:1.2rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.selection,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.multiple.selection{padding-bottom:.438rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.selection.search,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper>.ui.dropdown.multiple.selection.search{padding-bottom:.1rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.disabled.multiple:not(.search),html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.disabled.multiple:not(.search){padding-bottom:.438rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.disabled.multiple:not(.search)>.text.default,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.disabled.multiple:not(.search)>.text.default{margin:0}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.disabled>.default.text,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content.disabled>.ui.dropdown.disabled>.default.text{line-height:1.5rem}html:not(.honeywell-dark-theme) .sidebar-layout>.content{-webkit-flex:1 1 auto;flex:1 1 auto}html:not(.honeywell-dark-theme) .sidebar-layout{overflow-x:hidden}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar{width:14.25rem;-webkit-flex-shrink:0;flex-shrink:0;transition:width .3s ease-in;background:#fff;color:#303030;overflow-x:hidden;z-index:2;border-right:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.vertical.menu{height:100%}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.vertical.menu .item:before{display:none}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu{width:14.25rem;background:transparent}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;color:#303030;font-size:.875rem;line-height:1.375rem;font-weight:400;text-transform:capitalize;border-left:.25rem solid transparent;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:.75rem 1rem;transition:color .1s ease-in,background-color .1s ease-in}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item .badged-icon .badge{visibility:hidden}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item .sidebar-icon{margin-right:1rem}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item>.sidebar-label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;color:#303030;font-size:.875rem;line-height:1.375rem;font-weight:400;opacity:1;-webkit-flex-grow:1;flex-grow:1;transition:opacity .3s ease-in}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item>.open-indicator{opacity:1;padding-left:.5rem;transition:opacity .3s ease-in}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item.active{border-color:#1792e5}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item.active .sidebar-label{font-weight:700}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item.active,html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item:hover{color:#303030;background:#e0e0e0}html:not(.honeywell-dark-theme) .sidebar-layout.collapse>.sidebar{width:3.5rem}html:not(.honeywell-dark-theme) .sidebar-layout.collapse>.sidebar .ui.menu .item .open-indicator,html:not(.honeywell-dark-theme) .sidebar-layout.collapse>.sidebar .ui.menu .item .sidebar-label{opacity:0}html:not(.honeywell-dark-theme) .sidebar-layout.collapse>.sidebar .ui.menu .item .badged-icon .badge{visibility:visible}html:not(.honeywell-dark-theme) .sidebar-layout.collapse.compressed>.sidebar,html:not(.honeywell-dark-theme) .sidebar-layout.collapse.no-icons>.sidebar{width:0;-webkit-transform:translateX(-.0625rem);transform:translateX(-.0625rem)}html:not(.honeywell-dark-theme) .sidebar-layout.collapse.compressed>.sidebar .ui.menu .item .badge,html:not(.honeywell-dark-theme) .sidebar-layout.collapse.no-icons>.sidebar .ui.menu .item .badge{visibility:hidden}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .menu .submenu.open{background-color:#e0e0e0}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .menu .submenu.open>.ui.menu{display:block;background:#f7f7f7}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .menu .submenu>.ui.menu{display:none}html:not(.honeywell-dark-theme) .sidebar-layout{width:100%;display:-webkit-flex;display:flex;position:relative}html:not(.honeywell-dark-theme) .sidebar-layout.compressed{overflow:hidden}html:not(.honeywell-dark-theme) .sidebar-layout.compressed>.content{position:relative;min-width:100vw;z-index:1;left:0}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle{position:relative;height:.875rem;width:.875rem;margin-top:0;border:none;background-color:#303030;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:-1px;height:1rem;width:1rem}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle .slider-handle-tooltip{display:none;position:absolute;left:50%;top:-.25rem;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030;font-weight:700;color:#fff;padding:.125rem .5rem;background-color:#303030;-webkit-transform:scale(.75) translate(-66%,-1.8rem);transform:scale(.75) translate(-66%,-1.8rem)}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle .slider-handle-tooltip:before{content:"";border-left:5px solid transparent;border-top:5px solid #303030;border-right:5px solid transparent;left:50%;bottom:0;position:absolute;-webkit-transform:translate(-50%,75%);transform:translate(-50%,75%)}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle:hover{-webkit-transform:scale(1.25) translate(-50%,-40%);transform:scale(1.25) translate(-50%,-40%);-webkit-transform-origin:center;transform-origin:center}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle:hover .slider-handle-tooltip{display:block}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle:focus{box-shadow:unset}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle:nth-of-type(odd){-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle:nth-of-type(odd):hover{-webkit-transform:scale(1.25) translate(-100%,-40%);transform:scale(1.25) translate(-100%,-40%);-webkit-transform-origin:center;transform-origin:center}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider{position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:-webkit-min-content;width:min-content}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .from-input{margin-right:1rem}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider{width:296px;height:3px;padding:0;display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider .rc-slider-rail{background-color:#d0d0d0;height:3px}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider .rc-slider-track{background-color:#303030;height:3px}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider .rc-slider-step .rc-slider-dot{height:3px;width:3px;margin-left:0;background-color:#303030;border:none;bottom:1px}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider .rc-slider-step .rc-slider-dot:last-child{-webkit-transform:translateX(-3px);transform:translateX(-3px)}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider:active .rc-slider-handle,html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider:active .rc-slider-track,html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider:active .slider-handle-tooltip{background-color:#1274b7}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider:active .rc-slider-handle{-webkit-transform:scale(1.25) translate(-50%,-40%);transform:scale(1.25) translate(-50%,-40%)}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider:active .rc-slider-handle:nth-of-type(odd){-webkit-transform:scale(1.25) translate(-100%,-40%);transform:scale(1.25) translate(-100%,-40%)}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider:active .slider-handle-tooltip{display:block}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider:active .slider-handle-tooltip:before{border-top-color:#1274b7}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-handle,html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-rail,html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-step .rc-slider-dot,html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-track{background-color:#b0b0b0}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-handle:hover{-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .rc-slider-handle:nth-of-type(odd){-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled .slider-handle-tooltip{display:none}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider.rc-slider-disabled:active .rc-slider-handle{-webkit-transform:scale(1) translateY(-50%) translateX(-50%);transform:scale(1) translateY(-50%) translateX(-50%)}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .input-label{margin-right:1rem}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .ui.single-input .input-wrap .input-box{width:2.75rem}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .ui.single-input .input-wrap input[type=number]::-webkit-inner-spin-button,html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .ui.single-input .input-wrap input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .max-value{margin:0 .5rem 0 1rem}html:not(.honeywell-dark-theme) .ui.slider-wrap.fluid,html:not(.honeywell-dark-theme) .ui.slider-wrap.fluid .ui.slider,html:not(.honeywell-dark-theme) .ui.slider-wrap.fluid .ui.slider .rc-slider{width:100%}html:not(.honeywell-dark-theme) .ui.statistic .red{color:#ee3124!important}html:not(.honeywell-dark-theme) .ui.statistic .orange{color:#f37021!important}html:not(.honeywell-dark-theme) .ui.statistic .yellow{color:#ffc627!important}html:not(.honeywell-dark-theme) .ui.statistic .green{color:#7eb338!important}html:not(.honeywell-dark-theme) .ui.statistic .blue{color:#1792e5!important}html:not(.honeywell-dark-theme) .ui.statistic .purple{color:#9b59b6!important}html:not(.honeywell-dark-theme) .ui.statistic .grey{color:#707070!important}html:not(.honeywell-dark-theme) .ui.statistic .black{color:#303030!important}html:not(.honeywell-dark-theme) .ui.statistic .white{color:#f7f7f7!important}html:not(.honeywell-dark-theme) .ui.statistic{margin:0!important;padding:1rem 2.5rem 0;vertical-align:bottom}html:not(.honeywell-dark-theme) .ui.statistic.fluid{padding-left:1rem;padding-right:1rem;width:100%}html:not(.honeywell-dark-theme) .ui.statistic+.ui.statistic{padding-left:0}html:not(.honeywell-dark-theme) .ui.statistic>.value.vertically{display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .ui.statistic>.value.vertically .vertically{display:left}html:not(.honeywell-dark-theme) .ui.statistic>.value.vertically .vertically.value{line-height:2.5rem}html:not(.honeywell-dark-theme) .ui.statistic>.value{text-align:center;-webkit-align-items:center;align-items:center;margin:0;padding:.25rem 0 .125rem}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon{color:#b0b0b0;padding:0!important;margin:0!important}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon.tiny{font-size:.75rem!important;width:.75rem!important;height:.75rem!important}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon.small{font-size:1.5rem!important;width:1.5rem!important;height:1.5rem!important}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon.huge{font-size:2.5rem!important;width:2.5rem!important;height:2.5rem!important}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon:before{top:0}html:not(.honeywell-dark-theme) .ui.statistic>.value .uom{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:400;font-size:1rem;margin-left:.125rem;color:#303030}html:not(.honeywell-dark-theme) .ui.statistic>.value .value{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:800;text-transform:none;color:#303030}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon+.value:not(.vertically){margin-top:.25rem}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon+.value.vertically{margin-left:.25rem}html:not(.honeywell-dark-theme) .ui.statistic>.value .value:not(.vertically)+.h-icon{margin-top:.25rem}html:not(.honeywell-dark-theme) .ui.statistic>.value .value.vertically+.h-icon{margin-left:.25rem}html:not(.honeywell-dark-theme) .ui.statistic>.value .roundedIcon{border-radius:2.5rem;overflow:hidden}html:not(.honeywell-dark-theme) .ui.tiny.statistic>.value{font-size:.75rem!important}html:not(.honeywell-dark-theme) .ui.small.statistic>.value{font-size:1rem!important}html:not(.honeywell-dark-theme) .ui.huge.statistic>.value{font-size:1.5rem!important}html:not(.honeywell-dark-theme) .ui.statistic>.label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:600;text-transform:none;text-align:center;font-size:.75rem;color:#404040}html:not(.honeywell-dark-theme) .ui.statistic>.label .indicator{margin-right:.125rem}html:not(.honeywell-dark-theme) .ui.statistic>.label .up-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}html:not(.honeywell-dark-theme) .ui.statistic>.label.title{font-size:.875rem}html:not(.honeywell-dark-theme) .steps.ui{border:0;background:#fff;border-radius:0}html:not(.honeywell-dark-theme) .steps.ui .link.item,html:not(.honeywell-dark-theme) .steps.ui a.item{background:#fff;padding:1rem!important;border-top:.0625rem solid #d0d0d0;border-bottom:.0625rem solid #d0d0d0;border-left:.0625rem solid #d0d0d0;border-right:0!important;height:96px;color:#303030!important}html:not(.honeywell-dark-theme) .steps.ui .link.item .h-icon,html:not(.honeywell-dark-theme) .steps.ui a.item .h-icon{padding-right:1rem!important;margin:initial}html:not(.honeywell-dark-theme) .steps.ui .link.item:before,html:not(.honeywell-dark-theme) .steps.ui a.item:before{color:#303030!important}html:not(.honeywell-dark-theme) .steps.ui .link.item:after,html:not(.honeywell-dark-theme) .steps.ui a.item:after{background:#fff;border-color:#d0d0d0}html:not(.honeywell-dark-theme) .steps.ui .link.item .description,html:not(.honeywell-dark-theme) .steps.ui .link.item .title,html:not(.honeywell-dark-theme) .steps.ui a.item .description,html:not(.honeywell-dark-theme) .steps.ui a.item .title{color:#303030}html:not(.honeywell-dark-theme) .steps.ui .link.item:hover,html:not(.honeywell-dark-theme) .steps.ui .link.item:hover:after,html:not(.honeywell-dark-theme) .steps.ui a.item:hover,html:not(.honeywell-dark-theme) .steps.ui a.item:hover:after{background:#f0f0f0!important}html:not(.honeywell-dark-theme) .steps.ui .link.item .content,html:not(.honeywell-dark-theme) .steps.ui a.item .content{background:transparent!important}html:not(.honeywell-dark-theme) .steps.ui .link.item:last-child,html:not(.honeywell-dark-theme) .steps.ui a.item:last-child{border-radius:0;border-right:.0625rem solid #d0d0d0!important}html:not(.honeywell-dark-theme) .steps.ui .link.item:first-child,html:not(.honeywell-dark-theme) .steps.ui a.item:first-child{border-radius:0}html:not(.honeywell-dark-theme) .steps.ui .link.item.step.disabled,html:not(.honeywell-dark-theme) .steps.ui .link.item.step.disabled .content,html:not(.honeywell-dark-theme) .steps.ui .link.item.step.disabled .description,html:not(.honeywell-dark-theme) .steps.ui .link.item.step.disabled .title,html:not(.honeywell-dark-theme) .steps.ui .link.item.step.disabled:before,html:not(.honeywell-dark-theme) .steps.ui a.item.step.disabled,html:not(.honeywell-dark-theme) .steps.ui a.item.step.disabled .content,html:not(.honeywell-dark-theme) .steps.ui a.item.step.disabled .description,html:not(.honeywell-dark-theme) .steps.ui a.item.step.disabled .title,html:not(.honeywell-dark-theme) .steps.ui a.item.step.disabled:before{color:#a0a0a0!important}html:not(.honeywell-dark-theme) .steps.ui a.item.step.completed:before{font-family:Honeywell-Icons!important;content:"";font-size:1.5rem;font-weight:400;color:#7eb338!important;margin-right:.75rem;position:relative;top:-2px}html:not(.honeywell-dark-theme) .steps.ui .link.item.step.active,html:not(.honeywell-dark-theme) .steps.ui .link.item.step.active:after,html:not(.honeywell-dark-theme) .steps.ui a.item.step.active,html:not(.honeywell-dark-theme) .steps.ui a.item.step.active:after{background:#f0f0f0!important}html:not(.honeywell-dark-theme) .steps.ui .link.item.step.active .content,html:not(.honeywell-dark-theme) .steps.ui a.item.step.active .content{background:transparent!important}html:not(.honeywell-dark-theme) .steps.ui.vertical .link.item,html:not(.honeywell-dark-theme) .steps.ui.vertical a.item{border-right:.0625rem solid #d0d0d0!important;border-left:.0625rem solid #d0d0d0;border-bottom:0}html:not(.honeywell-dark-theme) .steps.ui.vertical .link.item:hover,html:not(.honeywell-dark-theme) .steps.ui.vertical a.item:hover{background:#f0f0f0!important}html:not(.honeywell-dark-theme) .steps.ui.vertical .item:last-child{border-bottom:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .h-icon.common{display:inline-block;vertical-align:middle;margin:none;font-family:Honeywell-Icons!important;font-size:1rem;speak:none;font-style:normal!important;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-transform:none!important;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu{background-color:transparent;border-bottom:none}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;margin-right:1rem;padding:.5rem 0 .25rem;min-width:4rem;max-width:20rem;border-bottom:.125rem solid transparent;margin-bottom:0;display:block;box-sizing:content-box;text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .item:after{content:attr(title);position:relative;display:block;height:0;color:transparent;visibility:hidden;top:auto;left:auto;-webkit-transform:none;transform:none;background:none;margin:0;border:none;overflow:hidden;width:auto;transition:none}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .active.item,html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .item:hover,html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .link.item:hover{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .active.item{border-bottom:.125rem solid #1274b7}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .disabled.item{color:#a0a0a0}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .disabled.item:hover{color:#a0a0a0;cursor:not-allowed}html:not(.honeywell-dark-theme) .ui.label.badge.inTab.circle-padding{padding:0!important}html:not(.honeywell-dark-theme) .ui.sortable.table thead th{border:none}html:not(.honeywell-dark-theme) .ui.sortable,html:not(.honeywell-dark-theme) .ui.table{border:.0625rem solid #d0d0d0;border-radius:0}html:not(.honeywell-dark-theme) .ui.sortable thead th,html:not(.honeywell-dark-theme) .ui.table thead th{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#606060;background-color:#fff;padding:.75rem 1.5rem .75rem 1rem;text-transform:uppercase;border-bottom:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.sortable thead th.right,html:not(.honeywell-dark-theme) .ui.table thead th.right{padding:.75rem 1rem .75rem 1.5rem}html:not(.honeywell-dark-theme) .ui.sortable tfoot th,html:not(.honeywell-dark-theme) .ui.table tfoot th{background-color:#fff}html:not(.honeywell-dark-theme) .ui.sortable tr td,html:not(.honeywell-dark-theme) .ui.table tr td{border:none;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;vertical-align:top;padding:.75rem 1.5rem .75rem 1rem}html:not(.honeywell-dark-theme) .ui.sortable tr td i,html:not(.honeywell-dark-theme) .ui.table tr td i{position:relative;top:-.125rem}html:not(.honeywell-dark-theme) .ui.sortable tr td .checkbox,html:not(.honeywell-dark-theme) .ui.table tr td .checkbox{margin-right:.5rem;margin-bottom:0}html:not(.honeywell-dark-theme) .ui.sortable tr td.right,html:not(.honeywell-dark-theme) .ui.table tr td.right{padding:.75rem 1rem .75rem 1.5rem}html:not(.honeywell-dark-theme) .ui.sortable tr td .badge,html:not(.honeywell-dark-theme) .ui.table tr td .badge{margin-bottom:.125rem!important;margin-left:-.75rem;margin-right:.25rem}html:not(.honeywell-dark-theme) .ui.sortable tr a,html:not(.honeywell-dark-theme) .ui.table tr a{cursor:pointer;color:#1274b7}html:not(.honeywell-dark-theme) .ui.striped.table,html:not(.honeywell-dark-theme) .ui.striped.table tbody tr{background-color:#fff}html:not(.honeywell-dark-theme) .ui.striped.table>tr:nth-child(2n),html:not(.honeywell-dark-theme) .ui.striped.table tbody tr:nth-child(2n){background-color:#f7f7f7}html:not(.honeywell-dark-theme) .ui.sortable.table thead th.sorted,html:not(.honeywell-dark-theme) .ui.sortable.table thead th:hover{background-color:#f0f0f0!important}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;display:inline-block;vertical-align:top}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;min-height:6.875rem;min-width:368px;border:.0625rem solid #d0d0d0;border-radius:0;padding:.6875rem .4375rem;display:block;background-color:#fff;cursor:auto!important}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:focus{border-color:#1274b7;border-radius:0;box-shadow:none;outline:0}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:disabled{background-color:#f7f7f7;color:silver!important;overflow:hidden}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper.error textarea{border:.0625rem solid #be271c}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper ::-webkit-scrollbar{width:.5rem}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper ::-webkit-scrollbar-thumb{border-radius:0;background-color:#404040}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper.fluid{display:block}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper.fluid textarea{width:100%}html:not(.honeywell-dark-theme) .ui.tooltip{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;color:#303030;color:#fff;border:none;cursor:default;padding:.5rem;transition:stroke .15s;text-align:left;box-shadow:0 12px 24px 0 rgba(0,0,0,.1);stroke-width:0;border-radius:0;pointer-events:none;background-color:#303030}html:not(.honeywell-dark-theme) .ui.tooltip:before{border:none!important;box-shadow:0 12px 24px 0 rgba(0,0,0,.1)!important;background:#303030!important}html:not(.honeywell-dark-theme) .tree-content{overflow:auto}html:not(.honeywell-dark-theme) .tree-content .mouse-pointer{cursor:pointer!important;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start!important;justify-content:flex-start!important;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .tree-content .tree-item .content{display:-webkit-flex;display:flex;font-size:.75rem;-webkit-flex-direction:row;flex-direction:row}html:not(.honeywell-dark-theme) .tree-content .tree-item .content:hover{background:#d0e9f9}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .left-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .left-content .h-icon,html:not(.honeywell-dark-theme) .tree-content .tree-item .content .left-content .indent{padding:.5rem 0;margin-left:1rem}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .left-content .title{width:100%;-webkit-justify-content:end;justify-content:end;padding:.5rem 0}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .right-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:.5rem 1rem .5rem 0}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .right-content .h-icon{margin:initial!important}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .h-icon{margin:initial;font-size:.75rem;width:1.5rem;margin-right:.5rem}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .item-image{width:1.5rem;height:1.5rem;background-position:50%;background-size:cover;background-repeat:no-repeat;text-transform:uppercase;margin-right:.5rem}html:not(.honeywell-dark-theme) .tree-content .tree-item .content.active{background:#d0e9f9;color:#303030}html:not(.honeywell-dark-theme) .tree-content .tree-item .content.active .h-icon.caret-up{color:#303030}html:not(.honeywell-dark-theme) .tree-content .tree-item .has-children .h-icon,html:not(.honeywell-dark-theme) .tree-content .tree-item .has-children .indent{padding:0!important;margin-left:0!important}html:not(.honeywell-dark-theme) .tree-content .tree-item .has-children .left-content{padding:0}html:not(.honeywell-dark-theme) .tree-content .tree-item .has-children .caret{padding:.5rem 0 .5rem 1rem}html:not(.honeywell-dark-theme) .tree-content .tree-item .has-children .title{padding:.5rem 0}html:not(.honeywell-dark-theme) .tree-content .tree-item .custom-renderer{padding:.5rem 1rem .5rem 0}html:not(.honeywell-dark-theme) .tree-content .tree-item .child-open{min-width:-webkit-max-content;min-width:max-content}html:not(.honeywell-dark-theme) .tree-content .tree-item .child-open .left-content .indent{padding-left:1rem;margin-left:0!important}html:not(.honeywell-dark-theme) .tree-content .tree-item .child-open .left-content .h-icon{margin-left:0!important}html:not(.honeywell-dark-theme) .tree-content .tree-item .child-open .has-children .left-content{padding:0!important}html:not(.honeywell-dark-theme) .tree-content .tree-item .child-open .has-children .caret{padding-left:0}html:not(.honeywell-dark-theme) .tree-content .tree-item .child-open .has-children .title{padding:.5rem 0}html:not(.honeywell-dark-theme) .tree-content .tree-item .child-close{display:none}html:not(.honeywell-dark-theme) .tree-content .tree-item .item-loader{position:relative;display:-webkit-inline-flex;display:inline-flex;top:1rem;height:2rem}html:not(.honeywell-dark-theme) .tree-content .tree-item .item-loader .ui.loader-wrap{position:relative}html:not(.honeywell-dark-theme) .tree-content .tree-item .item-loader .ui.loader-wrap .loader,html:not(.honeywell-dark-theme) .tree-content .tree-item .item-loader .ui.loader-wrap .loader:after,html:not(.honeywell-dark-theme) .tree-content .tree-item .item-loader .ui.loader-wrap .loader:before{width:1.5rem!important;height:1.5rem!important}html:not(.honeywell-dark-theme) .ui.tree.nav-tree{border:.0625rem solid #d0d0d0;background:#fff}html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content{position:relative}html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content:hover{background:#e0e0e0!important}html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content.expanded,html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content.expanded~.child-open{background:#f7f7f7}html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content.expanded .has-children,html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content.expanded .has-children~.child-open,html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content.expanded~.child-open .has-children,html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content.expanded~.child-open .has-children~.child-open{background:#fff}html:not(.honeywell-dark-theme) .ui.tree.nav-tree .tree-item .content.active{background:#e0e0e0;border-left:.125rem solid #1792e5}html:not(.honeywell-dark-theme) .tree-header{padding:1rem;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;border-bottom:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .tree-header .header-actions{display:-webkit-flex;display:flex}html:not(.honeywell-dark-theme) .tree-header .header-actions>*{padding:0 .75rem}html:not(.honeywell-dark-theme) .tree-header .header-actions>:first-child{padding-left:.5rem}html:not(.honeywell-dark-theme) .tree-header .header-actions>:last-child{padding-right:0}html:not(.honeywell-dark-theme) .ui.tree{background-color:#fff;width:456px}html:not(.honeywell-dark-theme) .ui.tree .left-content>.indent{width:2.25rem;width:2rem}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu{border-radius:0;box-shadow:0 1px 2px rgba(0,0,0,.1);border:none;max-width:17rem;background-color:#fff}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;max-height:3rem;padding:.5rem 0;border-radius:0!important}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item:before,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item:before{background:#d0d0d0;top:-1px}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item .item-icon,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item .item-icon{color:#303030;margin:0 0 0 .75rem;display:inline-block;position:relative}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item .content-wrap,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item .content-wrap{display:inline-block;padding:0 .75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item .item-icon+.content-wrap,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item .item-icon+.content-wrap{padding-left:.5rem!important}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item:not(.disabled).active,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item:not(.disabled):hover,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item:not(.disabled).active,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item:not(.disabled):hover{background:#f0f0f0!important;border-radius:0!important;color:#303030}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item.disabled,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.disabled{color:#a0a0a0!important;background-color:#fff!important;background:#fff!important;cursor:not-allowed}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item.disabled .content-wrap,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.disabled .content-wrap{color:#a0a0a0}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item.disabled .item-icon,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.disabled .item-icon{color:#b0b0b0}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item.active>.item-icon,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.active>.item-icon{color:#a0a0a0}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item.has-shortcut .content-wrap,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.has-shortcut .content-wrap{display:inline-block;width:50%}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item.has-shortcut .shortcut-wrap,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.has-shortcut .shortcut-wrap{color:#303030;display:inline-block;width:50%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:.75rem;text-align:right;padding-right:.75rem}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item.has-shortcut.disabled .shortcut-wrap,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item.has-shortcut.disabled .shortcut-wrap{color:#a0a0a0}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu{-webkit-align-items:center!important;align-items:center!important;position:relative!important;max-height:3rem!important;padding:.5rem 0!important}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon{position:absolute;right:.75rem;font-family:Honeywell-Icons!important}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon:before,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon:before{content:""!important}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right{min-width:12rem;top:-1px!important;border-radius:0!important;background-color:#fff}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right>.item,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right>.item{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#303030!important;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;max-height:3rem;padding:.5rem 0!important;border-radius:0!important}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:before,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:before{visibility:visible;display:block;background:#d0d0d0;position:absolute;content:"";top:-1px;left:0;width:100%;height:1px}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:not(.disabled).active,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:not(.disabled):hover,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:not(.disabled).active,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .menu.right .item:not(.disabled):hover{background:#f0f0f0!important;border-radius:0!important;color:#303030}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .header,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .header{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#606060;line-height:1em;padding:.75rem .75rem .25rem;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu{width:100%!important;border-bottom:1px solid #d0d0d0;position:relative;padding-bottom:.25rem;box-shadow:none}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu:not(:last-child){margin-bottom:.25rem}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.item+.ui.menu.vertical-menu:before{visibility:visible;display:block;background:#d0d0d0;position:absolute;content:"";top:-1px;left:0;width:100%;height:1px}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .ui.menu.vertical-menu>.ui.menu.vertical-menu+.item:before{visibility:hidden}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu.pointing>.item.active:after,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu.pointing>.ui.menu.vertical-menu>.item.active:after{box-shadow:1px 1px 2px 0 rgba(0,0,0,.1);background:#f0f0f0;border:none;width:.75rem;height:.75rem;-webkit-transform:translateX(50%) translateY(-50%) rotate(-45deg);transform:translateX(50%) translateY(-50%) rotate(-45deg);margin:0!important}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu.pointing>.item.active:hover:after,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu.pointing>.ui.menu.vertical-menu>.item.active:hover:after{background:#f0f0f0}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu{-webkit-justify-content:flex-start;justify-content:flex-start}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon{position:absolute;right:1rem;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%;top:0}}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:url(../../static/media/open-sans-v15-latin-300.76b56857.eot);src:local("Open Sans Light"),local("OpenSans-Light"),url(../../static/media/open-sans-v15-latin-300.76b56857.eot?#iefix) format("embedded-opentype"),url(../../static/media/open-sans-v15-latin-300.60c86674.woff2) format("woff2"),url(../../static/media/open-sans-v15-latin-300.521d17bc.woff) format("woff"),url(../../static/media/open-sans-v15-latin-300.177cc92d.ttf) format("truetype"),url(../../static/media/open-sans-v15-latin-300.27ef0b06.svg#OpenSans) format("svg")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:url(../../static/media/open-sans-v15-latin-regular.9dce7f01.eot);src:local("Open Sans Regular"),local("OpenSans-Regular"),url(../../static/media/open-sans-v15-latin-regular.9dce7f01.eot?#iefix) format("embedded-opentype"),url(../../static/media/open-sans-v15-latin-regular.cffb686d.woff2) format("woff2"),url(../../static/media/open-sans-v15-latin-regular.bf2d0783.woff) format("woff"),url(../../static/media/open-sans-v15-latin-regular.c045b73d.ttf) format("truetype"),url(../../static/media/open-sans-v15-latin-regular.7aab4c13.svg#OpenSans) format("svg")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:url(../../static/media/open-sans-v15-latin-700.148a6749.eot);src:local("Open Sans Bold"),local("OpenSans-Bold"),url(../../static/media/open-sans-v15-latin-700.148a6749.eot?#iefix) format("embedded-opentype"),url(../../static/media/open-sans-v15-latin-700.d08c09f2.woff2) format("woff2"),url(../../static/media/open-sans-v15-latin-700.623e3205.woff) format("woff"),url(../../static/media/open-sans-v15-latin-700.7e08cc65.ttf) format("truetype"),url(../../static/media/open-sans-v15-latin-700.2e00b263.svg#OpenSans) format("svg")}*{box-sizing:border-box}body .p-component{font-family:Open Sans,Helvetica Neue,sans-serif;font-size:14px;text-decoration:none}body a{color:#007ad9;text-decoration:none}body a:hover{color:#116fbf}body a:active{color:#005b9f}body .p-component:disabled,body .p-disabled{opacity:.5;filter:alpha(opacity=50)}body .pi{font-size:1.25em}body .p-link{font-size:14px;font-family:Open Sans,Helvetica Neue,sans-serif;border-radius:3px}body .p-link:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-inputtext{font-size:14px;color:#333;background:#fff;padding:.429em;border:1px solid #a6a6a6;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none;border-radius:3px}body .p-inputtext:enabled:hover{border-color:#212121}body .p-inputtext:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;border-color:#007ad9}body .p-checkbox{display:inline-block;vertical-align:middle;margin:0;width:20px;height:20px}body .p-checkbox .p-checkbox-box{border:1px solid #a6a6a6;background-color:#fff;width:20px;height:20px;text-align:center;border-radius:3px;transition:background-color .2s,border-color .2s,box-shadow .2s}body .p-checkbox .p-checkbox-box:not(.p-disabled):hover{border-color:#212121}body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;border-color:#007ad9}body .p-checkbox .p-checkbox-box.p-highlight{border-color:#007ad9;background-color:#007ad9;color:#fff}body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover{border-color:#005b9f;background-color:#005b9f;color:#fff}body .p-checkbox .p-checkbox-box .p-checkbox-icon{overflow:hidden;position:relative;font-size:18px}body .p-checkbox-label{margin:0 0 0 .5em}body .p-radiobutton{display:inline-block;vertical-align:middle;margin:0;width:20px;height:20px}body .p-radiobutton .p-radiobutton-box{border:1px solid #a6a6a6;background-color:#fff;width:20px;height:20px;text-align:center;position:relative;transition:background-color .2s,border-color .2s,box-shadow .2s;border-radius:50%}body .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover{border-color:#212121}body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;border-color:#007ad9}body .p-radiobutton .p-radiobutton-box.p-highlight{border-color:#007ad9;background-color:#007ad9;color:#fff}body .p-radiobutton .p-radiobutton-box.p-highlight .p-radiobutton-icon{background-color:#fff}body .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover{border-color:#005b9f;background-color:#005b9f;color:#fff}body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{background:transparent;width:10px;height:10px;display:inline-block;position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px;transition:background-color .2s;border-radius:50%}body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before{display:none}body .p-radiobutton-label{margin:0 0 0 .5em}body .p-inputswitch{width:3em;height:1.75em}body .p-inputswitch .p-inputswitch-slider{transition:background-color .2s,box-shadow .2s;border-radius:30px;background:#ccc}body .p-inputswitch .p-inputswitch-slider:before{background-color:#fff;height:1.25em;width:1.25em;left:.25em;bottom:.25em;border-radius:50%;transition:.2s}body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{-webkit-transform:translateX(1.25em);transform:translateX(1.25em)}body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider{background-color:#b7b7b7}body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider{background-color:#007ad9}body .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider{background-color:#116fbf}body .p-autocomplete .p-autocomplete-input{padding:.429em}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container{padding:.2145em .429em}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover{border-color:#212121}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;border-color:#007ad9}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token{margin:0;padding:.2145em 0;color:#333}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token input{font-family:Open Sans,Helvetica Neue,sans-serif;font-size:14px;padding:0;margin:0}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token{font-size:14px;padding:.2145em .429em;margin:0 .286em 0 0;background:#007ad9;color:#fff;border-radius:3px}body .p-autocomplete-panel{padding:0;border:1px solid #c8c8c8;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}body .p-autocomplete-panel .p-autocomplete-items{padding:0}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item{margin:0;padding:.429em .857em;border:0;color:#333;background-color:transparent;transition:background-color .2s,box-shadow .2s;border-radius:0}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover{color:#333;background-color:#eaeaea}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight{color:#fff;background-color:#007ad9}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group{padding:.429em .857em;background-color:#d8dae2;color:#333}body .p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button{width:2.357em}body .p-fluid .p-autocomplete.p-autocomplete-dd .p-inputtext,body .p-fluid .p-autocomplete.p-autocomplete-multiple.p-autocomplete-dd .p-autocomplete-multiple-container{border-right:0;width:calc(100% - 2.357em)}body .p-chips>ul.p-inputtext{padding:.2145em .429em;display:inline-block}body .p-chips>ul.p-inputtext:not(.p-disabled):hover{border-color:#212121}body .p-chips>ul.p-inputtext:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;border-color:#007ad9}body .p-chips>ul.p-inputtext .p-chips-input-token{padding:.2145em 0}body .p-chips>ul.p-inputtext .p-chips-input-token input{font-family:Open Sans,Helvetica Neue,sans-serif;font-size:14px;padding:0;margin:0;color:#333}body .p-chips>ul.p-inputtext .p-chips-input-token input:hover{border:0}body .p-chips>ul.p-inputtext .p-chips-input-token input:focus{box-shadow:none;outline:0 none;border:0}body .p-chips>ul.p-inputtext .p-chips-token{font-size:14px;padding:.2145em .429em;margin:0 .286em 0 0;background:#007ad9;color:#fff;border-radius:3px}body .p-dropdown{background:#fff;border:1px solid #a6a6a6;transition:border-color .2s,box-shadow .2s;border-radius:3px}body .p-dropdown:not(.p-disabled):hover{border-color:#212121}body .p-dropdown:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;border-color:#007ad9}body .p-dropdown .p-dropdown-label{padding-right:2em}body .p-dropdown .p-dropdown-label:focus{outline:0 none;box-shadow:none}body .p-dropdown .p-dropdown-trigger{background-color:#fff;width:2em;line-height:2em;text-align:center;padding:0;color:#848484;border-radius:3px}body .p-dropdown .p-dropdown-clear-icon{color:#848484}body .p-dropdown-panel{padding:0;border:1px solid #c8c8c8;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}body .p-dropdown-panel .p-dropdown-filter-container{padding:.429em .857em;border-bottom:1px solid #eaeaea;color:#333;background-color:#fff;margin:0}body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter{width:100%;padding-right:2em}body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon{top:50%;margin-top:-.5em;right:1.357em;color:#007ad9}body .p-dropdown-panel .p-dropdown-items{padding:0}body .p-dropdown-panel .p-dropdown-items .p-dropdown-item,body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{margin:0;padding:.429em .857em;border:0;color:#333;background-color:transparent;transition:background-color .2s,box-shadow .2s;border-radius:0}body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group.p-highlight,body .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{color:#fff;background-color:#007ad9}body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group:not(.p-highlight):not(.p-disabled):hover,body .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover{color:#333;background-color:#eaeaea}body .p-multiselect{background:#fff;border:1px solid #a6a6a6;transition:border-color .2s,box-shadow .2s;border-radius:3px}body .p-multiselect:not(.p-disabled):hover{border-color:#212121}body .p-multiselect:not(.p-disabled).p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;border-color:#007ad9}body .p-multiselect .p-multiselect-label{padding:.429em 2em .429em .429em;font-weight:400;color:#333}body .p-multiselect .p-multiselect-trigger{background-color:#fff;width:2em;line-height:2em;text-align:center;padding:0;color:#848484;border-radius:3px}body .p-multiselect-panel{padding:0;border:1px solid #c8c8c8;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}body .p-multiselect-panel .p-multiselect-header{padding:.429em .857em;border-bottom:1px solid #eaeaea;color:#333;background-color:#fff;margin:0}body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container{float:none;width:70%;display:inline-block;vertical-align:middle;margin-left:0}body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext{padding:.429em 2em .429em .429em}body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{color:#007ad9;top:50%;margin-top:-.5em;right:.5em;left:auto}body .p-multiselect-panel .p-multiselect-header .p-checkbox{margin-right:.5em;float:none;vertical-align:middle}body .p-multiselect-panel .p-multiselect-header .p-multiselect-close{color:#848484;top:50%;margin-top:-.5em;transition:box-shadow .2s}body .p-multiselect-panel .p-multiselect-items{padding:0}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item{margin:0;padding:.429em .857em;border:0;color:#333;background-color:transparent;transition:background-color .2s,box-shadow .2s;border-radius:0}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{color:#333;background-color:#eaeaea}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2em #8dcdff}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{color:#fff;background-color:#007ad9}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox{position:static;display:inline-block;vertical-align:middle;margin:0 .5em 0 0}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label{display:inline-block;vertical-align:middle}body .p-listbox{padding:0;min-width:12em;background:#fff;border:1px solid #a6a6a6}body .p-listbox .p-checkbox{margin:0 .5em 0 0}body .p-listbox .p-listbox-header{padding:.429em .857em;border-bottom:1px solid #eaeaea;color:#333;background-color:#fff;margin:0;border-top-left-radius:3px;border-top-right-radius:3px}body .p-listbox .p-listbox-header .p-listbox-filter-container input{padding:.429em 2em .429em .429em}body .p-listbox .p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon{top:50%;left:auto;margin-top:-.5em;right:.5em;color:#007ad9}body .p-listbox .p-listbox-list{background-color:#fff}body .p-listbox .p-listbox-list .p-listbox-item{margin:0;padding:.429em .857em;border:0;color:#333;background-color:transparent;transition:background-color .2s,box-shadow .2s;border-radius:0}body .p-listbox .p-listbox-list .p-listbox-item.p-highlight{color:#fff;background-color:#007ad9}body .p-listbox .p-listbox-list .p-listbox-item:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2em #8dcdff}body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox{position:static;display:inline-block;vertical-align:middle;margin:0 .5em 0 0}body .p-listbox .p-listbox-list .p-listbox-item label{display:inline-block;vertical-align:middle}body .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover{color:#333;background-color:#eaeaea}body .p-listbox.p-disabled .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover{border:1px solid #a6a6a6}body .p-listbox .p-listbox-footer{padding:.429em .857em;border-top:1px solid #eaeaea;color:#333;background-color:#fff}body .p-editor-container .p-editor-toolbar{border:1px solid #c8c8c8;background-color:#f4f4f4}body .p-editor-container .p-editor-content{border:1px solid #c8c8c8}body .p-editor-container .p-editor-content .ql-editor{background-color:#fff;color:#333}body .p-editor-container .ql-picker.ql-expanded .ql-picker-label{color:#333}body .p-editor-container .ql-stroke{stroke:#333}body .p-editor-container .ql-picker-label{color:#333}body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover,body .p-editor-container .ql-snow.ql-toolbar button.ql-active,body .p-editor-container .ql-snow .ql-toolbar button.ql-active,body .p-editor-container .ql-snow.ql-toolbar button:hover,body .p-editor-container .ql-snow .ql-toolbar button:hover{color:#007ad9}body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,body .p-editor-container .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,body .p-editor-container .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke,body .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,body .p-editor-container .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke,body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter,body .p-editor-container .ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#007ad9}body .p-rating .p-rating-icon{font-size:20px;text-align:center;display:inline-block;color:#333;border-radius:3px;transition:color .2s,box-shadow .2s}body .p-rating .p-rating-icon.p-rating-cancel{color:#e4018d}body .p-rating .p-rating-icon:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon:hover{color:#007ad9}body .p-rating:not(.p-disabled):not(.p-rating-readonly) .p-rating-icon.p-rating-cancel:hover{color:#b5019f}body .p-spinner .p-spinner-input{padding-right:2.429em}body .p-spinner .p-spinner-button{width:2em}body .p-spinner .p-spinner-button .p-spinner-button-icon{position:absolute;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;width:1em}body .p-spinner .p-spinner-button.p-spinner-button{border-radius:0}body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-up{border-top-right-radius:3px}body .p-spinner .p-spinner-button.p-spinner-button.p-spinner-button-down{border-bottom-right-radius:3px}body .p-spinner .p-spinner-button.p-spinner-button:focus{z-index:1}body .p-fluid .p-spinner .p-spinner-input{padding-right:2.429em}body .p-fluid .p-spinner .p-spinner-button{width:2em}body .p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon{left:50%}body .p-slider{background-color:#c8c8c8;border:0}body .p-slider.p-slider-horizontal{height:.286em}body .p-slider.p-slider-horizontal .p-slider-handle{top:50%;margin-top:-.5715em}body .p-slider.p-slider-vertical{width:.286em}body .p-slider.p-slider-vertical .p-slider-handle{left:50%;margin-left:-.5715em}body .p-slider .p-slider-handle{height:1.143em;width:1.143em;background-color:#fff;border:2px solid #666;border-radius:100%;transition:box-shadow .2s}body .p-slider .p-slider-handle:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-slider .p-slider-range{background-color:#007ad9}body .p-slider:not(.p-disabled) .p-slider-handle:hover{background-color:2px solid #666;border:2px solid #007ad9}body .p-datepicker{padding:.857em;min-width:20em;background-color:#fff;color:#333;border:1px solid #a6a6a6;border-radius:3px}body .p-datepicker:not(.p-datepicker-inline){border:1px solid #c8c8c8;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-next:hover,body .p-datepicker:not(.p-disabled) .p-datepicker-header .p-datepicker-prev:hover{color:#007ad9}body .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):hover,body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover{background-color:#eaeaea}body .p-datepicker .p-datepicker-header{padding:.429em .857em;background-color:#fff;color:#333;border-radius:0}body .p-datepicker .p-datepicker-header .p-datepicker-next,body .p-datepicker .p-datepicker-header .p-datepicker-prev{cursor:pointer;top:0;color:#a6a6a6;transition:color .2s,box-shadow .2s}body .p-datepicker .p-datepicker-header .p-datepicker-title{margin:0;padding:0;line-height:1}body .p-datepicker .p-datepicker-header .p-datepicker-title select{margin-top:-.35em;margin-bottom:0}body .p-datepicker table{font-size:14px;margin:.857em 0 0}body .p-datepicker table th{padding:.5em}body .p-datepicker table th.p-datepicker-weekheader{border-right:1px solid #a6a6a6}body .p-datepicker table td{padding:.5em}body .p-datepicker table td>span{display:block;text-align:center;color:#333;cursor:pointer;padding:.5em;border-radius:3px}body .p-datepicker table td>span.p-highlight{color:#fff;background-color:#007ad9}body .p-datepicker table td.p-datepicker-today>span{background-color:#d0d0d0;color:#333}body .p-datepicker table td.p-datepicker-today>span.p-highlight{color:#fff;background-color:#007ad9}body .p-datepicker table td.p-datepicker-weeknumber{border-right:1px solid #a6a6a6}body .p-datepicker .p-datepicker-buttonbar{border-top:1px solid #d8dae2}body .p-datepicker .p-timepicker{border:0;border-top:1px solid #d8dae2;padding:.857em}body .p-datepicker .p-timepicker button{color:#a6a6a6;font-size:1.286em;transition:color .2s,box-shadow .2s}body .p-datepicker .p-timepicker button:hover{color:#007ad9}body .p-datepicker .p-timepicker span{font-size:1.286em}body .p-datepicker .p-monthpicker .p-monthpicker-month{color:#333}body .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight{color:#fff;background-color:#007ad9}body .p-datepicker.p-datepicker-timeonly{padding:0}body .p-datepicker.p-datepicker-timeonly .p-timepicker{border-top:0}body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group{border-right:1px solid #d8dae2;padding:0 .857em}body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child{padding-left:0}body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child{padding-right:0;border-right:0}body .p-calendar.p-calendar-w-btn .p-inputtext{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:focus:not(.p-error),body .p-calendar.p-calendar-w-btn .p-inputtext:enabled:hover:not(.p-error){border-right:0}body .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button{width:2.357em;border-top-left-radius:0;border-bottom-left-radius:0}body .p-fluid .p-calendar.p-calendar-w-btn .p-inputtext{width:calc(100% - 2.357em)}body .p-fileupload .p-fileupload-buttonbar{background-color:#f4f4f4;padding:.571em 1em;color:#333;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px}body .p-fileupload .p-fileupload-buttonbar .p-button{margin-right:8px}body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-fileupload .p-fileupload-content{background-color:#fff;padding:.571em 1em;border:1px solid #c8c8c8;color:#333;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-fileupload .p-progressbar{top:0}body .p-fileupload-choose:not(.p-disabled):hover{background-color:#116fbf;color:#fff;border-color:#116fbf}body .p-fileupload-choose:not(.p-disabled):active{background-color:#005b9f;color:#fff;border-color:#005b9f}body .p-password-panel{padding:12px;background-color:#fff;color:#333;border:1px solid #c8c8c8;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}body .p-inputgroup .p-inputgroup-addon{border-color:#a6a6a6;background-color:#eaeaea;color:#848484;padding:.429em;min-width:2em}body .p-inputgroup .p-inputgroup-addon:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body .p-inputgroup .p-inputgroup-addon:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox{position:relative}body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-checkbox .p-checkbox{position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px}body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton{position:relative}body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton{position:absolute;top:50%;left:50%;margin-left:-10px;margin-top:-10px}body .p-inputgroup .p-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body .p-inputgroup .p-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}body .p-inputgroup .p-inputtext:focus{z-index:1}body .p-fluid .p-inputgroup .p-button{width:auto}body .p-fluid .p-inputgroup .p-button.p-button-icon-only{width:2.357em}body ::-webkit-input-placeholder{color:#666}body :-moz-placeholder,body ::-moz-placeholder{color:#666}body :-ms-input-placeholder{color:#666}body .p-autocomplete.p-error>.p-inputtext,body .p-calendar.p-error>.p-inputtext,body .p-checkbox.p-error>.p-checkbox-box,body .p-chips.p-error>.p-inputtext,body .p-dropdown.p-error,body .p-inputswitch.p-error,body .p-inputtext.p-error,body .p-listbox.p-error,body .p-multiselect.p-error,body .p-radiobutton.p-error>.p-radiobutton-box,body .p-selectbutton.p-error>.p-button,body .p-spinner.p-error>.p-inputtext,body .p-togglebutton.p-error>.p-button{border:1px solid #a80000}body .p-button{margin:0;color:#fff;background-color:#007ad9;border:1px solid #007ad9;font-size:14px;transition:background-color .2s,box-shadow .2s;border-radius:3px}body .p-button:enabled:hover{background-color:#116fbf;color:#fff;border-color:#116fbf}body .p-button:enabled:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-button:enabled:active{background-color:#005b9f;color:#fff;border-color:#005b9f}body .p-button.p-button-text-only .p-button-text{padding:.429em 1em}body .p-button.p-button-text-icon-left .p-button-text{padding:.429em 1em .429em 2.25em}body .p-button.p-button-text-icon-right .p-button-text{padding:.429em 2.25em .429em 1em}body .p-button.p-button-icon-only{width:2.357em}body .p-button.p-button-icon-only .p-button-text{padding:.429em}body .p-button.p-button-raised{box-shadow:0 2px 3px 0 rgba(0,0,0,.15)}body .p-button.p-button-rounded{border-radius:15px}body .p-fluid .p-button-icon-only{width:2.357em}body .p-togglebutton{background-color:#dadada;border:1px solid #dadada;color:#333;transition:background-color .2s,box-shadow .2s}body .p-togglebutton .p-button-icon-left{color:#666}body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover{background-color:#c8c8c8;border-color:#c8c8c8;color:#333}body .p-togglebutton:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left{color:#212121}body .p-togglebutton.p-focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-togglebutton.p-highlight{background-color:#007ad9;border-color:#007ad9;color:#fff}body .p-togglebutton.p-highlight .p-button-icon-left{color:#fff}body .p-togglebutton.p-highlight:hover{background-color:#116fbf;border-color:#116fbf;color:#fff}body .p-togglebutton.p-highlight:hover .p-button-icon-left{color:#fff}body .p-selectbutton .p-button{background-color:#dadada;border:1px solid #dadada;color:#333;outline:0 none;transition:background-color .2s,box-shadow .2s;border-radius:0}body .p-selectbutton .p-button .p-button-icon-left{color:#666}body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover{background-color:#c8c8c8;border-color:#c8c8c8;color:#333}body .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left{color:#212121}body .p-selectbutton .p-button.p-focus,body .p-selectbutton .p-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;z-index:1}body .p-selectbutton .p-button.p-highlight{background-color:#007ad9;border-color:#007ad9;color:#fff}body .p-selectbutton .p-button.p-highlight .p-button-icon-left{color:#fff}body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover{background-color:#116fbf;border-color:#116fbf;color:#fff}body .p-selectbutton .p-button.p-highlight:not(.p-disabled):hover .p-button-icon-left{color:#fff}body .p-selectbutton .p-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body .p-selectbutton .p-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}body .p-splitbutton.p-buttonset .p-button{border:1px solid transparent}body .p-splitbutton.p-buttonset .p-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton{border-top-left-radius:0;border-bottom-left-radius:0}body .p-splitbutton.p-buttonset .p-button:focus{z-index:1}body .p-splitbutton.p-buttonset .p-menu{min-width:100%}body .p-splitbutton.p-buttonset .p-splitbutton-menubutton .p-button-icon-left:before{content:""}body .p-button.p-button-secondary,body .p-buttonset.p-button-secondary>.p-button{color:#333;background-color:#f4f4f4;border:1px solid #f4f4f4}body .p-button.p-button-secondary:enabled:hover,body .p-buttonset.p-button-secondary>.p-button:enabled:hover{background-color:#c8c8c8;color:#333;border-color:#c8c8c8}body .p-button.p-button-secondary:enabled:focus,body .p-buttonset.p-button-secondary>.p-button:enabled:focus{box-shadow:0 0 0 .2em #8dcdff}body .p-button.p-button-secondary:enabled:active,body .p-buttonset.p-button-secondary>.p-button:enabled:active{background-color:#a0a0a0;color:#333;border-color:#a0a0a0}body .p-button.p-button-info,body .p-buttonset.p-button-info>.p-button{color:#fff;background-color:#007ad9;border:1px solid #007ad9}body .p-button.p-button-info:enabled:hover,body .p-buttonset.p-button-info>.p-button:enabled:hover{background-color:#116fbf;color:#fff;border-color:#116fbf}body .p-button.p-button-info:enabled:focus,body .p-buttonset.p-button-info>.p-button:enabled:focus{box-shadow:0 0 0 .2em #8dcdff}body .p-button.p-button-info:enabled:active,body .p-buttonset.p-button-info>.p-button:enabled:active{background-color:#005b9f;color:#fff;border-color:#005b9f}body .p-button.p-button-success,body .p-buttonset.p-button-success>.p-button{color:#fff;background-color:#34a835;border:1px solid #34a835}body .p-button.p-button-success:enabled:hover,body .p-buttonset.p-button-success>.p-button:enabled:hover{background-color:#107d11;color:#fff;border-color:#107d11}body .p-button.p-button-success:enabled:focus,body .p-buttonset.p-button-success>.p-button:enabled:focus{box-shadow:0 0 0 .2em #aae5aa}body .p-button.p-button-success:enabled:active,body .p-buttonset.p-button-success>.p-button:enabled:active{background-color:#0c6b0d;color:#fff;border-color:#0c6b0d}body .p-button.p-button-warning,body .p-buttonset.p-button-warning>.p-button{color:#333;background-color:#ffba01;border:1px solid #ffba01}body .p-button.p-button-warning:enabled:hover,body .p-buttonset.p-button-warning>.p-button:enabled:hover{background-color:#ed990b;color:#333;border-color:#ed990b}body .p-button.p-button-warning:enabled:focus,body .p-buttonset.p-button-warning>.p-button:enabled:focus{box-shadow:0 0 0 .2em #ffeab4}body .p-button.p-button-warning:enabled:active,body .p-buttonset.p-button-warning>.p-button:enabled:active{background-color:#d38b10;color:#333;border-color:#d38b10}body .p-button.p-button-danger,body .p-buttonset.p-button-danger>.p-button{color:#fff;background-color:#e91224;border:1px solid #e91224}body .p-button.p-button-danger:enabled:hover,body .p-buttonset.p-button-danger>.p-button:enabled:hover{background-color:#c01120;color:#fff;border-color:#c01120}body .p-button.p-button-danger:enabled:focus,body .p-buttonset.p-button-danger>.p-button:enabled:focus{box-shadow:0 0 0 .2em #f9b4ba}body .p-button.p-button-danger:enabled:active,body .p-buttonset.p-button-danger>.p-button:enabled:active{background-color:#a90000;color:#fff;border-color:#a90000}body .p-panel{padding:0;border:0}body .p-panel .p-panel-titlebar{border:1px solid #c8c8c8;padding:.571em 1em;background-color:#f4f4f4;color:#333;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:0;border-bottom-right-radius:0}body .p-panel .p-panel-titlebar .p-panel-title{vertical-align:middle;font-weight:700}body .p-panel .p-panel-titlebar .p-panel-titlebar-icon{margin:.143em 0 0;position:relative;font-size:14px;color:#848484;border:1px solid transparent;border-radius:3px;transition:color .2s,box-shadow .2s}body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:hover{color:#333}body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-panel .p-panel-content{padding:.571em 1em;background-color:#fff;color:#333;border:1px solid #c8c8c8;border-top:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-panel .p-panel-footer{padding:.571em 1em;background-color:#fff;color:#333;border:1px solid #c8c8c8;border-top:0;margin:0}body .p-fieldset{border:1px solid #c8c8c8;background-color:#fff;color:#333;border-radius:3px}body .p-fieldset .p-fieldset-legend a{padding:.571em 1em;border:1px solid #c8c8c8;color:#333;background-color:#f4f4f4;font-weight:700;border-radius:3px;transition:background-color .2s,box-shadow .2s}body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler{float:none;display:inline-block;vertical-align:middle;margin-right:.5em;color:#848484}body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text{padding:0}body .p-fieldset .p-fieldset-legend a:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover{background-color:#dbdbdb;border:1px solid #dbdbdb;color:#333}body .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover .p-fieldset-toggler{color:#333}body .p-fieldset .p-fieldset-content{padding:0}body .p-accordion .p-accordion-tab{margin-bottom:2px}body .p-accordion .p-accordion-header a{padding:.571em 1em;border:1px solid #c8c8c8;background-color:#f4f4f4;color:#333;font-weight:700;border-radius:3px;transition:background-color .2s,box-shadow .2s}body .p-accordion .p-accordion-header a .p-accordion-toggle-icon{color:#848484}body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-right:before{content:""}body .p-accordion .p-accordion-header a .p-accordion-toggle-icon.pi-caret-down:before{content:""}body .p-accordion .p-accordion-header:not(.p-disabled) a:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a{background-color:#dbdbdb;border:1px solid #dbdbdb;color:#333}body .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover a .p-accordion-toggle-icon{color:#333}body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight{margin-bottom:0}body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a{background-color:#007ad9;border:1px solid #007ad9;color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight a .p-accordion-toggle-icon{color:#fff}body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a{border:1px solid #005b9f;background-color:#005b9f;color:#fff}body .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover a .p-accordion-toggle-icon{color:#fff}body .p-accordion .p-accordion-content{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:.571em 1em;border-top:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-tabview.p-tabview-bottom,body .p-tabview.p-tabview-left,body .p-tabview.p-tabview-right,body .p-tabview.p-tabview-top{border:0}body .p-tabview.p-tabview-bottom .p-tabview-nav,body .p-tabview.p-tabview-left .p-tabview-nav,body .p-tabview.p-tabview-right .p-tabview-nav,body .p-tabview.p-tabview-top .p-tabview-nav{padding:0;background:transparent;border:0}body .p-tabview.p-tabview-bottom .p-tabview-nav li a,body .p-tabview.p-tabview-left .p-tabview-nav li a,body .p-tabview.p-tabview-right .p-tabview-nav li a,body .p-tabview.p-tabview-top .p-tabview-nav li a{border:1px solid #c8c8c8;background-color:#f4f4f4;float:none;display:inline-block;color:#333;padding:.571em 1em;font-weight:700;transition:background-color .2s,box-shadow .2s}body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-left-icon,body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-left-icon,body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-left-icon,body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-left-icon{margin-right:.5em}body .p-tabview.p-tabview-bottom .p-tabview-nav li a .p-tabview-right-icon,body .p-tabview.p-tabview-left .p-tabview-nav li a .p-tabview-right-icon,body .p-tabview.p-tabview-right .p-tabview-nav li a .p-tabview-right-icon,body .p-tabview.p-tabview-top .p-tabview-nav li a .p-tabview-right-icon{margin-left:.5em}body .p-tabview.p-tabview-bottom .p-tabview-nav li a:not(.p-disabled):focus,body .p-tabview.p-tabview-left .p-tabview-nav li a:not(.p-disabled):focus,body .p-tabview.p-tabview-right .p-tabview-nav li a:not(.p-disabled):focus,body .p-tabview.p-tabview-top .p-tabview-nav li a:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-tabview.p-tabview-bottom .p-tabview-nav li .p-tabview-close,body .p-tabview.p-tabview-left .p-tabview-nav li .p-tabview-close,body .p-tabview.p-tabview-right .p-tabview-nav li .p-tabview-close,body .p-tabview.p-tabview-top .p-tabview-nav li .p-tabview-close{color:#848484;margin:0 .5em 0 0;vertical-align:middle}body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a,body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a,body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a,body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover a{background-color:#dbdbdb;border:1px solid #dbdbdb;color:#333}body .p-tabview.p-tabview-bottom .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close,body .p-tabview.p-tabview-left .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close,body .p-tabview.p-tabview-right .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close,body .p-tabview.p-tabview-top .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-close{color:#333}body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight a,body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight a,body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight a,body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight a{background-color:#007ad9;border:1px solid #007ad9;color:#fff}body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight .p-tabview-close,body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight .p-tabview-close,body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight .p-tabview-close,body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight .p-tabview-close{color:#fff}body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a,body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a,body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a,body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a{border:1px solid #005b9f;background-color:#005b9f;color:#fff}body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon,body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon,body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon,body .p-tabview.p-tabview-left .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon,body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon,body .p-tabview.p-tabview-right .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon,body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-left-icon,body .p-tabview.p-tabview-top .p-tabview-nav li.p-highlight:hover a .p-tabview-right-icon{color:#fff}body .p-tabview.p-tabview-bottom .p-tabview-nav li.p-tabview-selected a,body .p-tabview.p-tabview-left .p-tabview-nav li.p-tabview-selected a,body .p-tabview.p-tabview-right .p-tabview-nav li.p-tabview-selected a,body .p-tabview.p-tabview-top .p-tabview-nav li.p-tabview-selected a{cursor:pointer}body .p-tabview.p-tabview-top .p-tabview-nav{margin-bottom:-1px}body .p-tabview.p-tabview-top .p-tabview-nav li a{margin-right:2px;border-top-left-radius:3px;border-top-right-radius:3px}body .p-tabview.p-tabview-bottom .p-tabview-nav{margin-top:-1px}body .p-tabview.p-tabview-bottom .p-tabview-nav li a{margin-right:2px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-tabview.p-tabview-left .p-tabview-nav{margin-right:-px}body .p-tabview.p-tabview-left .p-tabview-nav li a{margin-bottom:2px;border-top-left-radius:3px;border-bottom-left-radius:3px}body .p-tabview.p-tabview-right .p-tabview-nav{margin-right:-1px}body .p-tabview.p-tabview-right .p-tabview-nav li a{margin-bottom:2px;border-top-right-radius:3px;border-bottom-right-radius:3px}body .p-tabview .p-tabview-panels{background-color:#fff;padding:.571em 1em;border:1px solid #c8c8c8;color:#333;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-tabview .p-tabview-panels .p-tabview-panel{padding:0}body .p-toolbar{background-color:#f4f4f4;border:1px solid #c8c8c8;padding:.571em 1em;border-radius:3px}body .p-toolbar button{vertical-align:middle}body .p-toolbar .p-toolbar-separator{vertical-align:middle;color:#848484;margin:0 .5em}body .p-card{background-color:#fff;color:#333;box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12)}body .p-paginator{background-color:#f4f4f4;border:1px solid #c8c8c8;padding:0}body .p-paginator .p-paginator-first,body .p-paginator .p-paginator-last,body .p-paginator .p-paginator-next,body .p-paginator .p-paginator-prev{color:#848484;height:2.286em;min-width:2.286em;border:0;line-height:2.286em;padding:0;margin:0;vertical-align:top;transition:background-color .2s,box-shadow .2s;border-radius:0}body .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,body .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover,body .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,body .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover{background-color:#e0e0e0;color:#333}body .p-paginator .p-dropdown{border:0}body .p-paginator .p-dropdown .p-dropdown-label,body .p-paginator .p-dropdown .p-dropdown-trigger{color:#848484}body .p-paginator .p-dropdown:hover .p-dropdown-label,body .p-paginator .p-dropdown:hover .p-dropdown-trigger{color:#333}body .p-paginator .p-paginator-first:before{position:relative;top:1px}body .p-paginator .p-paginator-prev:before{position:relative}body .p-paginator .p-paginator-last:before,body .p-paginator .p-paginator-next:before{position:relative;top:1px}body .p-paginator .p-paginator-current{vertical-align:top;display:inline-block;height:2.286em;min-width:2.286em;border:0;line-height:2.286em}body .p-paginator .p-paginator-pages{vertical-align:top;display:inline-block;padding:0}body .p-paginator .p-paginator-pages .p-paginator-page{color:#848484;height:2.286em;min-width:2.286em;border:0;line-height:2.286em;padding:0;margin:0;vertical-align:top;transition:background-color .2s,box-shadow .2s;border-radius:0}body .p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background-color:#007ad9;color:#fff}body .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover{background-color:#e0e0e0;color:#333}body .p-paginator .p-dropdown{margin-left:.5em;height:2.286em;min-width:auto}body .p-datatable .p-datatable-footer,body .p-datatable .p-datatable-header{background-color:#f4f4f4;color:#333;border:1px solid #c8c8c8;padding:.571em 1em;text-align:center}body .p-datatable .p-datatable-header{border-bottom:0;font-weight:700;border-top-left-radius:3px;border-top-right-radius:3px}body .p-datatable .p-datatable-footer{border-top:0;font-weight:700;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-datatable .p-datatable-tfoot>tr>td,body .p-datatable .p-datatable-thead>tr>th{padding:.571em .857em;border:1px solid #c8c8c8;font-weight:700;color:#333;background-color:#f4f4f4;text-align:center}body .p-datatable .p-sortable-column{transition:background-color .2s,box-shadow .2s}body .p-datatable .p-sortable-column .p-sortable-column-icon{color:#848484}body .p-datatable .p-sortable-column:not(.p-highlight):hover{background-color:#e0e0e0;color:#333}body .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#333}body .p-datatable .p-sortable-column:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2em #8dcdff}body .p-datatable .p-sortable-column.p-highlight{background-color:#007ad9;color:#fff}body .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#fff}body .p-datatable .p-editable-column input{font-size:14px;font-family:Open Sans,Helvetica Neue,sans-serif}body .p-datatable .p-datatable-tbody>tr{background:#fff;color:#333;transition:background-color .2s,box-shadow .2s}body .p-datatable .p-datatable-tbody>tr>td{background:inherit;border:1px solid #c8c8c8;padding:.429em .857em}body .p-datatable .p-datatable-tbody>tr>td .p-row-toggler{color:#848484;transition:color .2s,box-shadow .2s}body .p-datatable .p-datatable-tbody>tr>td .p-row-toggler:hover{color:#333}body .p-datatable .p-datatable-tbody>tr.p-highlight{background-color:#007ad9;color:#fff}body .p-datatable .p-datatable-tbody>tr.p-highlight .p-row-toggler,body .p-datatable .p-datatable-tbody>tr.p-highlight .p-row-toggler:hover{color:#fff}body .p-datatable .p-datatable-tbody>tr.p-highlight-contextmenu{background-color:#5ab7ff;color:#fff}body .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{box-shadow:inset 0 -2px 0 0 #007ad9}body .p-datatable .p-datatable-tbody>tr:nth-child(2n){background-color:#f9f9f9}body .p-datatable .p-datatable-tbody>tr:nth-child(2n).p-highlight{background-color:#007ad9;color:#fff}body .p-datatable .p-datatable-tbody>tr:nth-child(2n).p-highlight .p-row-toggler,body .p-datatable .p-datatable-tbody>tr:nth-child(2n).p-highlight .p-row-toggler:hover{color:#fff}body .p-datatable .p-datatable-tbody>tr:nth-child(2n).p-highlight-contextmenu{background-color:#5ab7ff;color:#fff}body .p-datatable .p-datatable-tbody>tr:nth-child(2n).p-highlight-contextmenu .p-row-toggler,body .p-datatable .p-datatable-tbody>tr:nth-child(2n).p-highlight-contextmenu .p-row-toggler:hover{color:#fff}body .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):not(.p-highlight-contextmenu):hover{cursor:pointer;background-color:#eaeaea;color:#333}body .p-datatable .p-column-resizer-helper{background-color:#007ad9}body .p-datatable .p-datatable-scrollable-footer,body .p-datatable .p-datatable-scrollable-header{background-color:#f4f4f4}@media screen and (max-width:40em){body .p-datatable.p-datatable-responsive .p-paginator-top{border-bottom:1px solid #c8c8c8}body .p-datatable.p-datatable-responsive .p-paginator-bottom{border-top:1px solid #c8c8c8}body .p-datatable.p-datatable-responsive .p-datatable-tbody>tr>td{border:0}}body .p-datagrid .p-datagrid-header{background-color:#f4f4f4;color:#333;padding:.571em 1em;font-weight:700;border:1px solid #c8c8c8;border-bottom:0}body .p-datagrid .p-datagrid-content,body .p-datagrid .p-datagrid-footer{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:.571em 1em}body .p-datagrid .p-datagrid-footer{border-top:0}body .p-datalist .p-datalist-header{background-color:#f4f4f4;color:#333;padding:.571em 1em;font-weight:700;border:1px solid #c8c8c8;border-bottom:0}body .p-datalist .p-datalist-content,body .p-datalist .p-datalist-footer{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:.571em 1em}body .p-datalist .p-datalist-footer{border-top:0}body .p-datascroller .p-datascroller-header{background-color:#f4f4f4;color:#333;padding:.571em 1em;font-weight:700;border:1px solid #c8c8c8;border-bottom:0}body .p-datascroller .p-datascroller-content,body .p-datascroller .p-datascroller-footer{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:.571em 1em}body .p-datascroller .p-datascroller-footer{border-top:0}body .p-dataview .p-dataview-header{background-color:#f4f4f4;color:#333;padding:.571em 1em;font-weight:700;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px}body .p-dataview .p-dataview-content,body .p-dataview .p-dataview-footer{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:.571em 1em}body .p-dataview .p-dataview-footer{border-top:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .fc th{background-color:#f4f4f4;border:1px solid #c8c8c8;color:#333;padding:.571em 1em}body .fc td.ui-widget-content{background-color:#fff;border:1px solid #c8c8c8;color:#333}body .fc td.fc-head-container{border:1px solid #c8c8c8}body .fc .fc-row{border-right:1px solid #c8c8c8}body .fc .fc-event{background-color:#116fbf;border:1px solid #116fbf;color:#fff}body .fc .fc-toolbar .fc-button{color:#fff;background-color:#007ad9;border:1px solid #007ad9;font-size:14px;transition:background-color .2s,box-shadow .2s;border-radius:3px}body .fc .fc-toolbar .fc-button:enabled:hover{background-color:#116fbf;color:#fff;border-color:#116fbf}body .fc .fc-toolbar .fc-button .fc-icon-chevron-left{font-family:PrimeIcons!important;text-indent:0}body .fc .fc-toolbar .fc-button .fc-icon-chevron-left:before{content:""}body .fc .fc-toolbar .fc-button .fc-icon-chevron-right{font-family:PrimeIcons!important;text-indent:0}body .fc .fc-toolbar .fc-button .fc-icon-chevron-right:before{content:""}body .fc .fc-toolbar .fc-button:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .fc .fc-toolbar .fc-button-group .fc-button{border-radius:0}body .fc .fc-toolbar .fc-button-group .fc-button:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px}body .fc .fc-toolbar .fc-button-group .fc-button:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}body .fc .fc-divider{background-color:#f4f4f4;border:1px solid #c8c8c8}body .p-fluid .fc .fc-toolbar .ui-button{width:auto}body .p-picklist .p-picklist-buttons button{font-size:16px}body .p-picklist .p-picklist-caption{background-color:#f4f4f4;color:#333;padding:.571em 1em;font-weight:700;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px}body .p-picklist .p-picklist-filter-container{padding:.429em .857em;color:#333;background-color:#fff;margin:0;border:1px solid #c8c8c8;border-bottom:0}body .p-picklist .p-picklist-filter-container input{width:100%;padding-right:2em;text-indent:0}body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon{top:50%;margin-top:-.5em;left:auto;right:1.357em;color:#007ad9}body .p-picklist .p-picklist-buttons{padding:.571em 1em}body .p-picklist .p-picklist-list{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-picklist .p-picklist-list .p-picklist-item{padding:.429em .857em;margin:0;border:0;color:#333;background-color:transparent;transition:background-color .2s,box-shadow .2s}body .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover{background-color:#eaeaea;color:#333}body .p-picklist .p-picklist-list .p-picklist-item:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2em #8dcdff}body .p-picklist .p-picklist-list .p-picklist-item.p-highlight{background-color:#007ad9;color:#fff}body .p-picklist .p-picklist-list .p-picklist-droppoint-highlight{background-color:#007ad9}@media(max-width:40em){body .p-picklist.p-picklist-responsive .p-picklist-buttons{padding:.571em 1em}}body .p-orderlist .p-orderlist-controls{padding:.571em 1em}body .p-orderlist .p-orderlist-controls button{font-size:16px}body .p-orderlist .p-orderlist-caption{background-color:#f4f4f4;color:#333;padding:.571em 1em;font-weight:700;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px}body .p-orderlist .p-orderlist-filter-container{padding:.429em .857em;color:#333;background-color:#fff;margin:0;border:1px solid #c8c8c8;border-bottom:0}body .p-orderlist .p-orderlist-filter-container input{width:100%;padding-right:2em;text-indent:0}body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{top:50%;margin-top:-.5em;left:auto;right:1.357em;color:#007ad9}body .p-orderlist .p-orderlist-list{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:0;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-orderlist .p-orderlist-list .p-orderlist-item{padding:.429em .857em;margin:0;border:0;color:#333;background-color:transparent;transition:background-color .2s,box-shadow .2s}body .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover{background-color:#eaeaea;color:#333}body .p-orderlist .p-orderlist-list .p-orderlist-item:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2em #8dcdff}body .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight{background-color:#007ad9;color:#fff}body .p-orderlist .p-orderlist-list .p-orderlist-droppoint-highlight{background-color:#007ad9}body .p-tree{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:.571em 1em;border-radius:3px}body .p-tree .p-tree-container{padding:.286em;margin:0}body .p-tree .p-tree-container .p-treenode{padding:.143em 0}body .p-tree .p-tree-container .p-treenode .p-treenode-content{padding:0;border:1px solid transparent;transition:background-color .2s,box-shadow .2s;border-radius:3px}body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{vertical-align:middle;display:inline-block;float:none;margin:0 .286em 0 0;color:#848484}body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler b .p-tree-toggler-icon{line-height:1.25em}body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon{vertical-align:middle;display:inline-block;margin:0 .286em 0 0;color:#848484}body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label{margin:0;vertical-align:middle;display:inline-block;padding:.286em 0}body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox{margin:0 .286em 0 0}body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight{background-color:#007ad9;color:#fff}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon{color:#fff}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-checkbox .p-checkbox-box{border-color:#fff}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight-contextmenu{border:1px dashed #007ad9}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background-color:#eaeaea;color:#333}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover .p-treenode-icon{color:#333}body .p-tree .p-tree-container .p-treenode .p-treenode-content>span{line-height:inherit}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover{background-color:#eaeaea;color:#333}body .p-tree .p-tree-container .p-treenode-droppoint.p-treenode-droppoint-active{background-color:#007ad9}body .p-tree.p-tree-horizontal{padding-left:0;padding-right:0}body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:.571em 1em;border-radius:3px}body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight{background-color:#007ad9;color:#fff}body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox .p-icon{color:#007ad9}body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover{background-color:inherit;color:inherit}body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover{background-color:#eaeaea;color:#333}body .p-tree .p-tree-filter-container .p-tree-filter{width:100%;padding-right:2em}body .p-tree .p-tree-filter-container .p-tree-filter-icon{top:50%;left:auto;margin-top:-.5em;right:.8em;color:#007ad9}body .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover{background-color:#eaeaea;color:#333}body .p-organizationchart .p-organizationchart-node-content.p-highlight{background-color:#007ad9;color:#fff}body .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i{color:#00325a}body .p-organizationchart .p-organizationchart-line-down{background-color:#c8c8c8}body .p-organizationchart .p-organizationchart-line-left{border-right:1px solid;border-color:#c8c8c8}body .p-organizationchart .p-organizationchart-line-top{border-color:#c8c8c8;border-top:1px solid #c8c8c8}body .p-organizationchart .p-organizationchart-node-content{border:1px solid #c8c8c8;background-color:#fff;color:#333;padding:.571em 1em}body .p-organizationchart .p-organizationchart-node-content .p-node-toggler{bottom:-.7em;margin-left:-.46em;color:#848484;border-radius:3px;transition:box-shadow .2s}body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-treetable .p-treetable-footer,body .p-treetable .p-treetable-header{background-color:#f4f4f4;color:#333;border:1px solid #c8c8c8;padding:.571em 1em;text-align:center}body .p-treetable .p-treetable-header{border-bottom:0;font-weight:700;border-top-left-radius:3px;border-top-right-radius:3px}body .p-treetable .p-treetable-footer{border-top:0;font-weight:700;border-bottom-left-radius:3px;border-bottom-right-radius:3px}body .p-treetable .p-treetable-tfoot>tr>td,body .p-treetable .p-treetable-thead>tr>th{padding:.571em .857em;border:1px solid #c8c8c8;font-weight:700;color:#333;background-color:#f4f4f4;text-align:center}body .p-treetable .p-sortable-column{transition:background-color .2s,box-shadow .2s}body .p-treetable .p-sortable-column .p-sortable-column-icon{color:#848484}body .p-treetable .p-sortable-column:not(.p-highlight):hover{background-color:#e0e0e0;color:#333}body .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon{color:#333}body .p-treetable .p-sortable-column:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2em #8dcdff}body .p-treetable .p-sortable-column.p-highlight{background-color:#007ad9;color:#fff}body .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon{color:#fff}body .p-treetable .p-editable-column input{font-size:14px;font-family:Open Sans,Helvetica Neue,sans-serif}body .p-treetable .p-treetable-tbody>tr{background:#fff;color:#333;transition:background-color .2s}body .p-treetable .p-treetable-tbody>tr>td{background:inherit;border:1px solid #c8c8c8;padding:.429em .857em}body .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{color:#848484;vertical-align:middle}body .p-treetable .p-treetable-tbody>tr.p-highlight{background-color:#007ad9;color:#fff}body .p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler{color:#fff}body .p-treetable .p-treetable-tbody>tr.p-highlight-contextmenu{background-color:#5ab7ff;color:#fff}body .p-treetable .p-treetable-tbody>tr.p-highlight-contextmenu .p-treetable-toggler{color:#fff}body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):not(.p-highlight-contextmenu):hover{cursor:pointer;background-color:#eaeaea;color:#333}body .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):not(.p-highlight-contextmenu):hover .p-treetable-toggler{color:#333}body .p-treetable .p-column-resizer-helper{background-color:#007ad9}body .p-treetable .p-treetable-scrollable-footer,body .p-treetable .p-treetable-scrollable-header{background-color:#f4f4f4}body .p-messages{margin:1em 0;border-radius:3px}body .p-messages .p-messages-wrapper{padding:1em}body .p-messages.p-messages-info{background-color:#7fbcec;border:0;color:#212121}body .p-messages.p-messages-info .p-messages-icon{color:#212121}body .p-messages.p-messages-info .p-messages-close{background-color:#7fbcec;color:#212121}body .p-messages.p-messages-success{background-color:#b7d8b7;border:0;color:#212121}body .p-messages.p-messages-success .p-messages-icon{color:#212121}body .p-messages.p-messages-success .p-messages-close{background-color:#b7d8b7;color:#212121}body .p-messages.p-messages-warn{background-color:#ffe399;border:0;color:#212121}body .p-messages.p-messages-warn .p-messages-icon{color:#212121}body .p-messages.p-messages-warn .p-messages-close{background-color:#ffe399;color:#212121}body .p-messages.p-messages-error{background-color:#f8b7bd;border:0;color:#212121}body .p-messages.p-messages-error .p-messages-icon{color:#212121}body .p-messages.p-messages-error .p-messages-close{background-color:#f8b7bd;color:#212121}body .p-messages .p-messages-close{top:-.769em;right:-.769em;width:1.538em;height:1.538em;line-height:1.538em;text-align:center;border-radius:50%;transition:box-shadow .2s}body .p-messages .p-messages-close .p-messages-close-icon{line-height:inherit;font-size:1.5em}body .p-messages .p-messages-close:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-messages .p-messages-icon{font-size:2em}body .p-message{padding:.429em;margin:0;border-radius:3px}body .p-message.p-message-info{background-color:#7fbcec;border:0;color:#212121}body .p-message.p-message-info .p-message-icon{color:#212121}body .p-message.p-message-success{background-color:#b7d8b7;border:0;color:#212121}body .p-message.p-message-success .p-message-icon{color:#212121}body .p-message.p-message-warn{background-color:#ffe399;border:0;color:#212121}body .p-message.p-message-warn .p-message-icon{color:#212121}body .p-message.p-message-error{background-color:#f8b7bd;border:0;color:#212121}body .p-message.p-message-error .p-message-icon{color:#212121}body .p-message .p-message-icon{font-size:1.25em}body .p-message .p-message-text{font-size:1em}body .p-growl{top:70px;opacity:.9;filter:alpha(opacity=90)}body .p-growl .p-growl-item-container{margin:0 0 1em;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}body .p-growl .p-growl-item-container .p-growl-item{padding:1em}body .p-growl .p-growl-item-container .p-growl-item .p-growl-message{margin:0 0 0 4em}body .p-growl .p-growl-item-container .p-growl-item .p-growl-image{font-size:2.571em}body .p-growl .p-growl-item-container.p-growl-message-info{background-color:#7fbcec;border:0;color:#212121}body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-icon-close,body .p-growl .p-growl-item-container.p-growl-message-info .p-growl-image{color:#212121}body .p-growl .p-growl-item-container.p-growl-message-success{background-color:#b7d8b7;border:0;color:#212121}body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-icon-close,body .p-growl .p-growl-item-container.p-growl-message-success .p-growl-image{color:#212121}body .p-growl .p-growl-item-container.p-growl-message-warn{background-color:#ffe399;border:0;color:#212121}body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-icon-close,body .p-growl .p-growl-item-container.p-growl-message-warn .p-growl-image{color:#212121}body .p-growl .p-growl-item-container.p-growl-message-error{background-color:#f8b7bd;border:0;color:#212121}body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-icon-close,body .p-growl .p-growl-item-container.p-growl-message-error .p-growl-image{color:#212121}body .p-toast{opacity:.9;filter:alpha(opacity=90)}body .p-toast .p-toast-item-container{margin:0 0 1em;box-shadow:0 3px 6px 0 rgba(0,0,0,.16)}body .p-toast .p-toast-item-container .p-toast-item{padding:1em}body .p-toast .p-toast-item-container .p-toast-item .p-toast-message{margin:0 0 0 4em}body .p-toast .p-toast-item-container .p-toast-item .p-toast-image{font-size:2.571em}body .p-toast .p-toast-item-container.p-toast-message-info{background-color:#7fbcec;border:0;color:#212121}body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-icon-close,body .p-toast .p-toast-item-container.p-toast-message-info .p-toast-image{color:#212121}body .p-toast .p-toast-item-container.p-toast-message-success{background-color:#b7d8b7;border:0;color:#212121}body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-icon-close,body .p-toast .p-toast-item-container.p-toast-message-success .p-toast-image{color:#212121}body .p-toast .p-toast-item-container.p-toast-message-warn{background-color:#ffe399;border:0;color:#212121}body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-icon-close,body .p-toast .p-toast-item-container.p-toast-message-warn .p-toast-image{color:#212121}body .p-toast .p-toast-item-container.p-toast-message-error{background-color:#f8b7bd;border:0;color:#212121}body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-icon-close,body .p-toast .p-toast-item-container.p-toast-message-error .p-toast-image{color:#212121}body .p-component-overlay{background-color:rgba(0,0,0,.4)}body .p-overlaypanel{background-color:#fff;color:#333;padding:0;border:1px solid #c8c8c8;border-radius:3px;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-overlaypanel .p-overlaypanel-content{padding:1em}body .p-overlaypanel .p-overlaypanel-close{background-color:#007ad9;color:#fff;width:1.538em;height:1.538em;line-height:1.538em;text-align:center;position:absolute;top:-.769em;right:-.769em;border-radius:50%;transition:background-color .2s,box-shadow .2s}body .p-overlaypanel .p-overlaypanel-close:hover{background-color:#005b9f;color:#fff}body .p-overlaypanel .p-overlaypanel-close>span{line-height:inherit}body .p-overlaypanel:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff}body .p-overlaypanel:before{border-color:hsla(0,0%,78.4%,0) hsla(0,0%,78.4%,0) #c8c8c8}body .p-overlaypanel.p-overlaypanel-flipped:after{border-top-color:#fff}body .p-overlaypanel.p-overlaypanel-flipped:before{border-top-color:#c8c8c8}body .p-dialog{padding:0;border-radius:3px;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-dialog .p-dialog-titlebar{background-color:#f4f4f4;color:#333;padding:1em;font-weight:700;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px}body .p-dialog .p-dialog-titlebar .p-dialog-title{margin:0;float:none;font-weight:700}body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon{color:#848484;border:0;padding:0;margin-left:.5em;transition:color .2s,box-shadow .2s}body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon:hover{color:#333}body .p-dialog .p-dialog-content{background-color:#fff;color:#333;border:1px solid #c8c8c8;padding:1em}body .p-dialog .p-dialog-footer{border:1px solid #c8c8c8;border-top:0;background-color:#fff;color:#333;padding:.571em 1em;margin:0;text-align:right}body .p-dialog .p-dialog-footer button{margin:0 .5em 0 0;width:auto}body .p-dialog.p-confirm-dialog .p-dialog-content{padding:1.5em}body .p-dialog.p-confirm-dialog .p-dialog-content>span{float:none;display:inline-block;vertical-align:middle;line-height:14px;margin:0}body .p-dialog.p-confirm-dialog .p-dialog-content>span.p-icon{margin-right:.35em;font-size:16px}body .p-sidebar{background-color:#fff;color:#333;padding:.571em 1em;border:1px solid #c8c8c8;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-sidebar .p-sidebar-close{color:#848484}body .p-sidebar .p-sidebar-close:hover{color:#333}body .p-tooltip .p-tooltip-text{background-color:#333;color:#fff;padding:.429em;box-shadow:0 0 6px 0 rgba(0,0,0,.16);border-radius:3px}body .p-tooltip.p-tooltip-right .p-tooltip-arrow{border-right-color:#333}body .p-tooltip.p-tooltip-left .p-tooltip-arrow{border-left-color:#333}body .p-tooltip.p-tooltip-top .p-tooltip-arrow{border-top-color:#333}body .p-tooltip.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#333}body .p-lightbox{box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-lightbox .p-lightbox-caption{border:1px solid #c8c8c8;background-color:#f4f4f4;color:#333;padding:.571em 1em;font-weight:700}body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text{color:#333;margin:0}body .p-lightbox .p-lightbox-caption .p-lightbox-close{padding:0;color:#848484;transition:color .2s}body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover{color:#333}body .p-lightbox .p-lightbox-content-wrapper{overflow:hidden;background-color:#fff;color:#333;border:0;padding:0;border-radius:0}body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left,body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right{transition:all .2s;font-size:3em;color:#fff;margin-top:-.5em}body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover,body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-content.p-lightbox-loading~a{display:none}body .p-breadcrumb{background-color:#fff;border:1px solid #c8c8c8;padding:.571em 1em;border-radius:3px}body .p-breadcrumb ul li .p-menuitem-link{color:#333;margin:0;transition:box-shadow .2s;border-radius:3px}body .p-breadcrumb ul li .p-menuitem-link:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-breadcrumb ul li.p-breadcrumb-chevron{margin:0 .5em;color:#848484}body .p-breadcrumb ul li:first-child a{color:#848484;margin:0}body .p-breadcrumb ul li .p-menuitem-icon{color:#848484}body .p-steps{position:relative}body .p-steps .p-steps-item,body .p-steps .p-steps-item .p-menuitem-link{background-color:transparent;text-align:center}body .p-steps .p-steps-item .p-menuitem-link{display:inline-block;overflow:hidden;transition:box-shadow .2s;border-radius:3px}body .p-steps .p-steps-item .p-menuitem-link .p-steps-number{border-radius:50%;display:inline-block;color:#333;background-color:#fff;border:1px solid #c8c8c8;position:relative;top:16px;margin-bottom:14px;width:28px;height:28px;font-size:16px;line-height:24px;text-align:center}body .p-steps .p-steps-item .p-menuitem-link .p-steps-title{display:block;margin-top:6px;color:#848484}body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-steps .p-steps-item.p-highlight .p-steps-number{background:#007ad9;color:#fff}body .p-steps .p-steps-item.p-highlight .p-steps-title{font-weight:700;color:#333}body .p-steps .p-steps-item:last-child .p-menuitem-link{display:block}body .p-steps:before{content:" ";border-top:1px solid #c8c8c8;width:100%;top:45%;left:0;display:block;position:absolute}body .p-contextmenu .p-menuitem-link,body .p-megamenu .p-menuitem-link,body .p-menu .p-menuitem-link,body .p-menubar .p-menuitem-link,body .p-slidemenu .p-menuitem-link,body .p-tieredmenu .p-menuitem-link{padding:.714em .857em;color:#333;font-weight:400;border-radius:0;transition:background-color .2s,box-shadow .2s}body .p-contextmenu .p-menuitem-link .p-menuitem-text,body .p-megamenu .p-menuitem-link .p-menuitem-text,body .p-menu .p-menuitem-link .p-menuitem-text,body .p-menubar .p-menuitem-link .p-menuitem-text,body .p-slidemenu .p-menuitem-link .p-menuitem-text,body .p-tieredmenu .p-menuitem-link .p-menuitem-text{color:#333}body .p-contextmenu .p-menuitem-link .p-menuitem-icon,body .p-megamenu .p-menuitem-link .p-menuitem-icon,body .p-menu .p-menuitem-link .p-menuitem-icon,body .p-menubar .p-menuitem-link .p-menuitem-icon,body .p-slidemenu .p-menuitem-link .p-menuitem-icon,body .p-tieredmenu .p-menuitem-link .p-menuitem-icon{color:#333;margin-right:.5em}body .p-contextmenu .p-menuitem-link:hover,body .p-megamenu .p-menuitem-link:hover,body .p-menu .p-menuitem-link:hover,body .p-menubar .p-menuitem-link:hover,body .p-slidemenu .p-menuitem-link:hover,body .p-tieredmenu .p-menuitem-link:hover{background-color:#eaeaea}body .p-contextmenu .p-menuitem-link:hover .p-menuitem-icon,body .p-contextmenu .p-menuitem-link:hover .p-menuitem-text,body .p-megamenu .p-menuitem-link:hover .p-menuitem-icon,body .p-megamenu .p-menuitem-link:hover .p-menuitem-text,body .p-menu .p-menuitem-link:hover .p-menuitem-icon,body .p-menu .p-menuitem-link:hover .p-menuitem-text,body .p-menubar .p-menuitem-link:hover .p-menuitem-icon,body .p-menubar .p-menuitem-link:hover .p-menuitem-text,body .p-slidemenu .p-menuitem-link:hover .p-menuitem-icon,body .p-slidemenu .p-menuitem-link:hover .p-menuitem-text,body .p-tieredmenu .p-menuitem-link:hover .p-menuitem-icon,body .p-tieredmenu .p-menuitem-link:hover .p-menuitem-text{color:#333}body .p-contextmenu .p-menuitem-link:focus,body .p-megamenu .p-menuitem-link:focus,body .p-menu .p-menuitem-link:focus,body .p-menubar .p-menuitem-link:focus,body .p-slidemenu .p-menuitem-link:focus,body .p-tieredmenu .p-menuitem-link:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2em #8dcdff}body .p-menu{padding:0;background-color:#fff;border:1px solid #c8c8c8;border-radius:3px}body .p-menu .p-menuitem{margin:0}body .p-menu.p-menu-overlay{border:1px solid #c8c8c8;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-menu .p-submenu-header{margin:0;padding:.714em .857em;color:#333;background-color:#f4f4f4;font-weight:700;border:0;border-top-left-radius:3px;border-top-right-radius:3px}body .p-menu .p-menu-separator{border:solid #c8c8c8;border-width:1px 0 0}body .p-menubar{padding:0;background-color:#fff;border:1px solid #c8c8c8;border-radius:3px}body .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link{padding:.714em .857em}body .p-menubar .p-submenu-list{padding:0;background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-menubar .p-submenu-list .p-menuitem{margin:0}body .p-menubar .p-submenu-list .p-menu-separator{border:solid #c8c8c8;border-width:1px 0 0}body .p-menubar .p-menuitem{margin:0}body .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link{background-color:#eaeaea}body .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon,body .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text,body .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon{color:#333}body .p-contextmenu{border:1px solid #c8c8c8;border-radius:3px}body .p-contextmenu,body .p-contextmenu .p-submenu-list{padding:0;background-color:#fff;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-contextmenu .p-submenu-list{border:1px solid #c8c8c8}body .p-contextmenu .p-menuitem{margin:0}body .p-contextmenu .p-menuitem .p-menuitem-link .p-submenu-icon{right:.429em}body .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link{background-color:#eaeaea}body .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon,body .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text,body .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon{color:#333}body .p-contextmenu .p-menu-separator{border:solid #c8c8c8;border-width:1px 0 0}body .p-tieredmenu{padding:0;background-color:#fff;border:1px solid #c8c8c8;border-radius:3px}body .p-tieredmenu .p-submenu-list{padding:0;background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-tieredmenu .p-menuitem{margin:0}body .p-tieredmenu .p-menuitem .p-menuitem-link .p-submenu-icon{right:.429em}body .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link{background-color:#eaeaea}body .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon,body .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text,body .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon{color:#333}body .p-tieredmenu .p-menu-separator{border:solid #c8c8c8;border-width:1px 0 0}body .p-tieredmenu.p-menu-overlay{border:1px solid #c8c8c8;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-slidemenu{padding:0;background-color:#fff;border:1px solid #c8c8c8;border-radius:3px}body .p-slidemenu .p-submenu-list{padding:0;background-color:#fff;border:0}body .p-slidemenu .p-menuitem{margin:0}body .p-slidemenu .p-menuitem .p-menuitem-link .p-submenu-icon{right:.429em}body .p-slidemenu .p-menuitem.p-menuitem-active>.p-menuitem-link{background-color:#eaeaea}body .p-slidemenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon,body .p-slidemenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text,body .p-slidemenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon{color:#333}body .p-slidemenu .p-slidemenu-backward{margin:0;padding:.571em 1em;color:#333;background-color:#f4f4f4;font-weight:700;border:0}body .p-slidemenu .p-slidemenu-backward:hover{background-color:#dbdbdb;color:#333}body .p-slidemenu .p-menu-separator{border:solid #c8c8c8;border-width:1px 0 0}body .p-slidemenu.p-menu-overlay{border:1px solid #c8c8c8;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-tabmenu{border:0}body .p-tabmenu .p-tabmenu-nav{padding:0;background:transparent;border-bottom:1px solid #c8c8c8}body .p-tabmenu .p-tabmenu-nav:after{content:"";display:table;clear:both}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{margin-bottom:-1px;border:1px solid #c8c8c8;background-color:#f4f4f4;color:#333;padding:.571em 1em;margin-right:2px;border-top-left-radius:3px;border-top-right-radius:3px;transition:background-color .2s,box-shadow .2s}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-text{color:#333}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon{color:#848484;margin-right:.5em}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link{background-color:#dbdbdb;border:1px solid #dbdbdb}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-icon,body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link .p-menuitem-text{color:#333}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link{background-color:#007ad9;border:1px solid #007ad9}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-icon,body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link .p-menuitem-text{color:#fff}body .p-megamenu{padding:0;background-color:#fff;border:1px solid #c8c8c8;border-radius:3px}body .p-megamenu .p-megamenu-submenu-header{margin:0;padding:.571em 1em;color:#333;background-color:#f4f4f4;font-weight:700;border:0}body .p-megamenu .p-megamenu-panel{padding:0;background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}body .p-megamenu .p-menuitem{margin:0}body .p-megamenu .p-menuitem .p-menuitem-link .p-submenu-icon{right:.429em}body .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link{background-color:#eaeaea}body .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon,body .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text,body .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon{color:#333}body .p-megamenu.p-megamenu-vertical .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{right:.429em}body .p-panelmenu .p-icon{position:static}body .p-panelmenu .p-panelmenu-panel .p-panelmenu-header{margin-top:2px}body .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header{margin-top:0}body .p-panelmenu .p-panelmenu-header{padding:0}body .p-panelmenu .p-panelmenu-header>a{border:1px solid #c8c8c8;background-color:#f4f4f4;color:#333;padding:.714em .857em;font-weight:700;position:static;font-size:14px;border-radius:3px;transition:background-color .2s,box-shadow .2s}body .p-panelmenu .p-panelmenu-header>a .p-panelmenu-icon{color:#848484}body .p-panelmenu .p-panelmenu-header>a .p-panelmenu-icon.pi-caret-right:before{content:""}body .p-panelmenu .p-panelmenu-header>a .p-panelmenu-icon.pi-caret-down:before{content:""}body .p-panelmenu .p-panelmenu-header>a:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff;z-index:100}body .p-panelmenu .p-panelmenu-header:not(.p-highlight)>a:hover{outline:0 none;border:1px solid #dbdbdb;background-color:#dbdbdb;color:#333}body .p-panelmenu .p-panelmenu-header:not(.p-highlight)>a:hover .p-panelmenu-icon{color:#333}body .p-panelmenu .p-panelmenu-header.p-highlight{margin-bottom:0}body .p-panelmenu .p-panelmenu-header.p-highlight>a{border:1px solid #007ad9;background-color:#007ad9;color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}body .p-panelmenu .p-panelmenu-header.p-highlight>a .p-panelmenu-icon{color:#fff}body .p-panelmenu .p-panelmenu-header.p-highlight>a:hover{outline:0 none;border:1px solid #005b9f;background-color:#005b9f;color:#fff}body .p-panelmenu .p-panelmenu-header.p-highlight>a:hover .p-panelmenu-icon{color:#fff}body .p-panelmenu .p-panelmenu-panel:first-child{margin-top:0}body .p-panelmenu .p-panelmenu-content{padding:0;background-color:#fff;margin-top:0;position:static;border:1px solid #c8c8c8;border-top:0}body .p-panelmenu .p-panelmenu-content .p-menuitem{margin:0}body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link{padding:.714em .857em;color:#333;transition:background-color .2s,box-shadow .2s}body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover{background-color:#eaeaea}body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-icon,body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-menuitem-text,body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:hover .p-panelmenu-icon{color:#333}body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2em #8dcdff}body .p-progressbar{border:0;height:24px;background-color:#eaeaea}body .p-progressbar .p-progressbar-value{border:0;margin:0;background:#007ad9}body .p-progressbar .p-progressbar-label{margin-top:0;color:#333;line-height:24px}body .p-galleria .p-galleria-nav-next,body .p-galleria .p-galleria-nav-prev{transition:all .2s;position:absolute;color:#848484}body .p-galleria .p-galleria-nav-next:hover,body .p-galleria .p-galleria-nav-prev:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}body .p-galleria .p-galleria-nav-next,body .p-galleria .p-galleria-nav-prev{font-size:16px}body .p-terminal{background-color:#fff;color:#333;border:1px solid #c8c8c8;padding:.571em 1em}body .p-terminal .p-terminal-input{font-size:14px;font-family:Open Sans,Helvetica Neue,sans-serif;height:16px}body .p-terminal .p-terminal-command{height:16px}body .p-inplace{min-height:2.357em}body .p-inplace .p-inplace-display{padding:.429em;border-radius:3px;transition:background-color .2s}body .p-inplace .p-inplace-display:not(.p-disabled):hover{background-color:#eaeaea;color:#333}body .p-fluid .p-inplace.p-inplace-closable .p-inplace-content>:first-child{display:inline-block;width:calc(100% - 2.357em)}.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{-webkit-transform:scale(0);transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled a{cursor:default!important}.p-component-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.p-clearfix:after{content:"";display:table;clear:both}@-webkit-keyframes p-fadein{0%{opacity:0}to{opacity:1}}@keyframes p-fadein{0%{opacity:0}to{opacity:1}}button,input[type=button],input[type=file]::-webkit-file-upload-button,input[type=reset],input[type=submit]{border-radius:0}.p-input-overlay{-webkit-transform:translateY(5%);transform:translateY(5%);opacity:0;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.p-input-overlay-visible{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.p-input-overlay-hidden{transition:opacity .15s,-webkit-transform .3s;transition:transform .3s,opacity .15s;transition:transform .3s,opacity .15s,-webkit-transform .3s}.p-input-overlay-hidden,.p-menu-overlay{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}.p-menu-overlay{transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.p-menu-overlay-visible{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.p-menu-overlay-hidden{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%);transition:opacity .15s,-webkit-transform .3s;transition:transform .3s,opacity .15s;transition:transform .3s,opacity .15s,-webkit-transform .3s}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer}.p-toggleable-content-collapsed{display:none}.p-toggleable-content-enter{max-height:0;display:block}.p-toggleable-content-enter-active{max-height:1000px;overflow:hidden;transition:max-height .4s cubic-bezier(.86,0,.07,1)}.p-toggleable-content-enter-done{display:block}.p-toggleable-content-exit{max-height:1000px;display:block}.p-toggleable-content-exit-active{max-height:0;display:block;overflow:hidden;transition:max-height .25s cubic-bezier(.86,0,.07,1)}.p-toggleable-content-exit-done{display:none}.p-accordion{width:100%}.p-accordion .p-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1}.p-accordion .p-accordion-header a{display:block;padding:.5em}.p-accordion .p-accordion-header-text,.p-accordion .p-accordion-toggle-icon{vertical-align:middle}.p-accordion .p-accordion-header a>span{display:inline-block;vertical-align:middle}.p-accordion .p-accordion-content{padding:1em;border-top:0;zoom:1}.p-accordion .p-accordion-header.p-disabled,.p-accordion .p-accordion-header.p-disabled a{cursor:default}.p-accordion .p-accordion-content-wrapper-collapsed{overflow:hidden;max-height:0;transition:max-height .5s cubic-bezier(0,1,0,1)}.p-accordion .p-accordion-content-wrapper-expanded{max-height:1000px;transition:max-height 1s ease-in-out}.p-accordion .p-accordion-content-wrapper-expanding{overflow:hidden}.p-breadcrumb{margin:0;padding:.5em}.p-breadcrumb ul{margin:0;padding:0}.p-breadcrumb ul li{display:inline-block;margin:0 .25em}.p-breadcrumb-chevron,.p-breadcrumb-home{vertical-align:middle}.p-breadcrumb ul li .p-menuitem-link{text-decoration:none}.p-breadcrumb .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-breadcrumb .p-menuitem-text{vertical-align:middle}.p-autocomplete{width:auto;zoom:1;cursor:pointer;box-shadow:none;position:relative;display:inline-block}.p-autocomplete .p-autocomplete-dropdown{height:100%;width:2em;margin-right:0;vertical-align:top}.p-autocomplete .p-autocomplete-input{padding-right:1.5em}.p-autocomplete-loader{position:absolute;right:.25em;top:50%;margin-top:-.5em}.p-autocomplete-query{font-weight:700}.p-autocomplete .p-autocomplete-panel{min-width:100%}.p-autocomplete-panel{position:absolute;overflow:auto;display:none}.p-autocomplete-panel .p-autocomplete-list{padding:.4em;border:0}.p-autocomplete-panel .p-autocomplete-list-item{border:0;cursor:pointer;font-weight:400;margin:1px 0;padding:.186em .313em;text-align:left}.p-autocomplete .p-button-icon-only,.p-autocomplete .p-button-icon-only:enabled:active,.p-autocomplete .p-button-icon-only:enabled:focus,.p-autocomplete .p-button-icon-only:enabled:hover{border-left:0}.p-autocomplete-multiple-container{display:inline-block;vertical-align:middle}.p-autocomplete-multiple-container.p-inputtext{clear:left;cursor:text;list-style-type:none;margin:0;overflow:hidden;padding:0 1.5em 0 .25em}.p-autocomplete-token{cursor:default;display:inline-block;vertical-align:middle;overflow:hidden;padding:.125em .5em;white-space:nowrap;position:relative;margin-right:.125em;border:0;font-size:.9em}.p-autocomplete-token-label{display:block;margin-right:2em}.p-autocomplete-token-icon{margin-top:-.5em;position:absolute;right:.2em;top:50%;cursor:pointer}.p-autocomplete-input-token{display:inline-block;vertical-align:middle;list-style-type:none;margin:0 0 0 .125em;padding:.25em .25em .25em 0}.p-autocomplete-input-token input{border:0;width:10em;outline:medium none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0}.p-autocomplete-dd .p-autocomplete-loader{right:2.25em}.p-autocomplete-dd .p-autocomplete-multiple-container,.p-autocomplete-dd input{border-top-right-radius:0;border-bottom-right-radius:0}.p-autocomplete-dd .p-autocomplete-dropdown{border-top-left-radius:0;border-bottom-left-radius:0}.p-fluid .p-autocomplete,.p-fluid .p-autocomplete-input{width:100%}.p-fluid .p-autocomplete.p-autocomplete-dd .p-autocomplete-input,.p-fluid .p-autocomplete.p-autocomplete-dd .p-autocomplete-multiple-container{width:calc(100% - 2em)}.p-fluid .p-autocomplete .p-autocomplete-dropdown.p-button{width:2em}.p-calendar{position:relative;display:inline-block}.p-calendar .p-calendar-button{position:absolute;height:100%;border-top-left-radius:0;border-bottom-left-radius:0;width:2em;border-left:0}.p-calendar .p-calendar-button:enabled:hover,.p-calendar .p-calendar-button:focus{border-left:0}.p-calendar .p-datepicker{min-width:100%}.p-fluid .p-calendar{width:100%}.p-fluid .p-calendar-button{width:2em}.p-fluid .p-datepicker-buttonbar button{width:auto}.p-fluid .p-calendar.p-calendar-w-btn .p-inputtext{width:calc(100% - 2em)}.p-datepicker{width:auto;padding:.2em;display:none;position:absolute}.p-datepicker.p-datepicker-inline{display:inline-block;position:static}.p-datepicker .p-datepicker-group{border-width:0}.p-datepicker .p-datepicker-header{position:relative;padding:.5em 0}.p-datepicker .p-datepicker-next,.p-datepicker .p-datepicker-prev{position:absolute;top:.5em;width:1.8em;height:1.8em;cursor:pointer}.p-datepicker .p-datepicker-prev{left:.125em}.p-datepicker .p-datepicker-next{right:.125em}.p-datepicker .p-datepicker-next span,.p-datepicker .p-datepicker-prev span{display:block;position:absolute;left:50%;top:50%;margin-top:-.5em;margin-left:-.5em}.p-datepicker .p-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.p-datepicker .p-datepicker-title select{font-size:1em;margin:.125em 0;vertical-align:middle}.p-datepicker select.p-datepicker-month{margin-right:.25em}.p-datepicker span.p-datepicker-year{margin-left:.25em}.p-datepicker-multiple-month .p-datepicker-group{display:table-cell;border-width:0 1px 0 0}.p-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.p-datepicker th{padding:.5em;text-align:center;font-weight:700;border:0}.p-datepicker td{border:0;padding:0}.p-datepicker td>a,.p-datepicker td>span{display:block;padding:.5em;text-align:right;text-decoration:none}.p-datepicker td a{cursor:pointer}.p-datepicker .p-datepicker-buttonbar,.p-datepicker .p-datepicker-footer{padding:.5em}.p-datepicker .p-datepicker-buttonbar:after{content:"";display:table;clear:both}.p-datepicker .p-datepicker-buttonbar>button:last-child{float:right}.p-calendar.p-calendar-w-btn input{border-top-right-radius:0;border-bottom-right-radius:0}.p-monthpicker .p-monthpicker-month{width:33.3%;display:inline-block;text-align:center;padding:.5em;cursor:pointer}.p-datepicker-monthpicker select.p-datepicker-year{width:auto}.p-timepicker{text-align:center;padding:.5em 0}.p-timepicker>div{display:inline-block;margin-left:.5em;min-width:1.5em}.p-timepicker>.p-minute-picker,.p-timepicker>.p-second-picker{margin-left:0}.p-timepicker>.p-separator{margin-left:0;min-width:.75em}.p-timepicker>.p-separator .p-separator-spacer{visibility:hidden;display:block}.p-timepicker>div button{display:block;cursor:pointer}.p-timepicker>div button:last-child{margin-top:.3em}input[type=text]::-ms-clear{display:none}.p-calendar .p-datepicker-touch-ui,.p-datepicker-touch-ui{position:fixed;top:50%;left:50%;min-width:80vw;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-datepicker-touch-ui.p-datepicker th{padding:2em 0}.p-datepicker-touch-ui.p-datepicker td{padding:0}.p-datepicker-touch-ui.p-datepicker td a,.p-datepicker-touch-ui.p-datepicker td span{padding:2em 0}.p-datepicker-touch-ui .p-timepicker{padding:1em 0}.p-datepicker-touch-ui .p-timepicker>div a{font-size:2em}.p-datepicker-mask{position:fixed;width:100%;height:100%}@media screen and (max-width:40em){.p-datepicker-multiple-month{width:17em;overflow:auto}.p-datepicker-touch-ui.p-datepicker td a,.p-datepicker-touch-ui.p-datepicker td span,.p-datepicker-touch-ui.p-datepicker th{padding:1em 0}}.p-button{display:inline-block;position:relative;padding:0;text-decoration:none!important;cursor:pointer;text-align:center;zoom:1;overflow:visible;margin-right:.25em;-ms-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-select:none}.p-button .p-button-text{display:block;line-height:normal}.p-button-text-only .p-button-text{padding:.25em 1em}.p-button-icon-only .p-button-text,.p-button-text-empty .p-button-text{padding:.25em;text-indent:-9999999px}.p-button-text-icon-left .p-button-text{padding:.25em 1em .25em 2.1em}.p-button-text-icon-right .p-button-text{padding:.25em 2.1em .25em 1em}.p-button-icon-only .p-button-icon-left,.p-button-text-icon-left .p-button-icon-left,.p-button-text-icon-right .p-button-icon-right{position:absolute;top:50%;margin-top:-.5em;height:1em}.p-button-icon-only .p-button-icon-left{top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;width:1em;height:1em}.p-button-icon-left{left:.5em}.p-button-icon-right{right:.5em}.p-buttonset .p-button{margin-left:0;margin-right:0}button.p-button::-moz-focus-inner{border:0;padding:0}.p-fluid .p-button{width:100%}.p-fluid .p-button-text-icon-left .p-button-text,.p-fluid .p-button-text-icon-right .p-button-text{padding-left:1em;padding-right:1em}.p-fluid .p-buttonset,.p-fluid .p-buttonset.p-buttonset-1 .p-button{width:100%}.p-fluid .p-buttonset.p-buttonset-2 .p-button{width:50%}.p-fluid .p-buttonset.p-buttonset-3 .p-button{width:33.3%}.p-fluid .p-buttonset.p-buttonset-4 .p-button{width:25%}.p-fluid .p-buttonset.p-buttonset-5 .p-button{width:20%}.p-fluid .p-buttonset.p-buttonset-6 .p-button{width:16.6%}@media(max-width:640px){.p-fluid .p-buttonset.p-buttonset-1 .p-button,.p-fluid .p-buttonset.p-buttonset-2 .p-button,.p-fluid .p-buttonset.p-buttonset-3 .p-button,.p-fluid .p-buttonset.p-buttonset-4 .p-button,.p-fluid .p-buttonset.p-buttonset-5 .p-button,.p-fluid .p-buttonset.p-buttonset-6 .p-button{width:100%}}.p-card-header img{width:100%}.p-card-body{padding:1em}.p-card-title{font-size:1.5em}.p-card-subtitle,.p-card-title{font-weight:700;margin-bottom:.5em}.p-card-subtitle{opacity:.7;margin-top:-.25em}.p-card-footer{padding-top:1em}.p-checkbox{display:inline-block;cursor:pointer;vertical-align:middle;margin-right:.25em;-ms-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-select:none}.p-checkbox .p-checkbox-box{width:1.125em;height:1.125em;line-height:1.125em;border-radius:2px;text-align:center}.p-checkbox .p-checkbox-icon{display:block}.p-checkbox+label,.p-checkbox-label{vertical-align:middle}.p-chart{position:relative}.p-chips>ul.p-inputtext{clear:left;cursor:text;list-style-type:none;margin:0;overflow:hidden;padding:0 .25em}.p-chips-token{cursor:default;display:inline-block;vertical-align:middle;overflow:hidden;padding:.125em .5em;white-space:nowrap;position:relative;margin-right:.125em;border:0;font-size:.9em}.p-chips-token .p-chips-token-label{display:block;margin-right:2em}.p-chips>.p-disabled .p-chips-token-label{margin-right:0}.p-chips-token .p-chips-token-icon{margin-top:-.5em;position:absolute;right:.2em;top:50%;cursor:pointer}.p-chips-input-token{display:inline-block;vertical-align:middle;list-style-type:none;margin:0 0 0 .125em;padding:.25em .25em .25em 0}.p-chips-input-token .p-inputtext{border:0;width:10em;outline:medium none;background-color:transparent;margin:0;padding:0;box-shadow:none;border-radius:0}.p-colorpicker{display:inline-block}.p-colorpicker-dragging{cursor:pointer}.p-colorpicker-overlay{position:relative}.p-colorpicker-panel{position:relative;width:193px;height:166px;background-color:#323232;border-color:#191919}.p-colorpicker-overlay-panel{display:none;position:absolute}.p-colorpicker-preview{width:2em;cursor:pointer}.p-colorpicker-panel .p-colorpicker-content{position:relative}.p-colorpicker-panel .p-colorpicker-color-selector{width:150px;height:150px;top:8px;left:8px;position:absolute}.p-colorpicker-panel .p-colorpicker-color{width:150px;height:150px;background:transparent url(../../static/media/color.c7a33805.png) no-repeat 0 0}.p-colorpicker-panel .p-colorpicker-color-handle{position:absolute;top:0;left:150px;border-radius:100%;width:10px;height:10px;border:1px solid #fff;margin:-5px 0 0 -5px;cursor:pointer}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAACWCAIAAAC3uvTNAAAA7ElEQVRYw+2YUQqDQAxEh9GWuqV6Be9/JT88RN0VRUuv0ElBwhKY3yF5m90kLKd+mF/975r6geNyjm9Fy0kgqTJ6nqoIdGKczjmPJU5tZxA8wWPL7YOHKhZAlcmTAVVcxSCrMbfgqY/H6JEOoASPe56tgSrqLR7U2zWojwWjJ3jq47HEiZoGTwJxP1RRXw8y9RZfCMhbhTHOVTxXnUFtPJ5rGjzu35y2KfKGQxWT2K4TQL1d2zz6KAH1kRU8wfOXx+37qY3Hct+aDaqot2u7R/wMuDS3qnj0z0HqK4X/+kRNHdfUwFP2Nisqe/sFuUZiVjC9HCUAAAAASUVORK5CYII=) no-repeat 0 0;width:17px;height:150px;top:8px;left:167px;position:absolute;opacity:.85}.p-colorpicker-panel .p-colorpicker-hue-handle{position:absolute;top:150px;left:0;width:21px;margin-left:-2px;margin-top:-5px;height:10px;border:2px solid #fff;opacity:.85;cursor:pointer}.p-colorpicker-panel.p-disabled .p-colorpicker-color-handle,.p-colorpicker-panel.p-disabled .p-colorpicker-hue-handle{opacity:.5}.p-contextmenu{width:12.5em;padding:.25em;position:absolute;display:none}.p-contextmenu .p-menu-separator{border-width:1px 0 0}.p-contextmenu ul{list-style:none;margin:0;padding:0}.p-contextmenu .p-submenu-list{display:none;position:absolute;width:12.5em;padding:.25em;z-index:1}.p-contextmenu .p-menuitem-active>.p-submenu-list{display:block}.p-contextmenu .p-menuitem-link{padding:.25em;display:block;position:relative}.p-contextmenu .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-contextmenu .p-menuitem-text{vertical-align:middle}.p-contextmenu .p-menuitem{position:relative}.p-contextmenu .p-menuitem-link .p-submenu-icon{position:absolute;margin-top:-.5em;right:0;top:50%}.p-contextmenu .p-menuitem-active>.p-submenu>.p-submenu-list{display:block!important}.p-datascroller .p-datascroller-header{text-align:center;padding:.5em .75em;border-bottom:0}.p-datascroller .p-datascroller-footer{text-align:center;padding:.25em .625em;border-top:0}.p-datascroller .p-datascroller-content{padding:.25em .625em}.p-datascroller-inline .p-datascroller-content{overflow:auto}.p-datascroller .p-datascroller-list{list-style-type:none;margin:0;padding:0}.p-dataview .p-paginator{text-align:center}.p-dataview-column{padding:.25em}.p-dataview-content-empty{padding:.25em .625em}.p-dataview .p-dataview-footer,.p-dataview .p-dataview-header{text-align:center;padding:.5em .75em}.p-dataview .p-dataview-header{border-bottom:0}.p-dataview .p-dataview-footer{border-top:0}.p-dataview .p-paginator-top{border-bottom:0}.p-dataview .p-paginator-bottom{border-top:0}.p-dataview.p-dataview-list>.p-dataview-content>div.p-grid>div{width:100%}.p-dataview-loading-icon{font-size:2em}.p-datatable{position:relative}.p-datatable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-datatable .p-datatable-tbody>tr>td,.p-datatable .p-datatable-tfoot>tr>td,.p-datatable .p-datatable-thead>tr>th{padding:.25em .5em}.p-datatable .p-sortable-column{cursor:pointer}.p-datatable .p-sortable-column-icon{vertical-align:middle}.p-datatable-auto-layout>.p-datatable-wrapper{overflow-x:auto}.p-datatable-auto-layout>.p-datatable-wrapper>table{table-layout:auto}.p-datatable-footer,.p-datatable-header{padding:.25em .5em;text-align:center;font-weight:700}.p-datatable-header{border-bottom:0}.p-datatable-footer{border-top:0}.p-datatable .p-paginator-top{border-bottom:0}.p-datatable .p-paginator-bottom{border-top:0}.p-datatable-scrollable-wrapper{position:relative}.p-datatable-scrollable-footer,.p-datatable-scrollable-header{overflow:hidden;border:0}.p-datatable-scrollable-body{overflow:auto;position:relative}.p-datatable-scrollable-body>table>.p-datatable-tbody>tr:first-child>td{border-top:0}.p-datatable-virtual-table{position:absolute}.p-datatable-frozen-view .p-datatable-scrollable-body{overflow:hidden}.p-datatable-frozen-view>.p-datatable-scrollable-body>table>.p-datatable-tbody>tr>td:last-child{border-right:0}.p-datatable-unfrozen-view{position:absolute;top:0}.p-datatable-resizable>.p-datatable-wrapper{overflow-x:auto}.p-datatable-resizable .p-datatable-tbody>tr>td,.p-datatable-resizable .p-datatable-tfoot>tr>td,.p-datatable-resizable .p-datatable-thead>tr>th{overflow:hidden}.p-datatable-resizable .p-resizable-column{background-clip:padding-box;position:relative}.p-datatable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-datatable .p-column-resizer{display:block;position:absolute!important;top:0;right:0;margin:0;width:.5em;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-datatable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-datatable .p-datatable-tbody>tr>td.p-cell-editing .p-component{width:100%}.p-datatable-reorder-indicator-down,.p-datatable-reorder-indicator-up{position:absolute;display:none}.p-datatable-responsive .p-datatable-tbody>tr>td .p-column-title{display:none}@media screen and (max-width:40em){.p-datatable-responsive .p-datatable-tfoot>tr>td,.p-datatable-responsive .p-datatable-thead>tr>th{display:none!important}.p-datatable-responsive .p-datatable-tbody>tr>td{text-align:left;display:block;border:0;width:100%!important;float:left;clear:left}.p-datatable-responsive .p-datatable-tbody>tr>td .p-column-title{padding:.4em;min-width:30%;display:inline-block;margin:-.4em 1em -.4em -.4em;font-weight:700}}.p-datatable-loading-overlay{position:absolute;width:100%;height:100%;-ms-filter:"alpha(opacity=10)";opacity:.1;z-index:1}.p-datatable-loading-content{position:absolute;left:50%;top:50%;z-index:2;margin-top:-1em;margin-left:-1em}.p-datatable .p-datatable-loading-icon{font-size:2em}.p-dialog{position:fixed;padding:0;display:none;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.p-dialog-visible{display:block}.p-dialog .p-dialog-content,.p-dialog .p-dialog-titlebar{padding:.5em .75em;position:relative;border:0}.p-dialog .p-dialog-content{background:0;zoom:1}.p-dialog-resizable .p-dialog-content{overflow:auto}.p-dialog .p-resizable-handle{width:14px;height:14px;right:3px;bottom:3px;position:absolute;font-size:.1px;display:block;cursor:se-resize}.p-draggable .p-dialog-titlebar{cursor:move}.p-dialog .p-dialog-titlebar-icons{float:right}.p-dialog .p-dialog-titlebar-icons:after{content:"";display:table;clear:both}.p-dialog .p-dialog-titlebar-icon{text-decoration:none;padding:.125em;cursor:pointer;display:inline-block;vertical-align:middle;border:1px solid transparent}.p-dialog .p-dialog-titlebar-icon span{display:block;margin:0}.p-dialog-footer{padding:1em;border-width:1px 0 0;text-align:right}.p-dialog-mask{position:fixed;width:100%;height:100%}.p-confirmdialog{width:30em}.p-confirmdialog.p-dialog .p-dialog-content{padding:1em 2em}.p-confirmdialog .p-dialog-content .p-confirmdialog-icon{font-size:1.5em;vertical-align:middle;margin-right:.5em}.p-confirmdialog .p-dialog-content .p-confirmdialog-message{vertical-align:middle}.p-fluid .p-dialog-footer .p-button{width:auto}.p-rtl .p-dialog .p-dialog-titlebar-close{float:left}.p-rtl .p-dialog .p-dialog-footer{text-align:left}@media screen and (max-width:40em){.p-confirmdialog{width:90%}}.p-dialog-enter{display:block;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) scale(.7);transform:translateX(-50%) translateY(-50%) scale(.7)}.p-dialog-enter-active{opacity:1;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1);transition:all .15s cubic-bezier(0,0,.2,1)}.p-dialog-enter-done{display:block}.p-dialog-exit{opacity:1;display:block}.p-dialog-exit-active{opacity:0;transition:all 75ms cubic-bezier(.4,0,.2,1)}.p-dialog-exit-done{display:none}.p-dialog-maximized{transition:none;-webkit-transform:none;transform:none;width:100vw!important;top:0;left:0}.p-dialog-maximized .p-dialog-content{transition:height .3s}.p-dropdown{display:inline-block;position:relative;cursor:pointer;vertical-align:middle;min-width:12.5em}.p-dropdown .p-dropdown-hidden-select{bottom:0;clip:auto}.p-dropdown .p-dropdown-hidden-select select{-webkit-transform:none;transform:none;height:1px;position:absolute;top:0;clip:rect(0,0,0,0);pointer-events:none}.p-dropdown .p-dropdown-clear-icon{position:absolute;right:2em;top:50%;font-size:1em;height:1em;margin-top:-.5em}.p-dropdown .p-dropdown-trigger{border-right:0;border-top:0;border-bottom:0;cursor:pointer;width:1.5em;height:100%;position:absolute;right:0;top:0;padding:0 .25em}.p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon{top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;position:absolute}.p-dropdown .p-dropdown-label{display:block;border:0;white-space:nowrap;overflow:hidden;font-weight:400;width:100%;padding-right:1.5em}.p-dropdown .p-dropdown-item-empty,.p-dropdown .p-dropdown-label-empty{overflow:hidden;visibility:hidden}.p-dropdown.p-disabled .p-dropdown-label,.p-dropdown.p-disabled .p-dropdown-trigger{cursor:default}.p-dropdown label.p-dropdown-label{cursor:pointer}.p-dropdown input.p-dropdown-label{cursor:default}.p-dropdown .p-dropdown-panel{min-width:100%}.p-dropdown-panel{position:absolute;height:auto}.p-dropdown-panel .p-dropdown-items-wrapper{overflow:auto}.p-dropdown-panel .p-dropdown-item{font-weight:400;border:0;cursor:pointer;margin:1px 0;padding:.125em .25em;text-align:left}.p-dropdown-panel .p-dropdown-item-group{font-weight:700}.p-dropdown-panel .p-dropdown-list{padding:.4em;border:0;margin:0;list-style-type:none}.p-dropdown-panel .p-dropdown-filter{width:100%;box-sizing:border-box;padding-right:1.5em}.p-dropdown-panel .p-dropdown-filter-container{position:relative;margin:0;padding:.4em;display:inline-block}.p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon{position:absolute;top:.8em;right:1em}.p-fluid .p-dropdown{width:100%;min-width:100%}.p-fieldset,.p-fieldset .p-fieldset-legend{padding:.5em 1em}.p-fieldset-toggleable .p-fieldset-legend{padding:0}.p-fieldset-toggleable .p-fieldset-legend a{padding:.5em 1em;cursor:pointer;white-space:nowrap;display:block}.p-fieldset .p-fieldset-toggler{margin-right:.1em;display:inline-block;vertical-align:middle}.p-fieldset .p-fieldset-legend-text{vertical-align:middle}.p-fieldset-content-wrapper-collapsed{overflow:hidden;max-height:0;transition:max-height .5s cubic-bezier(0,1,0,1)}.p-fieldset-content-wrapper-expanded{max-height:1000px;transition:max-height 1s ease-in-out}.p-fieldset-content-wrapper-expanding{overflow:hidden}.p-fileupload-buttonbar .p-fileupload-choose.p-disabled input{cursor:default}.p-fileupload-buttonbar{padding:.5em;border-bottom:0}.p-fileupload-buttonbar .p-button{vertical-align:middle;margin-right:.25em}.p-fileupload-content{padding:1em;position:relative;transition:border-color .3s}.p-fileupload-content.p-fileupload-highlight{border-color:#156090}.p-fileupload-files img{border:0}.p-fileupload-files{display:table}.p-fileupload-row{display:table-row}.p-fileupload-row>div{display:table-cell;padding:.5em 1em;vertical-align:middle}.p-fileupload-content .p-progressbar{width:100%;position:absolute;top:1px;left:0;height:.25em;border:0}.p-fileupload-content .p-progressbar-value{border-radius:0;border:0}.p-fileupload-choose{position:relative;overflow:hidden}.p-fileupload-choose input[type=file]{position:absolute;top:0;right:0;margin:0;opacity:0;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);direction:ltr;cursor:pointer}.p-fileupload-choose.p-fileupload-choose-selected input[type=file]{display:none}.p-fluid .p-fileupload .p-button{width:auto}.p-fluid .p-fileupload-content .p-button-icon-only{width:2em}.ui-fluid .fc .ui-button{width:auto}.p-growl{position:fixed;width:20em}.p-growl.p-growl-topright{top:20px;right:20px}.p-growl.p-growl-topleft{top:20px;left:20px}.p-growl.p-growl-bottomleft{bottom:20px;left:20px}.p-growl.p-growl-bottomright{bottom:20px;right:20px}.p-growl-item-container{position:relative;margin:0 0 10px}.p-growl-item{position:relative;display:block;padding:.5em 1em}.p-growl-item p{padding:0;margin:0}.p-growl-icon-close{position:absolute;top:4px;right:4px;cursor:pointer}.p-growl-title{font-weight:700;padding:0 0 .5em;display:block}.p-growl-image{position:absolute;display:inline-block;left:.5em;top:.25em;padding:0;font-size:2em}.p-growl-message{padding:0 0 .25em;margin-left:2.5em}.p-growl-message p{font-weight:400}.p-growl-enter{opacity:.01}.p-growl-enter.p-growl-enter-active{opacity:1;transition:opacity .25s ease-in}.p-growl-exit{max-height:500px}.p-growl-exit.p-growl-exit-active{max-height:0;overflow:hidden;margin-bottom:0;transition:max-height .5s cubic-bezier(0,1,0,1),margin-bottom .5s cubic-bezier(0,1,0,1)}.p-inplace .p-inplace-display{display:inline;cursor:pointer;border:0;padding:.25em;font-weight:400}.p-inplace .p-inplace-content{display:inline}.p-inputswitch{position:relative;display:inline-block;width:3em;height:1.75em}.p-inputswitch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;transition:.3s;border-radius:30px}.p-inputswitch-slider:before{position:absolute;content:"";height:1.25em;width:1.25em;left:.25em;bottom:.25em;border-radius:50%;transition:.3s}.p-inputswitch-checked .p-inputswitch-slider:before{-webkit-transform:translateX(1.25em);transform:translateX(1.25em)}.p-inputtext{margin:0;outline:medium none;padding:.25em;font-weight:400}.p-fluid .p-inputtext{width:100%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.p-inputgroup{display:-webkit-flex;display:flex}.p-inputgroup .p-inputgroup-addon{display:inline-block;text-align:center;min-width:1.5em;padding:.25em;border-width:1px;border-style:solid}.p-inputgroup .p-inputgroup-addon+.p-inputgroup-addon{border-left:0}.p-inputgroup .p-inputtext{padding-left:.5em}.p-inputgroup>.p-autocomplete:not(:first-child)>.p-autocomplete-input,.p-inputgroup>.p-calendar:not(:first-child)>.p-inputtext,.p-inputgroup>.p-chips:not(:first-child)>.p-inputtext,.p-inputgroup>.p-dropdown:not(:first-child),.p-inputgroup>.p-inputtext:not(:first-child),.p-inputgroup>.p-inputtextarea:not(:first-child),.p-inputgroup>.p-multiselect:not(:first-child),.p-inputgroup>.p-selectbutton:not(:first-child)>.p-button,.p-inputgroup>.p-spinner:not(:first-child),.p-inputgroup>.p-spinner:not(:first-child)>.p-spinner-input{border-top-left-radius:0;border-bottom-left-radius:0;border-left:0}.p-inputgroup>.p-autocomplete:not(:last-child)>.p-autocomplete-input,.p-inputgroup>.p-calendar:not(:last-child)>.p-inputtext,.p-inputgroup>.p-chips:not(:last-child)>.p-inputtext,.p-inputgroup>.p-dropdown:not(:last-child),.p-inputgroup>.p-inputtext:not(:last-child),.p-inputgroup>.p-inputtextarea:not(:last-child),.p-inputgroup>.p-multiselect:not(:last-child),.p-inputgroup>.p-selectbutton:not(:last-child)>.p-button,.p-inputgroup>.p-spinner:not(:last-child),.p-inputgroup>.p-spinner:not(:last-child)>.p-spinner-button,.p-inputgroup>.p-spinner:not(:last-child)>.p-spinner-input{border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.p-inputgroup .p-button{margin-right:0;border-radius:0}.p-fluid .p-inputgroup .p-button{width:auto}.p-fluid .p-inputgroup .p-inputtext{-webkit-flex:1 1 auto;flex:1 1 auto}.p-inputgroup .p-checkbox,.p-inputgroup .p-radiobutton{margin-right:0;vertical-align:bottom}.p-float-label{display:block;position:relative}.p-float-label label{font-weight:400;position:absolute;pointer-events:none;left:.25em;top:50%;margin-top:-.5em;transition:all .3s ease;-moz-transition:.3s ease all;-webkit-transition:all .3s ease;color:#898989;line-height:1}.p-float-label .p-inputwrapper-filled~label,.p-float-label .p-inputwrapper-focus~label,.p-float-label input.p-filled~label,.p-float-label input:focus~label{top:-.75em;font-size:12px}.p-float-label .input:-webkit-autofill~label{top:-20px;font-size:12px}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-lightbox{position:fixed;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.p-lightbox-content-wrapper{position:relative}.p-lightbox-content{position:relative;margin:0;padding:0;background-color:#000;transition-property:width,height}.p-lightbox-nav-left,.p-lightbox-nav-right{position:absolute;top:50%;cursor:pointer;z-index:1}.p-lightbox-nav-left{left:0}.p-lightbox-nav-right{right:0}.p-lightbox-loading .p-lightbox-content{background:url(data:image/gif;base64,R0lGODlhIAAgAPYAAAAAAOLi4gMDAyMjIyAgIAEBATw8PHBwcGdnZzc3NwcHBxMTE2hoaHFxcVNTUxUVFX5+fpmZmW5ubhcXFwoKCnNzc1FRUUdHR7Gxsa6urqmpqYODgx4eHggICHV1dU5OTgUFBTAwMKysrIGBgREREVVVVXd3dzg4OCcnJ7Ozs7CwsEhISDExMSwsLA4ODiUlJbe3t0FBQTo6OkxMTAwMDICAgGBgYCEhIRgYGGpqatHR0dPT08HBwdXV1bm5uVhYWBoaGhwcHBAQEEVFRVdXV1xcXIqKimNjY15eXqOjo56enpqamqWlpaCgoGFhYSoqKqGhoaenpygoKDU1NZycnFpaWsrKyr6+vrW1tc7OztDQ0D4+PpGRkZeXl1BQUHx8fJOTk46OjomJiZCQkJWVlcPDw8XFxcfHx7y8vC4uLjMzM4WFhUBAQIeHh7q6ukpKSszMzIyMjMnJyXp6enl5eUNDQ8DAwGxsbKqqqmVlZdfX1wAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAFAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QkZKECzk2NJOCDxchgwU1OjsSmQoQGCIWghQiOz01npALERkYGQ4AFBqtP4ILN0ACjgISGhkpGDIANjw+KABCKNEujxMbGiowowAEHIIT0SgUkBwjGiIzhkIvKDiSJCsxwYYdmI8KFB0FjfqLAgYMEiSUEJeoAJABBAgiGnCgQQUPJlgoIgGuWyICCBhoRNBCEbRoFhEVSODAwocTIBQVwEEgiMJEChSkzNTPRQdEFF46KsABxYtphUisAxLpW7QJgkDMxAFO5yIC0V5gEjrg5kcUQB098ElCEFQURAH4CiLvEQUFg25ECwKLpiCmKBC6ui0kYILcuXjz6t3Ld1IgACH5BAAFAAEALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2Ohw8Tj44XKlhbk4sKEVZZXAWZgwsxLYMdTJ1RCqEAIA1JSjOCFKhaUSCCoI8kRkpMULIKVFZaXaALN0C6jAVHS01RTFMAVVc8XgBCKNsujwsmS1AaCIJSpQAT2ygUk0AeS0oXhkIvKDihQjEyy4QdNJMgOqxqxC9RCyJFkKwYiKgAkAEE2CWi4CChDSdSFJFQx0ERiCEWQlq4oUjbto6KgCQwIOOJAEUFcBAIInGRgIKsGrrogIhCzUcFgqB40a0QiXpAMj1QJ6kVLgA41P1kxGHbi39HB/A0iaKoo6MvSAgisC0pAGRBXk4SOOjGtiCDFXCGSodCSM6GC7ze3cu3r9+/gAcFAgAh+QQABQACACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjoYkTj8Uj40SPGUMlYsdSzxmSiCbg0IyKIM0TTxnTAqjACAIYGNDgh1Uq1CiAB2VLl9hZGAXsGSrXAUKEjNABY4FRGJjXV0sAD8+aB8ANmItKC6PJAxiXBFIAAIhIYJVUygolI8TCNIxhkAvKDijLidTzgx1oLEJxC5GAReRkLFixZSDhwoAGUBAXiIWQy6smMFBEQl4KDoqenKi5Al+iYSAFJmIwgAUL5opKoCDQBCLM189c9HrEAWcz4LADFeIhD4gmxaAnCDIoCAcIIEuEgqToNEBvVTCI+rIxYAXJAQRgIcUwIIbQQQUPHiD7KCEOhMBTIAnJG7EBVzt6t3Lt6/fvYEAACH5BAAFAAMALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2OhiRVDhSPjQhYPkeViwpjWG5dIJuDBTdBgxRkWGhKCqOCK18QW4IdXKsRogAPHY8FNl8bG2wAIEarRgUKDW4ROI8XHl9rbS0ADhkYbwBIWj1wU48uPx4QYg4ABS1pgm09ZUc0lQtE5SeGR1hEz5sUIWkFDAkAIq9SAQGOAjIC8YLFFBQIExUAMoAAJUU41oVQs0ARCRQgOSyaABKkC0VCSopUJADHjRsTFhXAQSDIRZmvErrodYjCTV9BULw4WYjECxRANn0EGbNYRBwlfzIiKVSe0Ru9UpqsRGHAABKCCIBMCmCBqYiPBKC9MZZUTkJUEIW8PVRgAdG5ePPq3ctXbyAAIfkEAAUABAAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6GQhZDHY+NSFEiRZWLCmtRGXEgm4QgCoMdYhoZYKajAA9ETmqCnRoqY6IACy6VCQgHDQkAIBAaGCMAChIpShyPTzYMDR4oADNQUUMAVXJZOj+PHRdOOR4rAAVST4Ij3joXlS7jOSyGNnA7YRSbHSgvhyAMvBHiqlEBgxNu3MCxqACQAQT2KXKBoiIKGopIWHQ20eJFRUI2NsShcMJIAkEkNixo0AWlQxRUPioQxB+vQiReoACySWNFk8MECMJhUSajCRVfYMx5g1LIijcdKSAwgIQgAhV56roBRGilAgcF3cg6KCxLAEhREDxbqACJqGwI48qdS7fuqEAAIfkEAAUABQAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6GLitsCo+NJRFUM5WLICYRTSMCm4kdc59iIIIgLw+VT2woggp0EVBrogtfblFSjhNeP0hpAAINEUl0AApfZWdyTr4rFkVOBAB1YBFsAD92zlZ1jiBTbw42WwAFL7ECRmZycEYUjxRqbyW9hUfwRiSbIEGCHKLwxoKQUY1AUCjQiAQBAhMWFWjRgkCHRRRQaERBQxGJjRwwbuSoSAhIRg9u3IioqAAOAkAuMmKIsFEBFzINUZi3qUAQFC9cGCKxDsimjxpZghAFAMdGno4eaHzRkeiNiyY1Cn0EgsAAfwAIaDQKYMENIEwr0QRwY+ygtTUUAUzQeDCuoQIkttrdy7ev3799AwEAIfkEAAUABgAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6GBQMDj45sI20ylIsgDG1jBwWaiQp3nl8ggiAyQxSPJCgPqZ1cdAIAJB4pbkeOCmoxF5MCR21cEgAKFTBodmO2jB0hqzM4ADIjRpkOKcw8P48cLAYrIQAFN5MFI252ZRutjiAELFschkVXZWskmgUkC4coXPjgQlQjEDj4MSJBgMCERRPA2MlgYJGCFygy0lCE5MwVH21QjcKoUREBNglY3GC04MaNh4oK4CAARIHBm4gKuOiAiAI8SgWCoHhRsBAJjEA0vcoIE8QzHBlR/Gz0IOOLjUdv8BQStWg8AjcUEsiYFEBLIM+ADrpBdlAonIIRJmQUAhcSCa918+rdy7evqEAAIfkEAAUABwAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6HIAKPjkFFP0CTjB8VXx+ZigI/FRAMkgACCWwdjwVCNIICRKMHkkJ3URlIj0FPITgABQ4VNUcFIDl4KiliposCLygtUyQAIXd0LQAzuClYDo9AKFIhN4ITmAV0GSkwX6uOIBziC4ZEKT4QQpmtr4YddStcfGoEYoI+RkIIEJiwaEIYNxpkLAIBDQWKfojy6NiYRIEiihYvKjrSo2QTEIsW3LjBUNEDD1SohBgIqlmjAi7eGaJA4VOBICheCCxEAhqmSSRCtowkCEfIno8eWHzxquiNVUJCDoVH4AY1AAQsHlUJpIDPQTfEDjJLc9AEiwcP2xYqQGKr3Lt48+rdizcQACH5BAAFAAgALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2Oj5CHCmkhCpGLU0gMMpeJBUOaPwWCAiwyHZAdlgACF0g5NgIALkcRTSWPEy8DQgAFdUh3uCBOVFBMELKMBTcoKC8UAC8/CC8AQ11NTBozj0DOKA+CJOIFEtp4FaiOIBzPLoZeTHge8JAFLtGGHVt1NJ2MQEzoxUgIAQITFj1og4EJm0UCBoD7l8iGHCtWlIBQFHGiIhtZQmpcZPBGQkUPxIhY8hDgoQIUlDnCt84QBX33grwzROIFCiCRSIA7CUIZDnA4Gz1w9uJfzxuohICzx47ADRKCCDgDCmDBDRyjIoUF0OznoLEuJzgj6LJQARJUCtvKnUu3rt25gQAAIfkEAAUACQAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6PkIgkC5GMHEMzN5WKLBcOQ4MCL2oKkCAgggWdJR8FADREbWMfjyQvA0KCaRdEFwACJUZcXQ2ujRwoKC8UAEB1FhwABrJdS76OOMkoD4I0JIJOY11UOaWOIMgvNIYXZOTrkAUuzIYKJ1vwm4oCD0FCxomEECAwYRGQGhpUJPmSz5CAAdoaGrpjpyKPKzISFYCYTGIhBGZCmrFjQJELAjcKKnqwIQoTJk4E6DNUoIPNR/I6IGIxRGe8IMpcGCKR4EsbobW0qQQhE0A2KQ5QQHqQTB0AWzd0CtGW6xEIlN8AEEgGRNCCGzgA4hx0g+wgtfoTJiTrOrNQARJI6+rdy7evX76BAAAh+QQABQAKACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QiCACkYxCTywklYoEaTIsgwUcQJEgBYM3aQYygh1vHiYtj0IvN0KCnVtTAAUrJhBrDo8cKCgvFABCLQYTAGoVwGJbjzjFKA+CCjSCDl9rRkgKjyDEL9uFWxtxNuePBS7IhiAsJ/GbigILQED2iEIEBJop4jCHShImYlAkEjDAWrtDOVKkwEIRwilEBBwquuOmY0cIilwQuCEwEQ4ISpRQmUPgnqECHWJeZPSuwyEQQ4bYhFQgiDEXhhxo0TIG6CMS1gROEpQGih4dMSA9KGYOAIlaNoUYwKOHCCQQIzUByIiCFIAFMiqUdIeqmFleLhQHTSh2K26hAiSM2t3Lt6/fv5sCAQAh+QQABQALACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QiAWRjRQ3BAqUihwoKByEIJOQBaIABJ0vggoJRBeZjjQ3N0KCp1IDAAUyRzkHKI9BqBQAQgMoLgBSNgwNDZ+OOJ0oC4Igr3XMJl6ljCCcL8OFagd0Dh2RBS7hhSBPIeeaiwIkODjriC4EBBOLQAdjZLpAwJXoVCcaio4wicJQgwdFBlEgTJQng0WLDxNRIHCDn6IJHsiAAVPhWTxCBTp0eNUoHbxCAmLEeOmoQLAXyAoxsCLHSE5HJKR5BCFAUJgdWqywgfQAFUISL26cQ6IDqQNIIDiSqNUJCAAFDdyI8Thq0I2ugx4UPQlgQidabA4LFSDxM67du3jz6qUUCAAh+QQABQAMACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QkZKECkBAApOJQCgoD5mDBQWDBJwcggUDUwSQHTc3QoKkKEGCTzMODjSPOJwvHQBCAwMUAEErDkVVLo8TnCgLggIggiwWRUd1kCAcKC/EhVJVeRcKkQUu34UCNwPln4kFQg8Pv4oUBAQTixN5NW1iDVYlkoVCV6IfZLp0iRAhhyKCBhEVaUKR4h17BG7oU/TgjpiPOWi9o6TAXaNz9dRt2ZLSUYEg3ZYVysPjyoaIjUg42wgCEwAjVs7YMQDpQS9dJF7c+FXESlAv2jKSiMUJCAAFErBwMWVu0I2qgxZMe9cMBayRhAqQkIm2rdu3cATjNgoEACH5BAAFAA0ALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2Oj5CRkoQKQDgCk4k4KCgPmYMFBYMEnByDJBwUkB03N0KCpChBgkAsBiGQE5wvHQBCAwOqJCEydWyYjg+cKAuCAiCCHMUzuI8CHCgvqoU4dR8J0JAFLtuGOEHhn4gFNCQkyIkUBAQTiwtEBx4mSECKsSg0FH3YsKaNQST+lgVM5GDMmDAObSiSd6OeIhJHvnyZYwOHukIKFKRjNK6XIQpvLph8VCBINheGjrjBMufVIxLLLIIIKIALDzQ+6Ch4pCxbQBIvvrABgIQHjytYTjwCQeAGCVgoPJApoOBLmadeIokSdAMFka0AaHjAomTAJ10XFIiA4nD1UwESC0Z+3Mu3r9+/kAIBACH5BAAFAA4ALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2Oj5CRkoQCEwsFk4k4KCgLmYOYgwScHIMULpEdBDdCgqMoQYITLyg4kBOcLx0AQgMDFLycLS+QC5ydggIgsigtakCQBRwoL8CFQi1TKKGPBS7WhkKXn4unHdyIFAQEE4tCK0VONh+tia8oNIoxBw0VFR5bFN3Ll+jCl4MHYyhSd6OdIiFEJNy54wAVOUIgMnZzscuQixVsOnYLQs0iIRsZNDQw2YjEMYdPSinggkUFngMiGT3IlQ+ICjQBq/jAggGPl0cgVpEQ9ELFjjEFQHgYimGEgGiDWvjYQQaTEAg+Uvz49OKKjiKm2IT8ROFIlZwXCOPKnUu3LqRAACH5BAAFAA8ALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2Oj5CRkoQFJCSTijgoKAuYiASbHIMdHZEKHARCgqAoQYITLy+Xjw+bL6VCAwMUAEKbrZALv50AAiCvv6qPBRwoL7yFvig4kgUu0IYUNJ6MChTHixQEBBOLHVMrHytSi6wo24ksVUVISD/wn7/4h1MM/gw2XCgSd6PcwDdIbBBhx62QAAUClrkoZYhGDBkKIhUI4kxgoR9NIiDYx4jEr3ICWrgCIUYDFCp5KDaq5WxbDjlYDABwIEJDEiorHoEgcOMSBRU64BgpAEJCzyQmCkCSCoAEjKRhpLrwICKKBU9tkv4YRMEARk8TjvyQ2bCt27dwBONGCgQAIfkEAAUAEAAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6PkJGShAUkJJOKEygoC5iIBJscgyAgkQocBEKCoChBgg8vAzSQD5svHQBCAzcUuZsoOJALv50AAgKCmpuqjwUcKC+9hUKbwZEFLtKGFLOeiwIgBYwUBAQT3y9qCSzMiawo3Yg3dUMXFyeL7/GHUhb+FgYWUeBw45yiDgZmvIlxyVshAeKaucBliIYMNaUgFQgCzYUhL2PaVNHWiMSvcwKeAAEA4ksELnGqKHhUC9osBDxE4PtAJQKYODEegSBw4xIFPFbKbCgAIo8SnzkiOoooBEPSNuJo3KHS5Y2nEVZ4lBjUIc2UmZgm2HCA1qHbt3AF48qVFAgAIfkEAAUAEQAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6PkJGShAUkQpOKDygoC5iIBJscgyAFkQocBJcAoChBgg8vNx2Qmigvs0IDNxQAQpsoD5ALv50AAgKCE7+qjgUctryFQi8oOJIFLtGGHTSejAWljBQEBBOLBUADA0DIiqwo3YkPTy1padbuv/GIQTL+Mq4UUeBww5wiEC1OnJACwpshcJCwzdrG4knDiEFQSAlh6AIEDx8mOnKx6cgcYyFQGDvQpgadDxcbaXqDxQsAJz7wGAAwJE6bEXMSPALxQgwDARSS2IFhwliVMD9/QBJQDAcWOz7aIKPgxEibGJgWqMCqVZCCjTEjUVBix80dh4UQLuChkgZuoQck7Ordy5dQIAAh+QQABQASACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QkZKEBSQuk4oPKCgkmIgEmxyDAgWRChwEQoKgKEGCDwMEIJCaKC8dAEIDNxS5mygLkAu/wQCkghO/qo8FHLa9hUIvKDiSBS7Qhh00noyljRQEBBOLBUC71YusKNyJw7/Zn7/tiO+b8YcUHDfkigVBLwak60bwWhABhkCguIEQUrMiWH4YksHAxhYFkIQgMLMDgrE0L4w5qXDnCJuGjWZY6QFnBoAiGZQkAGBgDsk8LR6lyeAmj4AOS1LguWPMyxwPEthAIvFAEAkmKUR8KdXBgok7UjA9jVrjm4AbrjC5aJIigwmChTxEfYOW0IISbwgwtp1Lt66gQAAh+QQABQATACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QkZKEBUIuk4oPKCgkmIgEmxyDBZIKHARCgqAoQYIPAxwCkJooLx0AQgM3FLibKKmPC74LggKkABO+vI8FHLXLhEIvKDiSBS7QhR00nozHjBQEBBOLBUC6xIurKNyJwpu26r7tiEK+8YoUHDfkigU4BDgA60YQSAkZsgoJCILjm6MJSXrIKWEohIMVaRI6qrJDB5w5AAQ8uSFoho0SH1pAMqEjS5kVAIg0GcMCgBoENoh8ePCohYYUTgR0GBNliRMABergJAIEkpB0QpZEoXKAFIgtPwyAwBQ1ipIK3255okHG6x2Che54rYOWEIkPdQi2tp1Lt66gQAAh+QQABQAUACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QkZKEBUIuk4oPKCgkmIgEmxyDBZIKHARCgqAoQYILN0ECkJooLx0AQgM3FLibKKmPC74LggKkABO+vI8FHLXLhEIvKDiSBS7QhR00nozHjBQEBBOLBUC6nYurKNyJwpsDsorr7YhCvvGLFBw35IoFOAhwqNetGw4HJ+QVInEp0gQlWXhYMHRDBosg3xodgSOnTAUABV60AnBixZYpIx15kGPGzRAAXrjUeAJAioUVbNSAePQECp4iAhSs6WKkBMgpXlac2PlICDEALsJ0iXOElIAXCaphchGnS5g8GbvREOPVRsFCR7waOBvtggGmbAbjyp0LIBAAIfkEAAUAFQAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6PkJGShAVCLpOKDygoJJiIBJscgwWSChwEQoKgKEGCCzdApI+aKC8dAEIDNxS4myi8jwu+C4ICshO+wI4FHLXKg0IvKDiSBS7PhB00noyyjBQEBBOLBUC6qYurKNuJJL433ogDagkxnYlC7/GHLWFNJrcSFcBBIAi7RR2E7ONGCAeRISAOubgUKUgXM24cGKIV6xGJMGWu+JAAoAABagBQhJCC4sEjByHdqFgB4EINCQMABDmxksAjCXbcpMgjQIGJNSZopuQpypGUCFGK3KJRYw0djSWBAFEAycU4QTQgrJlDhCEhCnPWfLFglpADtWoN2g6iIIOFALl48+YNBAAh+QQABQAWACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QkZKEBUIuk4oPKCgkmIgEmxyDBZIKHARCgqAoQYILN0Ckj5ooLx0AQgM3FLibKLyPC74LggKyE77AjgUctcqDQi8oOJIFLs+EHTSejLKMuTcTiwVAupeKQmBKNRI3iiS+BIskKT09Ox/o8YwXTCk12AoVwEEgSMBDHVx442ZogoUYIA65OAcJyBgfKvIVgoci1iMhbXykEJEHADliAIAMe+QExkgodQBskVClFUcUohqB4JIiQxQHBUAwaODkhKAJ0h48YpBBg5OIFCQ0yBNTEAWKjSjIOKHA6p0GCIYwJAQiD9gtYwkZOOAkZ1qTHAeovZ1Ll24gACH5BAAFABcALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2Oj5CRkoQFQi6Tig8oKCSYiASbHJ4ACkEEQoKgKEGCJARABZCaKC8dAEIDNxS3myi7jwu9C4ICsQATvb+OBRy0yoNCLyg4kgUuz4QdNJFCqI3GjCsYMGudiQVAuduKQhg772+KJL0EiyQZWVlwM+y9ootDmoiYg61QARwEghQ8pMAFuFGGHswwAOIQhYWLcLQRAeWCIRLSYD0SAgEPEypVWl0CAETYoyomlXAxAEDNjyHDhPQC4ghEGyZNuswoIIBIkRlSBD148cJbIydNIhCpSMNGkQ8sBnVQAKnDFDVcAXQoUsSLGoiEBHwoYgEFWkI4DS4kWPdW0MO6ePPWDQQAIfkEAAUAGAAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6PkJGShAVCLpOKDygoJJiIBJscngAKQQRCgqAoQYIkBEAFkJooLx0AQgM3FLebKLuPC70LggKxABO9v44FHLTKg0IvKDiSBS7PhB00kS6ojcaMQyIYI52JBUADBNiGQnhWcHAXiiS9oopCUWZmZW/49oxidEnigR0lHASCGDSkgAa4UYYWXEgg4BCFhYomzFHChY0hEtKAQHJRgQqZOF4E0VAgCEgvb40cLCETZoQaAFJipNklpNcERyDm0FwTo4CAIUPUUAPw4MUAjIaIhGnzpmKHGUOm3CMFAlKHEC2MgbgwJMFWiIJYDDkxDO0gBTcKfrqdS7euXUOBAAAh+QQABQAZACwAAAAAIAAgAAAH/4AAgoOEhYaHiImKi4yNjo+QkZKEBUIuk4oPKCgkmIgEmxyeAApBBEKCoChBgiQEQAWQMi0oLx0AQgM3FLibKLyPORC0C4ICsQATvsCOQFBfT8yDQi8oOJI4DsWHHTSPBS4kQgKNyIokXxoZIhuoiQVAAwS3iV52djw8ZQ7nvqKJM9wIFOhFkRBfrBKRoNMEypIGl97heKVgUSUSEUchIsEmBDlDFKQ5WnAgTo0EhkhUAwKJBoI4G+jUEaQAhCAgvtw1emNkwxwJTwAEeTLg1sFN2xgJkLDhS4UTAAqwoMUSwAN5FR3NcMqGnAA1tP4BOAZJgZQXyAqkoaqxEJAnLw1EtqWQta3du3jzKgoEACH5BAAFABoALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2Oj5CRkoQFQi6Tig8oKCSYgx0FgwSbHJ4AaU0/QoKjKEGCJARAoY9zPSkGHQBCAzcUu5sov48SOz1GD4ICtBPBw444STtlT4ZCLyg4kjg/bLSFHTSPBTSWAo3fiSwbTUxJX52JBUADBLqIIEZY+zAwSIokgr3CtyGDQYMOFAkJBkRRiw1kyIxhEA9RARyyQCwCIUSIOFOJXCR4km4QhWePSDiZc6eFIRLYGj6iUIXOgTwJBIHQCABHsI+N2Jg4gODHDQAwB+hauGnBIyIHGCBxCaCVzAX1eDZSk6eImlAFbmwaCKBASUYTkonapA0kIV4EDRS4LWR2rt27ePMeCgQAIfkEAAUAGwAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6PkJGShAVCLpOKDygoJJiDFEKDBJscngAtTSlFgqMoQYIkBEAFkB5ZOlYGAEIDNxS7myi/jwxwWjsSggK0ABPBw444VHBnF4ZCLyg4khMlW8yFHTSPBTRCNOCK6Yhpc2RLER6hiQVAAwQdiSA1UVEaGniIKCIR7BUiAXSaKFQ4Q5GQYEAUSTHRps0IG/MQFcAhC8QiEC5cQDN1iEaaG+sEURjpyIWFPD9uGCKRLeIjEG+OVPmAQhAIjwBwBBvnCIWTKl5iPABAc0C+h5s6Fa1i4cIAVptsLrgHtJGCE2xkAihwY5PBsSkZCSDEYdMCkoUOKHDg0BWu3bt48+pdFAgAIfkEAAUAHAAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6PkJGShAVCLpOKDygoJJiDNEKDBJscngAtUBlVgqMoQYIkBEAFkAdmVmUyAEIDNxS7myi/j0c8Z1Y5ggK0ABPBw44TZDx2dYZCLyg4khNeMsyFHTSPBRQuNOCK6YhSB2JhcTnjiQVAAwQKiQIVXV0RS0suKCIRDIi+O2MSJhyiSEhBRQMYmDDRwME8RAVwyAKxSAAFGh1MKerwwuAhCtAeUYjhhc0DQySymXx04kOdKdsAgOAIAMezRyRW1DnxZFzMASEdbrrkyAUbGWleAmhlcsGNIAIg2esEoMCNTa8ErZsUZNMCkYUUBJkwFq3bt3AF48pFFAgAIfkEAAUAHQAsAAAAACAAIAAAB/+AAIKDhIWGh4iJiouMjY6PkJGShA8XLpOECxOEX01SJJgAU0l4JYIUKkpSHKEVblduRAAUGWQoQYIkBEAFj04wbnZoBgBObTcUAEIozMmOD2EwaDwVghO9ABPMKM6ON9E+FoZCLyg4kg8fFwKHHTSQ7hTYi/OJL0dzEBBO74kFQAMIKEgkIM+aNm3EGGGjiMQ2IP6QfJk4kViiZcwgJuJQBQECJxe6HSqAYxeIRQI6UBgYSpECHEIQURDpCESIBE8uFSJRTuOjF1OeoNgEAMRJADi20XQZQuiLdzwHdFC2TWejAgNQvAAFgEBGQQtu4KjHSMECqzeY4RJEdhIQZgsPWhoSMOGa3Lt48+rdiykQACH5BAAFAB4ALAAAAAAgACAAAAf/gACCg4SFhoeIiYqLjI2Oj5CRkoQLRTMKk4JCFyGEdDs6R5kCBxgiFoIUeDs9Jpk0XBkpKg4AFBqsRIIkBEAFjwwaGVgYMgA2PFgoAEIozhSPExsaKjASggQPghPOKNCPHCMaIjOGQi8oOJIkKzEChx00kAoUHb+M94pCFjkSEiXfEBUAMoAApkRDGlTw4MFEAkUkugFRFIOBRYss9ElU5IKNAwcfTnRQVABHLxCMFChAmWmRABcjD1EI+KgABxQvXBgigW4iJG7OJggCwRJHN5qMCDh7IY/ngJHNnkECgpMENmc+F9xQB6mAi4MAbjgLMihfS6MorLY0JOCB2rVwB+PKnUtXbiAAOwAAAAAAAAAAAA==) #000 50% no-repeat}.p-lightbox-caption{padding:.2em .4em;display:none}.p-lightbox-caption-text{margin:.3em 0 .1em;float:left}.p-lightbox-close{float:right;margin:0;padding:.125em}.p-lightbox-close.p-state-hover{padding:0}.p-lightbox-nav-left,.p-lightbox-nav-right{opacity:.5}.p-lightbox-nav-left:hover,.p-lightbox-nav-right:hover{opacity:1}.p-listbox{padding:.25em;width:10em}.p-listbox .p-listbox-list-wrapper{overflow:auto}.p-listbox .p-listbox-list{list-style-type:none;margin:0;padding:0}.p-listbox .p-listbox-item{padding:.25em;border:0;cursor:pointer;font-weight:400;margin-bottom:1px}.p-listbox .p-listbox-item>span{vertical-align:middle}.p-listbox .p-listbox-item:last-child{margin-bottom:0}.p-listbox.p-disabled .p-listbox-item{cursor:default}.p-listbox-header{margin-bottom:.3em;padding:.125em .2em;position:relative}.p-listbox-header .p-checkbox{display:inline-block;vertical-align:middle;cursor:pointer}.p-listbox-header .p-listbox-filter-container{display:inline-block;vertical-align:middle;position:relative;width:100%}.p-listbox-header.p-listbox-header-w-checkbox .p-listbox-filter-container{width:calc(100% - 2em)}.p-listbox-header .p-listbox-filter-container .p-listbox-filter-icon{position:absolute;top:.25em;left:.25em}.p-listbox-header .p-inputtext{padding:.125em .125em .125em 1.25em;width:100%}.p-megamenu{padding:.25em}.p-megamenu-root-list{margin:0;padding:0;list-style:none}.p-megamenu-root-list>.p-menuitem{position:relative}.p-megamenu .p-menuitem-link{padding:.25em;display:block;text-decoration:none}.p-megamenu .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-megamenu .p-menuitem-text{vertical-align:middle}.p-megamenu-panel{display:none;position:absolute;width:auto;z-index:1}.p-megamenu-root-list>.p-menuitem-active>.p-megamenu-panel{display:block}.p-megamenu-panel .p-menuitem{margin:.125em 0}.p-megamenu-submenu{margin:0;padding:0;list-style:none;width:12.5em}.p-megamenu-submenu-header{padding:.25em}.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem{display:inline-block}.p-megamenu-horizontal .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{vertical-align:middle;margin-left:.25em}.p-megamenu-vertical{width:12.5em}.p-megamenu-vertical .p-megamenu-root-list>.p-menuitem{display:block}.p-megamenu-vertical .p-megamenu-root-list>.p-menuitem>.p-menuitem-link{position:relative}.p-megamenu-vertical .p-megamenu-root-list>.p-menuitem-active>.p-megamenu-panel{left:100%;top:0}.p-megamenu-vertical .p-megamenu-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{position:absolute;width:1em;height:1em;top:50%;right:0;margin-top:-.5em}.p-megamenu .p-grid{-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.p-menu{width:12.5em;padding:.25em}.p-menu.p-menu-dynamic{position:absolute;display:none}.p-menu .p-menu-separator{border-width:1px 0 0}.p-menu ul{list-style:none;margin:0;padding:0}.p-menu .p-submenu-header{padding:.25em .5em;margin:.125em 0}.p-menu .p-menuitem{margin:.125em 0}.p-menu .p-menuitem-link{padding:.25em;display:block;text-decoration:none}.p-menu .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-menu .p-menuitem-text{vertical-align:middle}.p-menubar{padding:.25em}.p-menubar .p-menu-separator{border-width:1px 0 0}.p-menubar:after{content:"";clear:both;display:table}.p-menubar ul{margin:0;padding:0;list-style:none}.p-menubar .p-menuitem-link{display:block;padding:.25em;position:relative;text-decoration:none}.p-menubar .p-menubar-root-list{display:inline-block}.p-menubar .p-menubar-root-list>.p-menuitem{display:inline-block;position:relative}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link{padding:.5em}.p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon{vertical-align:middle;margin-left:.25em}.p-menubar .p-menubar-root-list>li ul{display:none;z-index:1}.p-menubar .p-menubar-root-list>.p-menuitem-active>.p-submenu-list{display:block}.p-menubar .p-submenu-list{display:none;position:absolute;min-width:12.5em;padding:.25em}.p-menubar .p-submenu-list .p-menuitem{margin:.125em 0;position:relative}.p-menubar .p-submenu-list>.p-menuitem-active>.p-submenu-list{display:block;left:100%;top:0}.p-menubar .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-menubar .p-menuitem-text{vertical-align:middle}.p-menubar .p-submenu-list .p-menuitem-link .p-submenu-icon{position:absolute;margin-top:-.5em;right:0;top:50%}.p-menubar .p-menuitem-active>.p-submenu>.p-submenu-list{display:block}.p-menubar .p-menubar-custom{float:right;padding:.25em}.p-message{border:1px solid;margin:0 .25em;padding:.25em .5em;display:inline-block;vertical-align:top}.p-message .p-message-icon,.p-message .p-message-text{vertical-align:middle}.p-fluid .p-message{display:block}.p-messages{position:relative}.p-messages .p-messages-wrapper{padding:1em}.p-messages .p-messages-icon{display:inline-block;padding:0;vertical-align:middle;font-size:2em}.p-messages .p-messages-summary{font-weight:700;margin-left:.25em}.p-messages .p-messages-detail{margin-left:.25em}.p-messages ul{margin:0;padding:0;list-style-type:none;display:inline-block;vertical-align:middle}.p-messages.p-messages-noicon ul{margin:0 1.5em 0 0}.p-messages .p-messages-close{cursor:pointer;position:absolute;top:5px;right:5px}.p-messages-exit .p-messages-close{display:none}.p-messages-enter{opacity:.01}.p-messages-enter-active{opacity:1;transition:opacity .25s ease-in}.p-messages-exit{max-height:500px}.p-messages-exit.p-messages-exit-active{max-height:0;overflow:hidden;margin-bottom:0;transition:max-height .5s cubic-bezier(0,1,0,1),margin-bottom .5s cubic-bezier(0,1,0,1)}.p-orderlist{display:table}.p-orderlist .p-orderlist-controls{height:12.5em;padding:0 .25em;vertical-align:middle;display:table-cell}.p-orderlist .p-orderlist-controls .p-button{display:block;margin-bottom:.25em}.p-orderlist .p-orderlist-list-container{display:table-cell;vertical-align:top}.p-orderlist .p-orderlist-list{list-style-type:none;margin:0;padding:0;overflow:auto;height:12.5em;width:12.5em}.p-orderlist .p-orderlist-caption{text-align:center;padding:.5em .75em;border-bottom:0}.p-orderlist .p-orderlist-list .p-orderlist-item{margin:1px;padding:.125em;cursor:pointer;border:0;font-weight:inherit}.p-orderlist .p-orderlist-filter-container{position:relative;width:100%;padding:.5em .6em;border-bottom:0}.p-orderlist .p-orderlist-filter-container .p-inputtext{text-indent:1.1em;width:100%}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{position:absolute;top:50%;left:1em;margin-top:-.6em}.p-orderlist.p-disabled .p-button,.p-orderlist.p-disabled .p-orderlist-item{cursor:default}.p-orderlist.p-disabled .p-orderlist-list{overflow:hidden}.p-orderlist.p-orderlist-responsive{width:100%}.p-orderlist.p-orderlist-responsive .p-orderlist-controls{width:16.66666%;padding-right:.5em}.p-orderlist.p-orderlist-responsive .p-orderlist-list-container{width:83.33333%}.p-orderlist.p-orderlist-responsive .p-orderlist-caption,.p-orderlist.p-orderlist-responsive .p-orderlist-controls>.p-button,.p-orderlist.p-orderlist-responsive .p-orderlist-list{width:100%}.p-orderlist .p-orderlist-droppoint{height:6px;list-style-type:none}@media(max-width:40em){.p-orderlist.p-orderlist-responsive .p-orderlist-controls{text-align:center;width:100%;display:block;height:auto}.p-orderlist.p-orderlist-responsive .p-orderlist-controls .p-button{display:inline-block;width:20%;margin-right:.25em}.p-orderlist.p-orderlist-responsive .p-orderlist-list-container{width:100%;display:block}}.p-multiselect{display:inline-block;position:relative;width:auto;cursor:pointer}.p-multiselect .p-multiselect-trigger{border-right:0;border-top:0;border-bottom:0;cursor:pointer;width:1.5em;height:100%;position:absolute;right:0;top:0;padding:0 .25em}.p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon{top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;position:absolute}.p-multiselect .p-multiselect-label-container{overflow:hidden}.p-multiselect .p-multiselect-label{display:block;padding:.25em 2em .25em .25em;width:auto;border:0;cursor:pointer;text-overflow:ellipsis;overflow:hidden}.p-multiselect .p-multiselect-label-empty{overflow:hidden;visibility:hidden}.p-multiselect.p-disabled .p-multiselect-label,.p-multiselect.p-disabled .p-multiselect-trigger{cursor:auto}.p-multiselect-panel{padding:.2em;position:absolute;min-width:10em}.p-multiselect .p-multiselect-panel{min-width:100%}.p-multiselect-panel .p-multiselect-items-wrapper{overflow:auto;position:relative;padding:.2em 0}.p-multiselect-panel .p-multiselect-list{border:0;margin:0;list-style-type:none}.p-multiselect-panel .p-multiselect-item{border:0;cursor:pointer;font-weight:400;margin:1px 0;padding:.125em .25em;text-align:left;white-space:nowrap;display:block;position:relative}.p-multiselect-panel .p-multiselect-item .p-checkbox,.p-multiselect-panel .p-multiselect-item label{display:inline-block;vertical-align:middle}.p-multiselect-header{margin-bottom:.3em;padding:.25em;position:relative;text-align:left}.p-multiselect-header .p-checkbox{display:inline-block;vertical-align:middle;cursor:pointer}.p-multiselect-header .p-multiselect-filter-container{position:relative;display:inline-block;vertical-align:middle;width:65%}.p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{position:absolute;top:.25em;left:.125em}.p-multiselect-header .p-inputtext{padding:.125em .125em .125em 1.25em;width:100%}.p-multiselect-header .p-multiselect-close{position:absolute;right:.375em;top:.375em;display:block;border:0}.p-multiselect-header a.p-multiselect-all,.p-multiselect-header a.p-multiselect-none{float:left;margin-right:10px;display:block}.p-multiselect-header .p-multiselect-close.p-state-hover{padding:0}.p-fluid .p-multiselect{width:100%;box-sizing:border-box}.p-organizationchart .p-organizationchart-table{border-spacing:0;border-collapse:separate;margin:0 auto}.p-organizationchart .p-organizationchart-table>tbody>tr>td{text-align:center;vertical-align:top;padding:0 .75em}.p-organizationchart .p-organizationchart-node-content{padding:.5em .75em;display:inline-block;position:relative}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{position:absolute;bottom:-9px;margin-left:-8px;z-index:2;left:50%;-ms-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-select:none}.p-organizationchart .p-organizationchart-line-down{margin:0 auto;height:20px;width:1px;float:none}.p-organizationchart .p-organizationchart-line-left,.p-organizationchart .p-organizationchart-line-right{float:none;border-radius:0}.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node{cursor:pointer}.p-overlaypanel{padding:0;position:absolute;display:none;margin:10px 0 0}.p-overlaypanel-flipped{margin-top:0;margin-bottom:10px}.p-overlaypanel-content{padding:.5em 1em}.p-overlaypanel-close{position:absolute;top:-1em;right:-1em;width:2em;height:2em;line-height:2em;text-align:center;border-radius:100%}.p-overlaypanel-close-icon{line-height:inherit}.p-overlaypanel:after,.p-overlaypanel:before{bottom:100%;left:1.25em;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.p-overlaypanel:after{border-width:8px;margin-left:-8px}.p-overlaypanel:before{border-width:10px;margin-left:-10px}.p-overlaypanel-flipped:after,.p-overlaypanel-flipped:before{bottom:auto;top:100%}.p-overlaypanel.p-overlaypanel-flipped:after,.p-overlaypanel.p-overlaypanel-flipped:before{border-bottom-color:transparent}.p-paginator{margin:0;text-align:center;padding:.125em}.p-paginator .p-paginator-top{border-bottom:0}.p-paginator .p-paginator-bottom{border-top:0}.p-paginator .p-paginator-left-content{float:left}.p-paginator .p-paginator-right-content{float:right}.p-paginator .p-paginator-current,.p-paginator .p-paginator-first,.p-paginator .p-paginator-last,.p-paginator .p-paginator-next,.p-paginator .p-paginator-page,.p-paginator .p-paginator-pages,.p-paginator .p-paginator-prev{display:inline-block;width:1.5em;height:1.5em;line-height:1.5em;zoom:1;margin-left:.063em;margin-right:.063em;text-decoration:none;vertical-align:middle;text-align:center;position:relative}.p-paginator .p-paginator-pages{width:auto;line-height:1}.p-paginator .p-paginator-icon{display:block;position:absolute;left:50%;top:50%;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em}.p-paginator .p-paginator-first,.p-paginator .p-paginator-last,.p-paginator .p-paginator-next,.p-paginator .p-paginator-page,.p-paginator .p-paginator-prev{cursor:pointer}.p-paginator .p-paginator-current,.p-paginator .p-paginator-rpp-options{margin-left:1em;margin-right:1em;background-image:none}.p-paginator .p-paginator-jtp-select option,.p-paginator .p-paginator-rpp-options option{background-image:none;border:0;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.p-paginator a.p-disabled{outline:0 none}.p-paginator .p-dropdown{min-width:4em;margin-left:.375em}.p-fluid .p-paginator .p-dropdown{width:auto}.p-paginator .p-paginator-current{width:auto;height:auto}.p-panel{padding:.2em}.p-panel .p-panel-titlebar{padding:.5em .75em}.p-panel .p-panel-titlebar-icon{float:right;cursor:pointer;height:1.25em;width:1.25em;line-height:1.25em;text-align:center}.p-panel .p-panel-titlebar-icon span{line-height:inherit;margin-top:-1px}.p-panel .p-panel-content{border:0;background:0;padding:.5em .75em}.p-panel .p-panel-footer{border-width:1px 0 0;padding:.25em .5em;text-align:left}.p-panelmenu{width:auto}.p-panelmenu .p-menu-separator{border-width:1px 0 0}.p-panelmenu .p-panelmenu-content-wrapper{overflow:hidden}.p-panelmenu .p-panelmenu-header{margin:-1px 0 0;zoom:1}.p-panelmenu .p-panelmenu-header-link{padding:.5em;display:block;text-decoration:none}.p-panelmenu .p-menuitem-text,.p-panelmenu .p-panelmenu-icon{vertical-align:middle}.p-panelmenu .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-panelmenu .p-panelmenu-content{padding:.25em;border-top:0;margin-bottom:1px}.p-panelmenu .p-submenu-list{padding:0;list-style:none;margin:0 0 0 1.5em}.p-panelmenu .p-panelmenu-content>.p-panelmenu-root-submenu.p-submenu-list{margin-left:0}.p-panelmenu .p-menuitem{overflow:hidden;margin:.125em 0}.p-panelmenu .p-menuitem-link{padding:.25em;display:block;text-decoration:none}.p-password-panel{padding:.25em .5em;margin-top:2px}.p-password-panel .p-password-meter{height:10px;background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAoAgMAAABhr+t0AAAADFBMVEXx8fHjHD39uB5KpWRhxht7AAAAJUlEQVR4AWMYDGAUhCKBgAFSNqpsFS5AR2Wjyv4TAz7QVNmoMgB5UksJhzldcwAAAABJRU5ErkJggg==) no-repeat 0 0;padding:0;margin:0}.p-password-info{margin-top:.25em}.p-password-panel-overlay{position:absolute}.p-picklist>div{float:left}.p-picklist .p-picklist-buttons{height:12.5em;padding:0 .25em}.p-picklist .p-picklist-list{list-style-type:none;margin:0;padding:0;overflow:auto;height:12.5em;width:12.5em}.p-picklist .p-picklist-list li{margin:1px;padding:.125em}.p-picklist .p-button{display:block;margin-bottom:.25em}.p-picklist .p-button-text-icon-left{width:100%}.p-picklist .p-picklist-item{cursor:pointer;border:0;font-weight:inherit}.p-picklist .p-picklist-caption{text-align:center;padding:.5em .75em;border-bottom:0}.p-picklist table{width:100%;border-collapse:collapse}.p-picklist .p-picklist-filter-container{position:relative;width:100%;padding:.5em .6em;border-bottom:0}.p-picklist .p-picklist-filter-container .p-picklist-filter{text-indent:1.1em;width:100%}.p-picklist .p-picklist-filter-container .p-picklist-filter-icon{position:absolute;top:50%;left:1em;margin-top:-.6em}.p-picklist{display:table}.p-picklist>div{float:none;display:table-cell;vertical-align:top}.p-picklist .p-picklist-buttons{vertical-align:middle}.p-picklist.p-picklist-vertical{display:table}.p-picklist.p-picklist-vertical>div{float:none;display:table-row;vertical-align:top}.p-picklist.p-picklist-vertical .p-picklist-buttons{text-align:center;height:auto}.p-picklist.p-picklist-vertical .p-picklist-buttons .p-button{display:inline-block}.p-picklist.p-picklist-vertical .p-button{margin-top:.25em}.p-picklist-outline{outline:1px dotted #000;z-index:1}.p-picklist .p-picklist-droppoint{height:6px;list-style-type:none}.p-picklist .p-picklist-list .p-picklist-droppoint-empty{height:100%;list-style-type:none}.p-picklist-list.p-picklist-source,.p-picklist-list.p-picklist-target{outline:0}.p-picklist.p-picklist-responsive *{box-sizing:border-box}.p-picklist.p-picklist-responsive{width:100%}.p-picklist.p-picklist-responsive .p-picklist-listwrapper{width:35%}.p-picklist.p-picklist-responsive .p-picklist-listwrapper.p-picklist-listwrapper-nocontrols{width:45%}.p-picklist.p-picklist-responsive .p-picklist-buttons{width:10%}.p-picklist.p-picklist-responsive .p-picklist-buttons button{width:100%}.p-picklist.p-picklist-responsive .p-picklist-list{width:auto}@media(max-width:40em){.p-picklist.p-picklist-responsive{display:block}.p-picklist.p-picklist-responsive>div{display:block;width:100%!important}.p-picklist.p-picklist-responsive .p-picklist-buttons{text-align:center;height:auto;padding:.4em 0}.p-picklist.p-picklist-responsive .p-picklist-buttons button{display:inline-block;width:20%;margin-bottom:0;margin-right:.25em}.p-picklist.p-picklist-responsive .p-picklist-source-controls.p-picklist-buttons{padding-bottom:.4em}.p-picklist.p-picklist-responsive .p-picklist-target-controls.p-picklist-buttons{padding-top:.4em}}.p-progressbar{height:1.2em;text-align:left;position:relative;overflow:hidden}.p-progressbar-determinate .p-progressbar-value{height:100%;width:0;position:absolute;display:none;border:0}.p-progressbar-determinate .p-progressbar-value-animate{transition:width 1s ease-in-out}.p-progressbar-determinate .p-progressbar-label{text-align:center;height:100%;width:100%;position:absolute;font-weight:700}.p-progressbar-indeterminate{height:.5em}.p-progressbar-indeterminate .p-progressbar-value{border:0}.p-progressbar-indeterminate .p-progressbar-value:before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite;animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.p-progressbar-indeterminate .p-progressbar-value:after{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;-webkit-animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes p-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes p-progressbar-indeterminate-anim{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@-webkit-keyframes p-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes p-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.p-progress-spinner{position:relative;margin:0 auto;width:100px;height:100px;display:inline-block}.p-progress-spinner:before{content:"";display:block;padding-top:100%}.p-progress-spinner-svg{-webkit-animation:p-progress-spinner-rotate 2s linear infinite;animation:p-progress-spinner-rotate 2s linear infinite;height:100%;-webkit-transform-origin:center center;transform-origin:center center;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.p-progress-spinner-circle{stroke-dasharray:89,200;stroke-dashoffset:0;stroke:#d62d20;-webkit-animation:p-progress-spinner-dash 1.5s ease-in-out infinite,p-progress-spinner-color 6s ease-in-out infinite;animation:p-progress-spinner-dash 1.5s ease-in-out infinite,p-progress-spinner-color 6s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes p-progress-spinner-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes p-progress-spinner-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes p-progress-spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes p-progress-spinner-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-webkit-keyframes p-progress-spinner-color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}@keyframes p-progress-spinner-color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}.p-radiobutton{display:inline-block;cursor:pointer;vertical-align:middle;margin-right:.25em;-ms-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-select:none}.p-radiobutton .p-radiobutton-box{width:1.125em;height:1.125em;line-height:1.125em;border-radius:100%;text-align:center;position:relative}.p-radiobutton .p-radiobutton-icon{display:block;position:absolute;left:50%;top:50%;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em}.p-radiobutton+label{vertical-align:middle}.p-rating .p-rating-icon{cursor:pointer}.p-rating{font-size:1.25em}.p-rating.p-disabled .p-rating-icon,.p-rating.p-rating-readonly .p-rating-icon{cursor:default}.p-scrollpanel-wrapper{overflow:hidden;width:100%;height:100%;position:relative;z-index:1;float:left}.p-scrollpanel-content{height:calc(100% + 18px);width:calc(100% + 18px);padding:0 18px 18px 0;position:relative;overflow:auto;box-sizing:border-box}.p-scrollpanel-bar{position:relative;background:#c1c1c1;border-radius:3px;z-index:2;cursor:pointer;opacity:0;transition:opacity .25s linear}.p-scrollpanel-bar-y{width:9px;top:0}.p-scrollpanel-bar-x{height:9px;bottom:0}.p-scrollpanel-hidden{visibility:hidden}.p-scrollpanel:active .p-scrollpanel-bar,.p-scrollpanel:hover .p-scrollpanel-bar{opacity:1}.p-scrollpanel-grabbed{-o-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.p-selectbutton{display:inline-block}.p-selectbutton.p-state-error{padding:0}.p-selectbutton .p-button.p-state-focus{outline:0}.p-sidebar{position:fixed;padding:.5em 1em;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.p-sidebar-left{top:0;left:0;width:20em;height:100%;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.p-sidebar-right{top:0;right:0;width:20em;height:100%;-webkit-transform:translateX(100%);transform:translateX(100%)}.p-sidebar-top{top:0;left:0;width:100%;height:10em;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.p-sidebar-bottom{bottom:0;left:0;width:100%;height:10em;-webkit-transform:translateY(100%);transform:translateY(100%)}.p-sidebar-full{width:100%;height:100%;left:0;transition:-webkit-transform 0s;transition:transform 0s;transition:transform 0s,-webkit-transform 0s}.p-sidebar-full.p-sidebar-active{animation:p-fadein .25s;-moz-animation:p-fadein .25s;-webkit-animation:p-fadein .25s;-o-animation:p-fadein .25s}.p-sidebar-left.p-sidebar-active,.p-sidebar-right.p-sidebar-active{-webkit-transform:translateX(0);transform:translateX(0)}.p-sidebar-left.p-sidebar-sm,.p-sidebar-right.p-sidebar-sm{width:20em}.p-sidebar-left.p-sidebar-md,.p-sidebar-right.p-sidebar-md{width:40em}.p-sidebar-left.p-sidebar-lg,.p-sidebar-right.p-sidebar-lg{width:60em}.p-sidebar-bottom.p-sidebar-active,.p-sidebar-top.p-sidebar-active{-webkit-transform:translateY(0);transform:translateY(0)}.p-sidebar-bottom.p-sidebar-sm,.p-sidebar-top.p-sidebar-sm{height:10em}.p-sidebar-bottom.p-sidebar-md,.p-sidebar-top.p-sidebar-md{height:20em}.p-sidebar-bottom.p-sidebar-lg,.p-sidebar-top.p-sidebar-lg{height:30em}.p-sidebar-mask{position:fixed;width:100%;height:100%}.p-sidebar-close{float:right;cursor:pointer}@media screen and (max-width:64em){.p-sidebar-left.p-sidebar-lg,.p-sidebar-left.p-sidebar-md,.p-sidebar-right.p-sidebar-lg,.p-sidebar-right.p-sidebar-md{width:20em}}.p-slidemenu{width:12.5em;padding:.25em}.p-slidemenu.p-slidemenu-dynamic{position:absolute;display:none}.p-slidemenu .p-menu-separator{border-width:1px 0 0}.p-slidemenu ul{list-style:none;margin:0;padding:0}.p-slidemenu .p-slidemenu-rootlist{position:absolute;top:0}.p-slidemenu .p-submenu-list{display:none;position:absolute;top:0;width:12.5em;padding:.25em}.p-slidemenu .p-menuitem-link{padding:.25em;display:block;position:relative;text-decoration:none}.p-slidemenu .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-slidemenu .p-menuitem-text{vertical-align:middle}.p-slidemenu .p-menuitem{position:relative;margin:.125em 0}.p-slidemenu .p-menuitem-link .p-submenu-icon{position:absolute;margin-top:-.5em;right:0;top:50%}.p-slidemenu .p-slidemenu-wrapper{position:relative}.p-slidemenu .p-slidemenu-content{overflow-x:hidden;overflow-y:auto;position:relative;height:100%}.p-slidemenu-backward{position:absolute;bottom:0;width:100%;padding:.25em;cursor:pointer}.p-slidemenu-backward .p-slidemenu-backward-icon,.p-slidemenu-backward span{vertical-align:middle}.p-slidemenu .p-menuitem-active{position:static}.p-slidemenu .p-menuitem-active>.p-submenu-list{display:block}.p-slider{position:relative;text-align:left}.p-slider .p-slider-handle{position:absolute;width:1.2em;height:1.2em;cursor:default;touch-action:none}.p-slider .p-slider-range{position:absolute;font-size:.7em;display:block;border:0;background-position:0 0}.p-slider-horizontal{height:.8em}.p-slider-horizontal .p-slider-handle{top:-.3em;margin-left:-.6em}.p-slider-horizontal .p-slider-range{top:0;height:100%}.p-slider-vertical{width:.8em;height:100px}.p-slider-vertical .p-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.p-slider-vertical .p-slider-range{left:0;width:100%;bottom:0}.p-spinner{display:inline-block;overflow:visible;padding:0;position:relative;vertical-align:middle}.p-spinner-input{vertical-align:middle;padding-right:1.5em}.p-spinner-button{cursor:default;display:block;height:50%;margin:0;overflow:hidden;padding:0;position:absolute;right:0;text-align:center;vertical-align:middle;width:1.5em}.p-spinner .p-spinner-button-icon{position:absolute;top:50%;left:50%;margin-top:-.5em;margin-left:-.5em;width:1em}.p-spinner-button-up{top:0}.p-spinner-button-down{bottom:0}.p-fluid .p-spinner{width:100%}.p-fluid .p-spinner .p-spinner-input{padding-right:2em;width:100%}.p-fluid .p-spinner .p-spinner-button{width:1.5em}.p-fluid .p-spinner .p-spinner-button .p-spinner-button-icon{left:.375em}.p-splitbutton{position:relative;display:inline-block;zoom:1}.p-splitbutton .p-button.p-splitbutton-menubutton{width:2em;vertical-align:top}.p-splitbutton.p-disabled button{cursor:default}.p-fluid .p-splitbutton{width:100%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.p-fluid .p-splitbutton .p-button:first-child{width:calc(100% - 2em)}.p-fluid .p-splitbutton .p-button.p-splitbutton-menubutton{width:2em;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.p-splitbutton.p-button-secondary .p-button:first-child{border-right:0}.p-steps ul{list-style-type:none;padding:0;margin:0}.p-steps ul:after{content:"";display:table;clear:both}.p-steps .p-steps-item{float:left;box-sizing:border-box;cursor:pointer}.p-steps.p-steps-readonly .p-steps-item{cursor:auto}.p-steps .p-steps-item .p-menuitem-link{text-decoration:none;display:block;padding:1em;position:relative;text-align:center}.p-steps .p-steps-item.p-disabled .p-menuitem-link,.p-steps .p-steps-item.p-steps-current .p-menuitem-link{cursor:default}.p-steps .p-steps-number{font-size:2em;display:block}.p-steps .p-steps-title{display:block;white-space:nowrap}@media(max-width:40em){.p-steps .p-steps-item .p-menuitem-link{padding:.5em}.p-steps .p-steps-item .p-steps-title{display:none}}.p-steps .p-steps-item{width:25%}.p-tabmenu .p-tabmenu-nav{margin:0;padding:.25em .5em 0 .25em}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem{list-style:none;float:left;position:relative;margin:0 .2em 1px 0;padding:0;white-space:nowrap;display:block;border-bottom:0;top:1px}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem a{float:left;padding:.5em 1em;text-decoration:none}.p-tabmenu .p-tabmenu-nav a{padding:.5em 1em}.p-tabmenu .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-tabmenu .p-menuitem-text{vertical-align:middle}.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-disabled a{cursor:default}.p-tabview{padding:.25em}.p-tabview .p-tabview-nav{margin:0}.p-tabview .p-tabview-nav:after{content:"";display:table;clear:both}.p-tabview .p-tabview-nav li{list-style:none;float:left;position:relative;margin:0 .125em 1px 0;padding:0;white-space:nowrap}.p-tabview .p-tabview-nav li a{float:left;padding:.5em 1em;text-decoration:none}.p-tabview .p-tabview-nav li.p-disabled a,.p-tabview .p-tabview-nav li.p-state-processing a,.p-tabview .p-tabview-nav li.p-tabview-selected a{cursor:text}.p-tabview.p-tabview-collapsible .p-tabview-nav li.p-tabview-selected a,.p-tabview .p-tabview-nav li a{cursor:pointer}.p-tabview .p-tabview-panel{border-width:0;padding:1em;background:0}.p-tabview .p-tabview-nav li{display:block}.p-tabview .p-tabview-nav li .p-tabview-left-icon,.p-tabview .p-tabview-nav li .p-tabview-right-icon,.p-tabview .p-tabview-nav li .p-tabview-title{vertical-align:middle}.p-tabview .p-tabview-nav li .p-tabview-left-icon{margin-right:.25em;vertical-align:middle}.p-tabview .p-tabview-nav li .p-tabview-right-icon{margin-left:.25em;vertical-align:middle}.p-tabview .p-tabview-nav li .p-tabview-close{margin:.5em .3em 0 0;cursor:pointer}.p-tabview.p-tabview-top>.p-tabview-nav li{border-bottom:0;top:1px}.p-tabview.p-tabview-top>.p-tabview-nav{padding:.2em .2em 0}.p-tabview.p-tabview-bottom>.p-tabview-nav{padding:0 .2em .2em}.p-tabview.p-tabview-bottom>.p-tabview-nav li{border-top:0}.p-tabview-left:after,.p-tabview-right:after{clear:both;content:".";display:block;height:0;visibility:hidden}.p-tabview-left>.p-tabview-nav{float:left;width:25%;height:300px;background-image:none;padding-top:1px}.p-tabview-left>.p-tabview-panels{float:right;width:75%}.p-tabview.p-tabview-left>.p-tabview-nav li,.p-tabview.p-tabview-right>.p-tabview-nav li{display:block;float:right;white-space:normal;width:99%}.p-tabview.p-tabview-left>.p-tabview-nav li{margin:0 0 1px;border-right:0}.p-tabview.p-tabview-right>.p-tabview-nav{float:right;width:25%;height:300px;background-image:none;padding-top:1px}.p-tabview.p-tabview-right>.p-tabview-panels{float:left;width:75%}.p-tabview.p-tabview-right>.p-tabview-nav li{margin:0 0 1px;border-left:0}.p-rtl .p-tabview .p-tabview-nav li{float:right}.p-tieredmenu{width:12.5em;padding:.25em}.p-tieredmenu.p-tieredmenu-dynamic{position:absolute;display:none}.p-tieredmenu .p-menu-separator{border-width:1px 0 0}.p-tieredmenu ul{list-style:none;margin:0;padding:0}.p-tieredmenu .p-submenu-list{display:none;position:absolute;width:12.5em;padding:.25em;z-index:1}.p-tieredmenu .p-menuitem-link{padding:.25em;display:block;position:relative;text-decoration:none}.p-tieredmenu .p-menuitem-icon{margin-right:.25em;vertical-align:middle}.p-tieredmenu .p-menuitem-text{vertical-align:middle}.p-tieredmenu .p-menuitem{position:relative;margin:.125em 0}.p-tieredmenu .p-menuitem-link .p-submenu-icon{position:absolute;margin-top:-.5em;right:0;top:50%}.p-tieredmenu .p-menuitem-active>.p-submenu-list{display:block;left:100%;top:0}.p-toolbar{padding:.25em .5em}.p-toolbar:after{content:"";display:table;clear:both}.p-toolbar-group-left{float:left}.p-toolbar-group-right{float:right}.p-tooltip{position:absolute;display:none;padding:.25em .5em;max-width:12.5em}.p-tooltip.p-tooltip-left,.p-tooltip.p-tooltip-right{padding:0 .25em}.p-tooltip.p-tooltip-bottom,.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip .p-tooltip-text{padding:.125em .5em;background-color:#4c4c4c;color:#fff;white-space:pre-line}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25em;border-width:.25em .25em .25em 0;border-right-color:#4c4c4c}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25em;border-width:.25em 0 .25em .25em;border-left-color:#4c4c4c}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25em;border-width:.25em .25em 0;border-top-color:#4c4c4c}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25em;border-width:0 .25em .25em;border-bottom-color:#4c4c4c}.p-tree{width:24em}.p-tree .p-treenode-selectable.p-treenode-content{cursor:pointer}.p-tree .p-tree-container{height:100%;margin:0;overflow:auto;padding:.25em;white-space:nowrap}.p-tree .p-treenode-children{margin:0;padding:0 0 0 1em}.p-tree .p-treenode{background-attachment:scroll;background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat-y;list-style:none outside none;margin:0;padding:.125em 0 0}.p-tree .p-treenode-droppoint{height:4px;list-style-type:none}.p-tree .p-treenode-droppoint-active{border:0}.p-tree .p-tree-toggler{cursor:pointer;display:inline-block;vertical-align:middle}.p-tree .p-tree-toggler .p-tree-toggler-icon{vertical-align:middle}.p-tree .p-treenode-icon,.p-tree .p-treenode-label{display:inline-block;vertical-align:middle}.p-tree .p-treenode-label{padding:0 .25em}.p-tree .p-treenode.p-treenode-leaf>.p-treenode-content>.p-tree-toggler{visibility:hidden}.p-tree .p-checkbox-box{cursor:pointer}.p-tree .p-checkbox{display:inline-block;vertical-align:middle}.p-tree .p-checkbox .p-checkbox-icon{margin-left:1px}.p-tree .p-tree-filter{width:100%;box-sizing:border-box;padding-right:1.5em}.p-tree .p-tree-filter-container{position:relative;margin:0;padding:.4em;display:inline-block;width:100%}.p-tree .p-tree-filter-container .p-tree-filter-icon{position:absolute;top:.8em;right:1em}.p-fluid .p-tree{width:100%}.p-tree-horizontal{width:auto;padding:.5em 0;overflow:auto}.p-tree.p-tree-horizontal table,.p-tree.p-tree-horizontal td,.p-tree.p-tree-horizontal tr{border-collapse:collapse;margin:0;padding:0;vertical-align:middle}.p-tree.p-tree-horizontal .p-tree-toggler{vertical-align:middle;margin:0}.p-tree-horizontal .p-treenode-content{font-weight:400;padding:.4em 1em .4em .2em}.p-tree.p-tree-horizontal .p-tree-node-label{margin:0}.p-tree-horizontal .p-treenode-parent .p-treenode-content{font-weight:400;white-space:nowrap}.p-tree.p-tree-horizontal .p-treenode{background:url(../../static/media/line.567f5738.gif) repeat-x scroll 50% transparent;padding:.25em 2.5em}.p-tree.p-tree-horizontal .p-treenode.p-treenode-collapsed,.p-tree.p-tree-horizontal .p-treenode.p-treenode-leaf{padding-right:0}.p-tree.p-tree-horizontal .p-treenode-children{padding:0;margin:0}.p-tree.p-tree-horizontal .p-treenode-connector{width:1px}.p-tree.p-tree-horizontal .p-treenode-connector-table{height:100%;width:1px}.p-tree.p-tree-horizontal .p-treenode-connector-line{background:url(../../static/media/line.567f5738.gif) repeat-y scroll 0 0 transparent;width:1px}.p-tree.p-tree-horizontal table{height:0}.p-tree.p-tree-horizontal .p-checkbox{vertical-align:bottom;margin-right:.25em}.p-tree.p-tree-loading{position:relative;min-height:4em}.p-tree .p-tree-loading-mask{position:absolute;width:100%;height:100%;-ms-filter:"alpha(opacity=10)";opacity:.1;z-index:1}.p-tree .p-tree-loading-content{position:absolute;left:50%;top:50%;z-index:2;margin-top:-1em;margin-left:-1em}.p-tree .p-tree-loading-content .p-tree-loading-icon{font-size:2em}.p-treetable{position:relative}.p-treetable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-treetable-toggler{cursor:pointer;display:inline-block}.p-treetable .p-treetable-tbody>tr>td,.p-treetable .p-treetable-tfoot>tr>td,.p-treetable .p-treetable-thead>tr>th{padding:.25em .5em}.p-treetable .p-treetable-thead>tr>th .p-column-title{vertical-align:middle}.p-treetable .p-sortable-column{cursor:pointer}.p-treetable .p-sortable-column-icon{vertical-align:middle}.p-treetable-auto-layout>.p-treetable-wrapper{overflow-x:auto}.p-treetable-auto-layout>.p-treetable-wrapper>table{table-layout:auto}.p-treetable-footer,.p-treetable-header{padding:.25em .5em;text-align:center;font-weight:700}.p-treetable-header{border-bottom:0}.p-treetable-footer{border-top:0}.p-treetable .p-paginator-top{border-bottom:0}.p-treetable .p-paginator-bottom{border-top:0}.p-treetable-scrollable-wrapper{position:relative}.p-treetable-scrollable-footer,.p-treetable-scrollable-header{overflow:hidden;border:0}.p-treetable-scrollable-body{overflow:auto;position:relative}.p-treetable-scrollable-body>table>.p-treetable-tbody>tr:first-child>td{border-top:0}.p-treetable-virtual-table{position:absolute}.p-treetable-frozen-view .p-treetable-scrollable-body{overflow:hidden}.p-treetable-frozen-view>.p-treetable-scrollable-body>table>.p-treetable-tbody>tr>td:last-child{border-right:0}.p-treetable-unfrozen-view{position:absolute;top:0}.p-column-filter{width:100%}.p-treetable-resizable>.p-treetable-tablewrapper{overflow-x:auto}.p-treetable-resizable .p-treetable-tbody>tr>td,.p-treetable-resizable .p-treetable-tfoot>tr>td,.p-treetable-resizable .p-treetable-thead>tr>th{overflow:hidden}.p-treetable-resizable .p-resizable-column{background-clip:padding-box;position:relative}.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-treetable .p-column-resizer{display:block;position:absolute!important;top:0;right:0;margin:0;width:.5em;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-treetable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-treetable .p-treetable-checkbox{margin:0 .5em 0 .25em;vertical-align:middle}.p-treetable .p-treetable-tbody>tr>td.p-cell-editing .p-component{width:100%}.p-treetable-reorder-indicator-down,.p-treetable-reorder-indicator-up{position:absolute;display:none}.p-treetable-responsive .p-treetable-tbody>tr>td .p-column-title{display:none}@media screen and (max-width:40em){.p-treetable-responsive .p-treetable-tfoot>tr>td,.p-treetable-responsive .p-treetable-thead>tr>th{display:none!important}.p-treetable-responsive .p-treetable-tbody>tr>td{text-align:left;display:block;border:0;width:100%!important;float:left;clear:left}.p-treetable-responsive .p-treetable-tbody>tr>td .p-column-title{padding:.4em;min-width:30%;display:inline-block;margin:-.4em 1em -.4em -.4em;font-weight:700}}.p-treetable-loading-overlay{position:absolute;width:100%;height:100%;-ms-filter:"alpha(opacity=10)";opacity:.1;z-index:1}.p-treetable-loading-content{position:absolute;left:50%;top:50%;z-index:2;margin-top:-1em;margin-left:-1em}.p-treetable .p-treetable-loading-icon{font-size:2em}@font-face{html.honeywell-dark-theme{font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Light.ad19bd8c.eot);src:url(../../static/media/HoneywellSansWeb-Light.ad19bd8c.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Light.41ffdfc4.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Light.9c5d445b.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Light.69fb4bce.svg) format("svg");font-weight:200;font-style:normal;src:url(../../static/media/HoneywellSansWeb-Book.cc75b450.eot);src:url(../../static/media/HoneywellSansWeb-Book.cc75b450.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Book.08648cf8.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Book.bdb2586e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Book.9bf279af.svg) format("svg");font-weight:300;src:url(../../static/media/HoneywellSansWeb-Medium.6d9f37e6.eot);src:url(../../static/media/HoneywellSansWeb-Medium.6d9f37e6.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Medium.b8e0e2cb.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Medium.1823d021.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Medium.6a2d2052.svg) format("svg");font-weight:400;src:url(../../static/media/HoneywellSansWeb-Bold.8a92f368.eot);src:url(../../static/media/HoneywellSansWeb-Bold.8a92f368.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Bold.b1f6b1d9.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Bold.f672baa2.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Bold.44e761b4.svg) format("svg");font-weight:600;font-style:bold;src:url(../../static/media/HoneywellSansWeb-Extrabold.90d7b537.eot);src:url(../../static/media/HoneywellSansWeb-Extrabold.90d7b537.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Extrabold.fa0220b1.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Extrabold.2737455e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Extrabold.8b7aa29b.svg) format("svg");font-weight:700;src:url(../../static/media/HoneywellSansWeb-Black.f24d21ee.eot);src:url(../../static/media/HoneywellSansWeb-Black.f24d21ee.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Black.3065f16e.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Black.04d4128c.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Black.83de0ac4.svg) format("svg");font-weight:800;src:url(../../static/media/HoneywellSansWeb-LightItalic.6684cba2.eot);src:url(../../static/media/HoneywellSansWeb-LightItalic.6684cba2.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-LightItalic.5f1b495f.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-LightItalic.9df77f2c.woff) format("woff"),url(../../static/media/HoneywellSansWeb-LightItalic.b9936aa6.svg) format("svg");font-style:italic;src:url(../../static/media/HoneywellSansWeb-BookItalic.fa67e766.eot);src:url(../../static/media/HoneywellSansWeb-BookItalic.fa67e766.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BookItalic.f84093b8.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BookItalic.c147348d.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BookItalic.d87611f5.svg) format("svg");src:url(../../static/media/HoneywellSansWeb-MediumItalic.6ddaa356.eot);src:url(../../static/media/HoneywellSansWeb-MediumItalic.6ddaa356.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-MediumItalic.e2025b18.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-MediumItalic.9d4a2c7e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-MediumItalic.f675bdea.svg) format("svg");src:url(../../static/media/HoneywellSansWeb-BoldItalic.26fc8995.eot);src:url(../../static/media/HoneywellSansWeb-BoldItalic.26fc8995.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BoldItalic.961361ce.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BoldItalic.a71c3619.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BoldItalic.92893ae1.svg) format("svg");src:url(../../static/media/HoneywellSansWeb-ExtraboldItalic.bde35563.eot);src:url(../../static/media/HoneywellSansWeb-ExtraboldItalic.bde35563.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.9088ea84.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.eb57daff.woff) format("woff"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.9ae4e2ff.svg) format("svg");src:url(../../static/media/HoneywellSansWeb-BlackItalic.c0efa393.eot);src:url(../../static/media/HoneywellSansWeb-BlackItalic.c0efa393.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BlackItalic.c4483b8e.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BlackItalic.697df9a1.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BlackItalic.d7996249.svg) format("svg");font-family:Honeywell-Global;src:url(../../static/media/Honeywell-Global.5118537e.eot);src:url(../../static/media/Honeywell-Global.5118537e.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Global.fbe81648.ttf) format("truetype"),url(../../static/media/Honeywell-Global.b9834b07.woff) format("woff"),url(../../static/media/Honeywell-Global.a1a78a1d.svg) format("svg");font-family:Honeywell-Flight;src:url(../../static/media/Honeywell-Flight.786cad89.eot);src:url(../../static/media/Honeywell-Flight.786cad89.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Flight.f2cdd361.woff2) format("woff2"),url(../../static/media/Honeywell-Flight.386c97ab.ttf) format("truetype"),url(../../static/media/Honeywell-Flight.cbb9b900.woff) format("woff"),url(../../static/media/Honeywell-Flight.5b1bf9fe.svg) format("svg");font-family:Honeywell-Addons;src:url(../../static/media/Honeywell-Addons.ca045c57.woff2) format("woff2"),url(../../static/media/Honeywell-Addons.8dbcf822.ttf) format("truetype"),url(../../static/media/Honeywell-Addons.880334cb.woff) format("woff");font-family:Honeywell-Buildings;src:url(../../static/media/Honeywell-Buildings.86fe4048.eot);src:url(../../static/media/Honeywell-Buildings.86fe4048.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Buildings.a394f2a1.woff2) format("woff2"),url(../../static/media/Honeywell-Buildings.f4a4f36f.ttf) format("truetype"),url(../../static/media/Honeywell-Buildings.f82f3486.woff) format("woff");font-family:Honeywell-Weather;src:url(../../static/media/Honeywell-Weather.5077bddc.eot);src:url(../../static/media/Honeywell-Weather.5077bddc.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Weather.2fb576c8.woff2) format("woff2"),url(../../static/media/Honeywell-Weather.5505a952.ttf) format("truetype"),url(../../static/media/Honeywell-Weather.ef57ee0f.woff) format("woff");font-family:Honeywell-Icons;src:url(../../static/media/Honeywell-Icons.f6071410.woff2) format("woff2"),url(../../static/media/Honeywell-Icons.d1af0b8a.ttf) format("truetype"),url(../../static/media/Honeywell-Icons.5591ebd3.woff) format("woff")}}html.honeywell-dark-theme .h-icon.global{font-family:Honeywell-Global!important}html.honeywell-dark-theme .h-icon.global.badge-alert:before{content:""}html.honeywell-dark-theme .h-icon.global.badge-help:before{content:""}html.honeywell-dark-theme .h-icon.global.badge-info:before{content:""}html.honeywell-dark-theme .h-icon.global.badge-stop:before{content:""}html.honeywell-dark-theme .h-icon.global.badge-warning:before{content:""}html.honeywell-dark-theme .h-icon.global.battery-empty:before{content:""}html.honeywell-dark-theme .h-icon.global.battery-full:before{content:""}html.honeywell-dark-theme .h-icon.global.battery-low:before{content:""}html.honeywell-dark-theme .h-icon.global.battery-mid:before{content:""}html.honeywell-dark-theme .h-icon.global.calendar:before{content:""}html.honeywell-dark-theme .h-icon.global.camera:before{content:""}html.honeywell-dark-theme .h-icon.global.caret-down:before{content:""}html.honeywell-dark-theme .h-icon.global.caret-left:before{content:""}html.honeywell-dark-theme .h-icon.global.caret-right:before{content:""}html.honeywell-dark-theme .h-icon.global.caret-up:before{content:""}html.honeywell-dark-theme .h-icon.global.check:before{content:""}html.honeywell-dark-theme .h-icon.global.close:before{content:""}html.honeywell-dark-theme .h-icon.global.credit-card:before{content:""}html.honeywell-dark-theme .h-icon.global.delete:before{content:""}html.honeywell-dark-theme .h-icon.global.document:before{content:""}html.honeywell-dark-theme .h-icon.global.edit-circled:before{content:""}html.honeywell-dark-theme .h-icon.global.edit:before{content:""}html.honeywell-dark-theme .h-icon.global.email:before{content:""}html.honeywell-dark-theme .h-icon.global.expand:before{content:""}html.honeywell-dark-theme .h-icon.global.export:before{content:""}html.honeywell-dark-theme .h-icon.global.file-download:before{content:""}html.honeywell-dark-theme .h-icon.global.file-upload:before{content:""}html.honeywell-dark-theme .h-icon.global.filter:before{content:""}html.honeywell-dark-theme .h-icon.global.flag-icon:before{content:""}html.honeywell-dark-theme .h-icon.global.fullscreen-enter:before{content:""}html.honeywell-dark-theme .h-icon.global.fullscreen-exit:before{content:""}html.honeywell-dark-theme .h-icon.global.globe:before{content:""}html.honeywell-dark-theme .h-icon.global.graph:before{content:""}html.honeywell-dark-theme .h-icon.global.home:before{content:""}html.honeywell-dark-theme .h-icon.global.location:before{content:""}html.honeywell-dark-theme .h-icon.global.locked:before{content:""}html.honeywell-dark-theme .h-icon.global.map:before{content:""}html.honeywell-dark-theme .h-icon.global.menu-icon:before{content:""}html.honeywell-dark-theme .h-icon.global.message:before{content:""}html.honeywell-dark-theme .h-icon.global.multiple-devices:before{content:""}html.honeywell-dark-theme .h-icon.global.notification:before{content:""}html.honeywell-dark-theme .h-icon.global.paperclip:before{content:""}html.honeywell-dark-theme .h-icon.global.pc:before{content:""}html.honeywell-dark-theme .h-icon.global.phone:before{content:""}html.honeywell-dark-theme .h-icon.global.playback-pause:before{content:""}html.honeywell-dark-theme .h-icon.global.playback-play:before{content:""}html.honeywell-dark-theme .h-icon.global.print:before{content:""}html.honeywell-dark-theme .h-icon.global.redo:before{content:""}html.honeywell-dark-theme .h-icon.global.refresh:before{content:""}html.honeywell-dark-theme .h-icon.global.reminders:before{content:""}html.honeywell-dark-theme .h-icon.global.save:before{content:""}html.honeywell-dark-theme .h-icon.global.search:before{content:""}html.honeywell-dark-theme .h-icon.global.settings:before{content:""}html.honeywell-dark-theme .h-icon.global.share-2:before{content:""}html.honeywell-dark-theme .h-icon.global.share:before{content:""}html.honeywell-dark-theme .h-icon.global.shopping-bag:before{content:""}html.honeywell-dark-theme .h-icon.global.slider-controls-minus:before{content:""}html.honeywell-dark-theme .h-icon.global.slider-controls-plus:before{content:""}html.honeywell-dark-theme .h-icon.global.smartphone:before{content:""}html.honeywell-dark-theme .h-icon.global.social-fb-sq:before{content:""}html.honeywell-dark-theme .h-icon.global.social-fb:before{content:""}html.honeywell-dark-theme .h-icon.global.social-ig-sq:before{content:""}html.honeywell-dark-theme .h-icon.global.social-ig:before{content:""}html.honeywell-dark-theme .h-icon.global.social-li-sq:before{content:""}html.honeywell-dark-theme .h-icon.global.social-li:before{content:""}html.honeywell-dark-theme .h-icon.global.social-tw-sq:before{content:""}html.honeywell-dark-theme .h-icon.global.social-tw:before{content:""}html.honeywell-dark-theme .h-icon.global.social-yt-sq:before{content:""}html.honeywell-dark-theme .h-icon.global.social-yt:before{content:""}html.honeywell-dark-theme .h-icon.global.speaker-off:before{content:""}html.honeywell-dark-theme .h-icon.global.speaker-on:before{content:""}html.honeywell-dark-theme .h-icon.global.star:before{content:""}html.honeywell-dark-theme .h-icon.global.tools:before{content:""}html.honeywell-dark-theme .h-icon.global.undo:before{content:""}html.honeywell-dark-theme .h-icon.global.unlocked:before{content:""}html.honeywell-dark-theme .h-icon.global.user:before{content:""}html.honeywell-dark-theme .h-icon.global.users:before{content:""}html.honeywell-dark-theme .h-icon.global.voice-message:before{content:""}html.honeywell-dark-theme .h-icon.global.wifi:before{content:""}html.honeywell-dark-theme .h-icon.global.shipping{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.shipping:before{content:"🎙"}html.honeywell-dark-theme .h-icon.global.app-launcher{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.app-launcher:before{content:""}html.honeywell-dark-theme .h-icon.global.double-caret-right{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.double-caret-right:before{content:""}html.honeywell-dark-theme .h-icon.global.double-caret-left{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.double-caret-left:before{content:""}html.honeywell-dark-theme .h-icon.global.rtm{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.rtm:before{content:""}html.honeywell-dark-theme .h-icon.global.organization{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.organization:before{content:""}html.honeywell-dark-theme .h-icon.global.dash{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.dash:before{content:""}html.honeywell-dark-theme .h-icon.global.equipment{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.equipment:before{content:""}html.honeywell-dark-theme .h-icon.global.inspections{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.inspections:before{content:""}html.honeywell-dark-theme .h-icon.global.reports{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.reports:before{content:""}html.honeywell-dark-theme .h-icon.global.training{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.training:before{content:""}html.honeywell-dark-theme .h-icon.global.sites-pin{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.sites-pin:before{content:""}html.honeywell-dark-theme .h-icon.global.users-two{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.users-two:before{content:""}html.honeywell-dark-theme .h-icon.global.unequal{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.global.unequal:before{content:""}html.honeywell-dark-theme .h-icon.aero{font-family:Honeywell-Flight!important}html.honeywell-dark-theme .h-icon.aero.ac-atr:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-bga:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-dns:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-dualprop:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-glider:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-highwing:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-lowwing:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-profile:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-right:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-settings:before{content:""}html.honeywell-dark-theme .h-icon.aero.ac-up:before{content:""}html.honeywell-dark-theme .h-icon.aero.airports-directory:before{content:""}html.honeywell-dark-theme .h-icon.aero.airports-nearby:before{content:""}html.honeywell-dark-theme .h-icon.aero.airports:before{content:""}html.honeywell-dark-theme .h-icon.aero.cabin-seat:before{content:""}html.honeywell-dark-theme .h-icon.aero.cabin:before{content:""}html.honeywell-dark-theme .h-icon.aero.cleaning:before{content:""}html.honeywell-dark-theme .h-icon.aero.eapis-3:before{content:""}html.honeywell-dark-theme .h-icon.aero.eapis-alt:before{content:""}html.honeywell-dark-theme .h-icon.aero.eapis:before{content:""}html.honeywell-dark-theme .h-icon.aero.egi-2:before{content:""}html.honeywell-dark-theme .h-icon.aero.egi:before{content:""}html.honeywell-dark-theme .h-icon.aero.fbo-1:before{content:""}html.honeywell-dark-theme .h-icon.aero.fbo-2:before{content:""}html.honeywell-dark-theme .h-icon.aero.fbo:before{content:""}html.honeywell-dark-theme .h-icon.aero.flight-attendant:before{content:""}html.honeywell-dark-theme .h-icon.aero.flight-plan-doc:before{content:""}html.honeywell-dark-theme .h-icon.aero.flight-plan-new:before{content:""}html.honeywell-dark-theme .h-icon.aero.flight-plan:before{content:""}html.honeywell-dark-theme .h-icon.aero.flight-schedule-alt:before{content:""}html.honeywell-dark-theme .h-icon.aero.flight-schedule:before{content:""}html.honeywell-dark-theme .h-icon.aero.fuel:before{content:""}html.honeywell-dark-theme .h-icon.aero.hangar:before{content:""}html.honeywell-dark-theme .h-icon.aero.helicopter:before{content:""}html.honeywell-dark-theme .h-icon.aero.intl-trip:before{content:""}html.honeywell-dark-theme .h-icon.aero.luggage:before{content:""}html.honeywell-dark-theme .h-icon.aero.notams-2:before{content:""}html.honeywell-dark-theme .h-icon.aero.notams-3:before{content:""}html.honeywell-dark-theme .h-icon.aero.notams:before{content:""}html.honeywell-dark-theme .h-icon.aero.pilot-crushcap:before{content:""}html.honeywell-dark-theme .h-icon.aero.plane-approach-1:before{content:""}html.honeywell-dark-theme .h-icon.aero.plane-approach-2:before{content:""}html.honeywell-dark-theme .h-icon.aero.psngr-boarding:before{content:""}html.honeywell-dark-theme .h-icon.aero.psngr-deboarding:before{content:""}html.honeywell-dark-theme .h-icon.aero.ramp-1:before{content:""}html.honeywell-dark-theme .h-icon.aero.ramp-2:before{content:""}html.honeywell-dark-theme .h-icon.aero.ramp-3:before{content:""}html.honeywell-dark-theme .h-icon.aero.runway-analysis-1:before{content:""}html.honeywell-dark-theme .h-icon.aero.runway-analysis-2:before{content:""}html.honeywell-dark-theme .h-icon.aero.runway-analysis-3:before{content:""}html.honeywell-dark-theme .h-icon.aero.runway:before{content:""}html.honeywell-dark-theme .h-icon.aero.screen-seat:before{content:""}html.honeywell-dark-theme .h-icon.aero.speed-indicator-air:before{content:""}html.honeywell-dark-theme .h-icon.aero.speed-indicator-vertical:before{content:""}html.honeywell-dark-theme .h-icon.aero.speed-indicator:before{content:""}html.honeywell-dark-theme .h-icon.aero.track-up-centered:before{content:""}html.honeywell-dark-theme .h-icon.aero.track-up:before{content:""}html.honeywell-dark-theme .h-icon.aero.trip-kit-add:before{content:""}html.honeywell-dark-theme .h-icon.aero.trip-kit-refresh:before{content:""}html.honeywell-dark-theme .h-icon.aero.trip-kit:before{content:""}html.honeywell-dark-theme .h-icon.aero.uav:before{content:""}html.honeywell-dark-theme .h-icon.aero.valance:before{content:""}html.honeywell-dark-theme .h-icon.aero.weather-chart:before{content:""}html.honeywell-dark-theme .h-icon.aero.wheel-chocks:before{content:""}html.honeywell-dark-theme .h-icon.aero.window-down:before{content:""}html.honeywell-dark-theme .h-icon.aero.window-mid:before{content:""}html.honeywell-dark-theme .h-icon.aero.window-up:before{content:""}html.honeywell-dark-theme .h-icon.aero.ptmd{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.aero.ptmd:before{content:""}html.honeywell-dark-theme .h-icon.aero.flight-efficiency{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.aero.flight-efficiency:before{content:""}html.honeywell-dark-theme .h-icon.aero.cmx{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.aero.cmx:before{content:""}html.honeywell-dark-theme .h-icon.building{font-family:Honeywell-Buildings!important}html.honeywell-dark-theme .h-icon.building.add:before{content:""}html.honeywell-dark-theme .h-icon.building.badge-alert:before{content:""}html.honeywell-dark-theme .h-icon.building.badge-help:before{content:""}html.honeywell-dark-theme .h-icon.building.badge-info:before{content:""}html.honeywell-dark-theme .h-icon.building.badge-stop:before{content:""}html.honeywell-dark-theme .h-icon.building.badge-warning:before{content:""}html.honeywell-dark-theme .h-icon.building.battery-empty:before{content:""}html.honeywell-dark-theme .h-icon.building.battery-full:before{content:""}html.honeywell-dark-theme .h-icon.building.battery-low:before{content:""}html.honeywell-dark-theme .h-icon.building.battery-mid:before{content:""}html.honeywell-dark-theme .h-icon.building.calendar .path1:before{content:""}html.honeywell-dark-theme .h-icon.building.calendar .path2:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path3:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path4:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path5:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path6:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path7:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path8:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path9:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path10:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path11:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path12:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.calendar .path13:before{content:"";margin-left:-1em}html.honeywell-dark-theme .h-icon.building.camera:before{content:""}html.honeywell-dark-theme .h-icon.building.caret-down:before{content:""}html.honeywell-dark-theme .h-icon.building.caret-left:before{content:""}html.honeywell-dark-theme .h-icon.building.caret-right:before{content:""}html.honeywell-dark-theme .h-icon.building.caret-up:before{content:""}html.honeywell-dark-theme .h-icon.building.check:before{content:""}html.honeywell-dark-theme .h-icon.building.close-circled:before{content:""}html.honeywell-dark-theme .h-icon.building.close:before{content:""}html.honeywell-dark-theme .h-icon.building.cloud-download:before{content:""}html.honeywell-dark-theme .h-icon.building.cloud-upload:before{content:""}html.honeywell-dark-theme .h-icon.building.collapse:before{content:""}html.honeywell-dark-theme .h-icon.building.credit-card:before{content:""}html.honeywell-dark-theme .h-icon.building.dashboard:before{content:""}html.honeywell-dark-theme .h-icon.building.delete:before{content:""}html.honeywell-dark-theme .h-icon.building.doc-add:before{content:""}html.honeywell-dark-theme .h-icon.building.doc-annotate:before{content:""}html.honeywell-dark-theme .h-icon.building.doc-certificate:before{content:""}html.honeywell-dark-theme .h-icon.building.doc-pdf:before{content:""}html.honeywell-dark-theme .h-icon.building.doc-photo:before{content:""}html.honeywell-dark-theme .h-icon.building.doc-proc:before{content:""}html.honeywell-dark-theme .h-icon.building.doc-search:before{content:""}html.honeywell-dark-theme .h-icon.building.doc-test:before{content:""}html.honeywell-dark-theme .h-icon.building.document:before{content:""}html.honeywell-dark-theme .h-icon.building.edit-circled:before{content:""}html.honeywell-dark-theme .h-icon.building.edit:before{content:""}html.honeywell-dark-theme .h-icon.building.email:before{content:""}html.honeywell-dark-theme .h-icon.building.expand:before{content:""}html.honeywell-dark-theme .h-icon.building.export:before{content:""}html.honeywell-dark-theme .h-icon.building.file-download:before{content:""}html.honeywell-dark-theme .h-icon.building.file-upload:before{content:""}html.honeywell-dark-theme .h-icon.building.filter:before{content:""}html.honeywell-dark-theme .h-icon.building.flag-icon:before{content:""}html.honeywell-dark-theme .h-icon.building.folder-music:before{content:""}html.honeywell-dark-theme .h-icon.building.folder:before{content:""}html.honeywell-dark-theme .h-icon.building.fullscreen-enter:before{content:""}html.honeywell-dark-theme .h-icon.building.fullscreen-exit:before{content:""}html.honeywell-dark-theme .h-icon.building.globe:before{content:""}html.honeywell-dark-theme .h-icon.building.graph:before{content:""}html.honeywell-dark-theme .h-icon.building.home:before{content:""}html.honeywell-dark-theme .h-icon.building.location:before{content:""}html.honeywell-dark-theme .h-icon.building.locked:before{content:""}html.honeywell-dark-theme .h-icon.building.map:before{content:""}html.honeywell-dark-theme .h-icon.building.menu-icon:before{content:""}html.honeywell-dark-theme .h-icon.building.message:before{content:""}html.honeywell-dark-theme .h-icon.building.messages:before{content:""}html.honeywell-dark-theme .h-icon.building.modify:before{content:""}html.honeywell-dark-theme .h-icon.building.multiple-devices:before{content:""}html.honeywell-dark-theme .h-icon.building.music:before{content:""}html.honeywell-dark-theme .h-icon.building.notification:before{content:""}html.honeywell-dark-theme .h-icon.building.paperclip:before{content:""}html.honeywell-dark-theme .h-icon.building.pc:before{content:""}html.honeywell-dark-theme .h-icon.building.phone:before{content:""}html.honeywell-dark-theme .h-icon.building.playback-pause:before{content:""}html.honeywell-dark-theme .h-icon.building.playback-play:before{content:""}html.honeywell-dark-theme .h-icon.building.playback-rec:before{content:""}html.honeywell-dark-theme .h-icon.building.playback-stop:before{content:""}html.honeywell-dark-theme .h-icon.building.print:before{content:""}html.honeywell-dark-theme .h-icon.building.redo:before{content:""}html.honeywell-dark-theme .h-icon.building.refresh:before{content:""}html.honeywell-dark-theme .h-icon.building.save:before{content:""}html.honeywell-dark-theme .h-icon.building.search:before{content:""}html.honeywell-dark-theme .h-icon.building.settings:before{content:""}html.honeywell-dark-theme .h-icon.building.share-2:before{content:""}html.honeywell-dark-theme .h-icon.building.share:before{content:""}html.honeywell-dark-theme .h-icon.building.shopping-bag:before{content:""}html.honeywell-dark-theme .h-icon.building.slider-controls-minus:before{content:""}html.honeywell-dark-theme .h-icon.building.slider-controls-plus:before{content:""}html.honeywell-dark-theme .h-icon.building.smartphone:before{content:""}html.honeywell-dark-theme .h-icon.building.social-fb:before{content:""}html.honeywell-dark-theme .h-icon.building.social-ig:before{content:""}html.honeywell-dark-theme .h-icon.building.social-tw:before{content:""}html.honeywell-dark-theme .h-icon.building.social-yt:before{content:""}html.honeywell-dark-theme .h-icon.building.speaker-off:before{content:""}html.honeywell-dark-theme .h-icon.building.speaker-on:before{content:""}html.honeywell-dark-theme .h-icon.building.star:before{content:""}html.honeywell-dark-theme .h-icon.building.tag:before{content:""}html.honeywell-dark-theme .h-icon.building.timeline:before{content:""}html.honeywell-dark-theme .h-icon.building.tools:before{content:""}html.honeywell-dark-theme .h-icon.building.undo:before{content:""}html.honeywell-dark-theme .h-icon.building.unlocked:before{content:""}html.honeywell-dark-theme .h-icon.building.user-filled:before{content:""}html.honeywell-dark-theme .h-icon.building.user:before{content:""}html.honeywell-dark-theme .h-icon.building.voicemessages:before{content:""}html.honeywell-dark-theme .h-icon.building.wifi:before{content:""}html.honeywell-dark-theme .h-icon.building.total-footprint{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.total-footprint:before{content:""}html.honeywell-dark-theme .h-icon.building.sites{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.sites:before{content:""}html.honeywell-dark-theme .h-icon.building.portfolio-savings{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.portfolio-savings:before{content:""}html.honeywell-dark-theme .h-icon.building.portfolio-cost{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.portfolio-cost:before{content:""}html.honeywell-dark-theme .h-icon.building.comfort{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.comfort:before{content:""}html.honeywell-dark-theme .h-icon.building.filter-alt{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.filter-alt:before{content:""}html.honeywell-dark-theme .h-icon.building.graph-alt{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.graph-alt:before{content:""}html.honeywell-dark-theme .h-icon.building.home-alt{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.home-alt:before{content:""}html.honeywell-dark-theme .h-icon.building.sites-alt{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.sites-alt:before{content:""}html.honeywell-dark-theme .h-icon.building.operations{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.operations:before{content:""}html.honeywell-dark-theme .h-icon.building.energy{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.energy:before{content:""}html.honeywell-dark-theme .h-icon.building.rounds{font-family:Honeywell-Addons!important}html.honeywell-dark-theme .h-icon.building.rounds:before{content:""}html.honeywell-dark-theme .h-icon.weather{font-family:Honeywell-Weather}html.honeywell-dark-theme .h-icon.weather.blowingsnow:before{content:""}html.honeywell-dark-theme .h-icon.weather.breezy:before{content:""}html.honeywell-dark-theme .h-icon.weather.clear:before{content:""}html.honeywell-dark-theme .h-icon.weather.clearnight:before{content:""}html.honeywell-dark-theme .h-icon.weather.drizzle:before{content:""}html.honeywell-dark-theme .h-icon.weather.fewbrokenclowds:before{content:""}html.honeywell-dark-theme .h-icon.weather.fog:before{content:""}html.honeywell-dark-theme .h-icon.weather.freezingdrizzle:before{content:""}html.honeywell-dark-theme .h-icon.weather.freezingrain:before{content:""}html.honeywell-dark-theme .h-icon.weather.funnelcloud:before{content:""}html.honeywell-dark-theme .h-icon.weather.hail:before{content:""}html.honeywell-dark-theme .h-icon.weather.haze:before{content:""}html.honeywell-dark-theme .h-icon.weather.heavyfog:before{content:""}html.honeywell-dark-theme .h-icon.weather.heavyrain:before{content:""}html.honeywell-dark-theme .h-icon.weather.heavysnow:before{content:""}html.honeywell-dark-theme .h-icon.weather.hot:before{content:""}html.honeywell-dark-theme .h-icon.weather.hurricane:before{content:""}html.honeywell-dark-theme .h-icon.weather.ice:before{content:""}html.honeywell-dark-theme .h-icon.weather.icepellets:before{content:""}html.honeywell-dark-theme .h-icon.weather.lightfog:before{content:""}html.honeywell-dark-theme .h-icon.weather.lightrain:before{content:""}html.honeywell-dark-theme .h-icon.weather.lightsnow:before{content:""}html.honeywell-dark-theme .h-icon.weather.mixrainfall:before{content:""}html.honeywell-dark-theme .h-icon.weather.moderatefog:before{content:""}html.honeywell-dark-theme .h-icon.weather.moderaterain:before{content:""}html.honeywell-dark-theme .h-icon.weather.moderatesnow:before{content:""}html.honeywell-dark-theme .h-icon.weather.na:before{content:""}html.honeywell-dark-theme .h-icon.weather.noreport:before{content:""}html.honeywell-dark-theme .h-icon.weather.overcast:before{content:""}html.honeywell-dark-theme .h-icon.weather.rain:before{content:""}html.honeywell-dark-theme .h-icon.weather.rainshowers:before{content:""}html.honeywell-dark-theme .h-icon.weather.sandustorm:before{content:""}html.honeywell-dark-theme .h-icon.weather.scatteredclouds:before{content:""}html.honeywell-dark-theme .h-icon.weather.scatteredshowers:before{content:""}html.honeywell-dark-theme .h-icon.weather.scatteredthunderstorm:before{content:""}html.honeywell-dark-theme .h-icon.weather.smoke:before{content:""}html.honeywell-dark-theme .h-icon.weather.snowshowers:before{content:""}html.honeywell-dark-theme .h-icon.weather.sunrise:before{content:""}html.honeywell-dark-theme .h-icon.weather.sunset:before{content:""}html.honeywell-dark-theme .h-icon.weather.thunderstorm:before{content:""}html.honeywell-dark-theme .h-icon.weather.tropicalstorm:before{content:""}html.honeywell-dark-theme .h-icon.weather.water:before{content:""}@font-face{html.honeywell-dark-theme{font-family:Icons;src:url(../../static/media/icons.674f50d2.eot);src:url(../../static/media/icons.674f50d2.eot) format("embedded-opentype"),url(../../static/media/icons.af7ae505.woff2) format("woff2"),url(../../static/media/icons.fee66e71.woff) format("woff"),url(../../static/media/icons.b06871f2.ttf) format("truetype"),url(../../static/media/icons.912ec66d.svg) format("svg");font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-decoration:inherit;text-transform:none}}html.honeywell-dark-theme i.icon{font-family:Honeywell-Global,Icons;display:inline-block;opacity:1;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}html.honeywell-dark-theme i.icon:before{background:none!important}html.honeywell-dark-theme i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}html.honeywell-dark-theme i.emphasized.icon,html.honeywell-dark-theme i.icon.active,html.honeywell-dark-theme i.icon.hover{opacity:1!important}html.honeywell-dark-theme i.disabled.icon{opacity:.45!important}html.honeywell-dark-theme i.fitted.icon{width:auto;margin:0}html.honeywell-dark-theme i.link.icon,html.honeywell-dark-theme i.link.icons{cursor:pointer;opacity:.8;transition:opacity .1s ease}html.honeywell-dark-theme i.link.icon:hover,html.honeywell-dark-theme i.link.icons:hover{opacity:1!important}html.honeywell-dark-theme i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em!important;box-shadow:inset 0 0 0 .1em rgba(0,0,0,.1);width:2em!important;height:2em!important}html.honeywell-dark-theme i.circular.inverted.icon{border:none;box-shadow:none}html.honeywell-dark-theme i.flipped.icon,html.honeywell-dark-theme i.horizontally.flipped.icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}html.honeywell-dark-theme i.vertically.flipped.icon{-webkit-transform:scaleY(-1);transform:scaleY(-1)}html.honeywell-dark-theme i.clockwise.rotated.icon,html.honeywell-dark-theme i.right.rotated.icon,html.honeywell-dark-theme i.rotated.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.honeywell-dark-theme i.counterclockwise.rotated.icon,html.honeywell-dark-theme i.left.rotated.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}html.honeywell-dark-theme i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em .41em!important;box-shadow:inset 0 0 0 .1em rgba(0,0,0,.1)}html.honeywell-dark-theme i.bordered.inverted.icon{border:none;box-shadow:none}html.honeywell-dark-theme i.inverted.bordered.icon,html.honeywell-dark-theme i.inverted.circular.icon{background-color:#1b1c1d!important;color:#fff!important}html.honeywell-dark-theme i.inverted.icon{color:#fff}html.honeywell-dark-theme i.red.icon{color:#db2828!important}html.honeywell-dark-theme i.inverted.red.icon{color:#ff695e!important}html.honeywell-dark-theme i.inverted.bordered.red.icon,html.honeywell-dark-theme i.inverted.circular.red.icon{background-color:#db2828!important;color:#fff!important}html.honeywell-dark-theme i.orange.icon{color:#f2711c!important}html.honeywell-dark-theme i.inverted.orange.icon{color:#ff851b!important}html.honeywell-dark-theme i.inverted.bordered.orange.icon,html.honeywell-dark-theme i.inverted.circular.orange.icon{background-color:#f2711c!important;color:#fff!important}html.honeywell-dark-theme i.yellow.icon{color:#fbbd08!important}html.honeywell-dark-theme i.inverted.yellow.icon{color:#ffe21f!important}html.honeywell-dark-theme i.inverted.bordered.yellow.icon,html.honeywell-dark-theme i.inverted.circular.yellow.icon{background-color:#fbbd08!important;color:#fff!important}html.honeywell-dark-theme i.olive.icon{color:#b5cc18!important}html.honeywell-dark-theme i.inverted.olive.icon{color:#d9e778!important}html.honeywell-dark-theme i.inverted.bordered.olive.icon,html.honeywell-dark-theme i.inverted.circular.olive.icon{background-color:#b5cc18!important;color:#fff!important}html.honeywell-dark-theme i.green.icon{color:#21ba45!important}html.honeywell-dark-theme i.inverted.green.icon{color:#2ecc40!important}html.honeywell-dark-theme i.inverted.bordered.green.icon,html.honeywell-dark-theme i.inverted.circular.green.icon{background-color:#21ba45!important;color:#fff!important}html.honeywell-dark-theme i.teal.icon{color:#00b5ad!important}html.honeywell-dark-theme i.inverted.teal.icon{color:#6dffff!important}html.honeywell-dark-theme i.inverted.bordered.teal.icon,html.honeywell-dark-theme i.inverted.circular.teal.icon{background-color:#00b5ad!important;color:#fff!important}html.honeywell-dark-theme i.blue.icon{color:#2185d0!important}html.honeywell-dark-theme i.inverted.blue.icon{color:#54c8ff!important}html.honeywell-dark-theme i.inverted.bordered.blue.icon,html.honeywell-dark-theme i.inverted.circular.blue.icon{background-color:#2185d0!important;color:#fff!important}html.honeywell-dark-theme i.violet.icon{color:#6435c9!important}html.honeywell-dark-theme i.inverted.violet.icon{color:#a291fb!important}html.honeywell-dark-theme i.inverted.bordered.violet.icon,html.honeywell-dark-theme i.inverted.circular.violet.icon{background-color:#6435c9!important;color:#fff!important}html.honeywell-dark-theme i.purple.icon{color:#a333c8!important}html.honeywell-dark-theme i.inverted.purple.icon{color:#dc73ff!important}html.honeywell-dark-theme i.inverted.bordered.purple.icon,html.honeywell-dark-theme i.inverted.circular.purple.icon{background-color:#a333c8!important;color:#fff!important}html.honeywell-dark-theme i.pink.icon{color:#e03997!important}html.honeywell-dark-theme i.inverted.pink.icon{color:#ff8edf!important}html.honeywell-dark-theme i.inverted.bordered.pink.icon,html.honeywell-dark-theme i.inverted.circular.pink.icon{background-color:#e03997!important;color:#fff!important}html.honeywell-dark-theme i.brown.icon{color:#a5673f!important}html.honeywell-dark-theme i.inverted.brown.icon{color:#d67c1c!important}html.honeywell-dark-theme i.inverted.bordered.brown.icon,html.honeywell-dark-theme i.inverted.circular.brown.icon{background-color:#a5673f!important;color:#fff!important}html.honeywell-dark-theme i.grey.icon{color:#767676!important}html.honeywell-dark-theme i.inverted.grey.icon{color:#dcddde!important}html.honeywell-dark-theme i.inverted.bordered.grey.icon,html.honeywell-dark-theme i.inverted.circular.grey.icon{background-color:#767676!important;color:#fff!important}html.honeywell-dark-theme i.black.icon{color:#1b1c1d!important}html.honeywell-dark-theme i.inverted.black.icon{color:#545454!important}html.honeywell-dark-theme i.inverted.bordered.black.icon,html.honeywell-dark-theme i.inverted.circular.black.icon{background-color:#1b1c1d!important;color:#fff!important}html.honeywell-dark-theme i.mini.icon,html.honeywell-dark-theme i.mini.icons{line-height:1;font-size:.4em}html.honeywell-dark-theme i.tiny.icon,html.honeywell-dark-theme i.tiny.icons{line-height:1;font-size:.5em}html.honeywell-dark-theme i.small.icon,html.honeywell-dark-theme i.small.icons{line-height:1;font-size:.75em}html.honeywell-dark-theme i.icon,html.honeywell-dark-theme i.icons{font-size:1em}html.honeywell-dark-theme i.large.icon,html.honeywell-dark-theme i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}html.honeywell-dark-theme i.big.icon,html.honeywell-dark-theme i.big.icons{line-height:1;vertical-align:middle;font-size:2em}html.honeywell-dark-theme i.huge.icon,html.honeywell-dark-theme i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}html.honeywell-dark-theme i.massive.icon,html.honeywell-dark-theme i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}html.honeywell-dark-theme i.icons{display:inline-block;position:relative;line-height:1}html.honeywell-dark-theme i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0}html.honeywell-dark-theme i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;transform:none;margin-right:.25rem}html.honeywell-dark-theme i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}html.honeywell-dark-theme i.icons .top.right.corner.icon{top:0;left:auto;right:0;bottom:auto}html.honeywell-dark-theme i.icons .top.left.corner.icon{top:0;left:0;right:auto;bottom:auto}html.honeywell-dark-theme i.icons .bottom.left.corner.icon{top:auto;left:0;right:auto;bottom:0}html.honeywell-dark-theme i.icons .bottom.right.corner.icon{top:auto;left:auto;right:0;bottom:0}html.honeywell-dark-theme i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}html.honeywell-dark-theme i.icon.search:before{content:""}html.honeywell-dark-theme i.icon.mail.outline:before{content:""}html.honeywell-dark-theme i.icon.signal:before{content:""}html.honeywell-dark-theme i.icon.setting:before{content:""}html.honeywell-dark-theme i.icon.home:before{content:""}html.honeywell-dark-theme i.icon.inbox:before{content:""}html.honeywell-dark-theme i.icon.browser:before{content:""}html.honeywell-dark-theme i.icon.tag:before{content:""}html.honeywell-dark-theme i.icon.tags:before{content:""}html.honeywell-dark-theme i.icon.image:before{content:""}html.honeywell-dark-theme i.icon.calendar:before{content:""}html.honeywell-dark-theme i.icon.comment:before{content:""}html.honeywell-dark-theme i.icon.shop:before{content:""}html.honeywell-dark-theme i.icon.privacy:before{content:""}html.honeywell-dark-theme i.icon.settings:before{content:""}html.honeywell-dark-theme i.icon.comments:before{content:""}html.honeywell-dark-theme i.icon.external:before{content:""}html.honeywell-dark-theme i.icon.trophy:before{content:""}html.honeywell-dark-theme i.icon.payment:before{content:""}html.honeywell-dark-theme i.icon.feed:before{content:""}html.honeywell-dark-theme i.icon.alarm.outline:before{content:""}html.honeywell-dark-theme i.icon.tasks:before{content:""}html.honeywell-dark-theme i.icon.cloud:before{content:""}html.honeywell-dark-theme i.icon.lab:before{content:""}html.honeywell-dark-theme i.icon.mail:before{content:""}html.honeywell-dark-theme i.icon.dashboard:before{content:""}html.honeywell-dark-theme i.icon.comment.outline:before{content:""}html.honeywell-dark-theme i.icon.comments.outline:before{content:""}html.honeywell-dark-theme i.icon.sitemap:before{content:""}html.honeywell-dark-theme i.icon.idea:before{content:""}html.honeywell-dark-theme i.icon.alarm:before{content:""}html.honeywell-dark-theme i.icon.terminal:before{content:""}html.honeywell-dark-theme i.icon.code:before{content:""}html.honeywell-dark-theme i.icon.protect:before{content:""}html.honeywell-dark-theme i.icon.calendar.outline:before{content:""}html.honeywell-dark-theme i.icon.ticket:before{content:""}html.honeywell-dark-theme i.icon.external.square:before{content:""}html.honeywell-dark-theme i.icon.bug:before{content:""}html.honeywell-dark-theme i.icon.mail.square:before{content:""}html.honeywell-dark-theme i.icon.history:before{content:""}html.honeywell-dark-theme i.icon.options:before{content:""}html.honeywell-dark-theme i.icon.text.telephone:before{content:""}html.honeywell-dark-theme i.icon.find:before{content:""}html.honeywell-dark-theme i.icon.alarm.mute:before{content:""}html.honeywell-dark-theme i.icon.alarm.mute.outline:before{content:""}html.honeywell-dark-theme i.icon.copyright:before{content:""}html.honeywell-dark-theme i.icon.at:before{content:""}html.honeywell-dark-theme i.icon.eyedropper:before{content:""}html.honeywell-dark-theme i.icon.paint.brush:before{content:""}html.honeywell-dark-theme i.icon.heartbeat:before{content:""}html.honeywell-dark-theme i.icon.mouse.pointer:before{content:""}html.honeywell-dark-theme i.icon.hourglass.empty:before{content:""}html.honeywell-dark-theme i.icon.hourglass.start:before{content:""}html.honeywell-dark-theme i.icon.hourglass.half:before{content:""}html.honeywell-dark-theme i.icon.hourglass.end:before{content:""}html.honeywell-dark-theme i.icon.hourglass.full:before{content:""}html.honeywell-dark-theme i.icon.hand.pointer:before{content:""}html.honeywell-dark-theme i.icon.trademark:before{content:""}html.honeywell-dark-theme i.icon.registered:before{content:""}html.honeywell-dark-theme i.icon.creative.commons:before{content:""}html.honeywell-dark-theme i.icon.add.to.calendar:before{content:""}html.honeywell-dark-theme i.icon.remove.from.calendar:before{content:""}html.honeywell-dark-theme i.icon.delete.calendar:before{content:""}html.honeywell-dark-theme i.icon.checked.calendar:before{content:""}html.honeywell-dark-theme i.icon.industry:before{content:""}html.honeywell-dark-theme i.icon.shopping.bag:before{content:""}html.honeywell-dark-theme i.icon.shopping.basket:before{content:""}html.honeywell-dark-theme i.icon.hashtag:before{content:""}html.honeywell-dark-theme i.icon.percent:before{content:""}html.honeywell-dark-theme i.icon.handshake:before{content:""}html.honeywell-dark-theme i.icon.open.envelope:before{content:""}html.honeywell-dark-theme i.icon.open.envelope.outline:before{content:""}html.honeywell-dark-theme i.icon.address.book:before{content:""}html.honeywell-dark-theme i.icon.address.book.outline:before{content:""}html.honeywell-dark-theme i.icon.address.card:before{content:""}html.honeywell-dark-theme i.icon.address.card.outline:before{content:""}html.honeywell-dark-theme i.icon.id.badge:before{content:""}html.honeywell-dark-theme i.icon.id.card:before{content:""}html.honeywell-dark-theme i.icon.id.card.outline:before{content:""}html.honeywell-dark-theme i.icon.podcast:before{content:""}html.honeywell-dark-theme i.icon.window.maximize:before{content:""}html.honeywell-dark-theme i.icon.window.minimize:before{content:""}html.honeywell-dark-theme i.icon.window.restore:before{content:""}html.honeywell-dark-theme i.icon.window.close:before{content:""}html.honeywell-dark-theme i.icon.window.close.outline:before{content:""}html.honeywell-dark-theme i.icon.wait:before{content:""}html.honeywell-dark-theme i.icon.download:before{content:""}html.honeywell-dark-theme i.icon.repeat:before{content:""}html.honeywell-dark-theme i.icon.refresh:before{content:""}html.honeywell-dark-theme i.icon.lock:before{content:""}html.honeywell-dark-theme i.icon.bookmark:before{content:""}html.honeywell-dark-theme i.icon.print:before{content:""}html.honeywell-dark-theme i.icon.write:before{content:""}html.honeywell-dark-theme i.icon.adjust:before{content:""}html.honeywell-dark-theme i.icon.theme:before{content:""}html.honeywell-dark-theme i.icon.edit:before{content:""}html.honeywell-dark-theme i.icon.external.share:before{content:""}html.honeywell-dark-theme i.icon.ban:before{content:""}html.honeywell-dark-theme i.icon.mail.forward:before,html.honeywell-dark-theme i.icon.share:before{content:""}html.honeywell-dark-theme i.icon.expand:before{content:""}html.honeywell-dark-theme i.icon.compress:before{content:""}html.honeywell-dark-theme i.icon.unhide:before{content:""}html.honeywell-dark-theme i.icon.hide:before{content:""}html.honeywell-dark-theme i.icon.random:before{content:""}html.honeywell-dark-theme i.icon.retweet:before{content:""}html.honeywell-dark-theme i.icon.sign.out:before{content:""}html.honeywell-dark-theme i.icon.pin:before{content:""}html.honeywell-dark-theme i.icon.sign.in:before{content:""}html.honeywell-dark-theme i.icon.upload:before{content:""}html.honeywell-dark-theme i.icon.call:before{content:""}html.honeywell-dark-theme i.icon.remove.bookmark:before{content:""}html.honeywell-dark-theme i.icon.call.square:before{content:""}html.honeywell-dark-theme i.icon.unlock:before{content:""}html.honeywell-dark-theme i.icon.configure:before{content:""}html.honeywell-dark-theme i.icon.filter:before{content:""}html.honeywell-dark-theme i.icon.wizard:before{content:""}html.honeywell-dark-theme i.icon.undo:before{content:""}html.honeywell-dark-theme i.icon.exchange:before{content:""}html.honeywell-dark-theme i.icon.cloud.download:before{content:""}html.honeywell-dark-theme i.icon.cloud.upload:before{content:""}html.honeywell-dark-theme i.icon.reply:before{content:""}html.honeywell-dark-theme i.icon.reply.all:before{content:""}html.honeywell-dark-theme i.icon.erase:before{content:""}html.honeywell-dark-theme i.icon.unlock.alternate:before{content:""}html.honeywell-dark-theme i.icon.write.square:before{content:""}html.honeywell-dark-theme i.icon.share.square:before{content:""}html.honeywell-dark-theme i.icon.archive:before{content:""}html.honeywell-dark-theme i.icon.translate:before{content:""}html.honeywell-dark-theme i.icon.recycle:before{content:""}html.honeywell-dark-theme i.icon.send:before{content:""}html.honeywell-dark-theme i.icon.send.outline:before{content:""}html.honeywell-dark-theme i.icon.share.alternate:before{content:""}html.honeywell-dark-theme i.icon.share.alternate.square:before{content:""}html.honeywell-dark-theme i.icon.add.to.cart:before{content:""}html.honeywell-dark-theme i.icon.in.cart:before{content:""}html.honeywell-dark-theme i.icon.add.user:before{content:""}html.honeywell-dark-theme i.icon.remove.user:before{content:""}html.honeywell-dark-theme i.icon.object.group:before{content:""}html.honeywell-dark-theme i.icon.object.ungroup:before{content:""}html.honeywell-dark-theme i.icon.clone:before{content:""}html.honeywell-dark-theme i.icon.talk:before{content:""}html.honeywell-dark-theme i.icon.talk.outline:before{content:""}html.honeywell-dark-theme i.icon.help.circle:before{content:""}html.honeywell-dark-theme i.icon.info.circle:before{content:""}html.honeywell-dark-theme i.icon.warning.circle:before{content:""}html.honeywell-dark-theme i.icon.warning.sign:before{content:""}html.honeywell-dark-theme i.icon.announcement:before{content:""}html.honeywell-dark-theme i.icon.help:before{content:""}html.honeywell-dark-theme i.icon.info:before{content:""}html.honeywell-dark-theme i.icon.warning:before{content:""}html.honeywell-dark-theme i.icon.birthday:before{content:""}html.honeywell-dark-theme i.icon.help.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.user:before{content:""}html.honeywell-dark-theme i.icon.users:before{content:""}html.honeywell-dark-theme i.icon.doctor:before{content:""}html.honeywell-dark-theme i.icon.handicap:before{content:""}html.honeywell-dark-theme i.icon.student:before{content:""}html.honeywell-dark-theme i.icon.child:before{content:""}html.honeywell-dark-theme i.icon.spy:before{content:""}html.honeywell-dark-theme i.icon.user.circle:before{content:""}html.honeywell-dark-theme i.icon.user.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.user.outline:before{content:""}html.honeywell-dark-theme i.icon.female:before{content:""}html.honeywell-dark-theme i.icon.male:before{content:""}html.honeywell-dark-theme i.icon.woman:before{content:""}html.honeywell-dark-theme i.icon.man:before{content:""}html.honeywell-dark-theme i.icon.non.binary.transgender:before{content:""}html.honeywell-dark-theme i.icon.intergender:before{content:""}html.honeywell-dark-theme i.icon.transgender:before{content:""}html.honeywell-dark-theme i.icon.lesbian:before{content:""}html.honeywell-dark-theme i.icon.gay:before{content:""}html.honeywell-dark-theme i.icon.heterosexual:before{content:""}html.honeywell-dark-theme i.icon.other.gender:before{content:""}html.honeywell-dark-theme i.icon.other.gender.vertical:before{content:""}html.honeywell-dark-theme i.icon.other.gender.horizontal:before{content:""}html.honeywell-dark-theme i.icon.neuter:before{content:""}html.honeywell-dark-theme i.icon.genderless:before{content:""}html.honeywell-dark-theme i.icon.universal.access:before{content:""}html.honeywell-dark-theme i.icon.wheelchair:before{content:""}html.honeywell-dark-theme i.icon.blind:before{content:""}html.honeywell-dark-theme i.icon.audio.description:before{content:""}html.honeywell-dark-theme i.icon.volume.control.phone:before{content:""}html.honeywell-dark-theme i.icon.braille:before{content:""}html.honeywell-dark-theme i.icon.asl:before{content:""}html.honeywell-dark-theme i.icon.assistive.listening.systems:before{content:""}html.honeywell-dark-theme i.icon.deafness:before{content:""}html.honeywell-dark-theme i.icon.sign.language:before{content:""}html.honeywell-dark-theme i.icon.low.vision:before{content:""}html.honeywell-dark-theme i.icon.block.layout:before{content:""}html.honeywell-dark-theme i.icon.grid.layout:before{content:""}html.honeywell-dark-theme i.icon.list.layout:before{content:""}html.honeywell-dark-theme i.icon.zoom:before{content:""}html.honeywell-dark-theme i.icon.zoom.out:before{content:""}html.honeywell-dark-theme i.icon.resize.vertical:before{content:""}html.honeywell-dark-theme i.icon.resize.horizontal:before{content:""}html.honeywell-dark-theme i.icon.maximize:before{content:""}html.honeywell-dark-theme i.icon.crop:before{content:""}html.honeywell-dark-theme i.icon.cocktail:before{content:""}html.honeywell-dark-theme i.icon.road:before{content:""}html.honeywell-dark-theme i.icon.flag:before{content:""}html.honeywell-dark-theme i.icon.book:before{content:""}html.honeywell-dark-theme i.icon.gift:before{content:""}html.honeywell-dark-theme i.icon.leaf:before{content:""}html.honeywell-dark-theme i.icon.fire:before{content:""}html.honeywell-dark-theme i.icon.plane:before{content:""}html.honeywell-dark-theme i.icon.magnet:before{content:""}html.honeywell-dark-theme i.icon.lemon:before{content:""}html.honeywell-dark-theme i.icon.world:before{content:""}html.honeywell-dark-theme i.icon.travel:before{content:""}html.honeywell-dark-theme i.icon.shipping:before{content:""}html.honeywell-dark-theme i.icon.money:before{content:""}html.honeywell-dark-theme i.icon.legal:before{content:""}html.honeywell-dark-theme i.icon.lightning:before{content:""}html.honeywell-dark-theme i.icon.umbrella:before{content:""}html.honeywell-dark-theme i.icon.treatment:before{content:""}html.honeywell-dark-theme i.icon.suitcase:before{content:""}html.honeywell-dark-theme i.icon.bar:before{content:""}html.honeywell-dark-theme i.icon.flag.outline:before{content:""}html.honeywell-dark-theme i.icon.flag.checkered:before{content:""}html.honeywell-dark-theme i.icon.puzzle:before{content:""}html.honeywell-dark-theme i.icon.fire.extinguisher:before{content:""}html.honeywell-dark-theme i.icon.rocket:before{content:""}html.honeywell-dark-theme i.icon.anchor:before{content:""}html.honeywell-dark-theme i.icon.bullseye:before{content:""}html.honeywell-dark-theme i.icon.sun:before{content:""}html.honeywell-dark-theme i.icon.moon:before{content:""}html.honeywell-dark-theme i.icon.fax:before{content:""}html.honeywell-dark-theme i.icon.life.ring:before{content:""}html.honeywell-dark-theme i.icon.bomb:before{content:""}html.honeywell-dark-theme i.icon.soccer:before{content:""}html.honeywell-dark-theme i.icon.calculator:before{content:""}html.honeywell-dark-theme i.icon.diamond:before{content:""}html.honeywell-dark-theme i.icon.sticky.note:before{content:""}html.honeywell-dark-theme i.icon.sticky.note.outline:before{content:""}html.honeywell-dark-theme i.icon.law:before{content:""}html.honeywell-dark-theme i.icon.hand.peace:before{content:""}html.honeywell-dark-theme i.icon.hand.rock:before{content:""}html.honeywell-dark-theme i.icon.hand.paper:before{content:""}html.honeywell-dark-theme i.icon.hand.scissors:before{content:""}html.honeywell-dark-theme i.icon.hand.lizard:before{content:""}html.honeywell-dark-theme i.icon.hand.spock:before{content:""}html.honeywell-dark-theme i.icon.tv:before{content:""}html.honeywell-dark-theme i.icon.thermometer.full:before{content:""}html.honeywell-dark-theme i.icon.thermometer.three.quarters:before{content:""}html.honeywell-dark-theme i.icon.thermometer.half:before{content:""}html.honeywell-dark-theme i.icon.thermometer.quarter:before{content:""}html.honeywell-dark-theme i.icon.thermometer.empty:before{content:""}html.honeywell-dark-theme i.icon.shower:before{content:""}html.honeywell-dark-theme i.icon.bathtub:before{content:""}html.honeywell-dark-theme i.icon.snowflake:before{content:""}html.honeywell-dark-theme i.icon.crosshairs:before{content:""}html.honeywell-dark-theme i.icon.asterisk:before{content:""}html.honeywell-dark-theme i.icon.square.outline:before{content:""}html.honeywell-dark-theme i.icon.certificate:before{content:""}html.honeywell-dark-theme i.icon.square:before{content:""}html.honeywell-dark-theme i.icon.quote.left:before{content:""}html.honeywell-dark-theme i.icon.quote.right:before{content:""}html.honeywell-dark-theme i.icon.spinner:before{content:""}html.honeywell-dark-theme i.icon.circle:before{content:""}html.honeywell-dark-theme i.icon.ellipsis.horizontal:before{content:""}html.honeywell-dark-theme i.icon.ellipsis.vertical:before{content:""}html.honeywell-dark-theme i.icon.cube:before{content:""}html.honeywell-dark-theme i.icon.cubes:before{content:""}html.honeywell-dark-theme i.icon.circle.notched:before{content:""}html.honeywell-dark-theme i.icon.circle.thin:before{content:""}html.honeywell-dark-theme i.icon.checkmark:before{content:""}html.honeywell-dark-theme i.icon.remove:before{content:""}html.honeywell-dark-theme i.icon.checkmark.box:before{content:""}html.honeywell-dark-theme i.icon.move:before{content:""}html.honeywell-dark-theme i.icon.add.circle:before{content:""}html.honeywell-dark-theme i.icon.minus.circle:before{content:""}html.honeywell-dark-theme i.icon.remove.circle:before{content:""}html.honeywell-dark-theme i.icon.check.circle:before{content:""}html.honeywell-dark-theme i.icon.remove.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.check.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.plus:before{content:""}html.honeywell-dark-theme i.icon.minus:before{content:""}html.honeywell-dark-theme i.icon.add.square:before{content:""}html.honeywell-dark-theme i.icon.radio:before{content:""}html.honeywell-dark-theme i.icon.minus.square:before{content:""}html.honeywell-dark-theme i.icon.minus.square.outline:before{content:""}html.honeywell-dark-theme i.icon.check.square:before{content:""}html.honeywell-dark-theme i.icon.selected.radio:before{content:""}html.honeywell-dark-theme i.icon.plus.square.outline:before{content:""}html.honeywell-dark-theme i.icon.toggle.off:before{content:""}html.honeywell-dark-theme i.icon.toggle.on:before{content:""}html.honeywell-dark-theme i.icon.film:before{content:""}html.honeywell-dark-theme i.icon.sound:before{content:""}html.honeywell-dark-theme i.icon.photo:before{content:""}html.honeywell-dark-theme i.icon.bar.chart:before{content:""}html.honeywell-dark-theme i.icon.camera.retro:before{content:""}html.honeywell-dark-theme i.icon.newspaper:before{content:""}html.honeywell-dark-theme i.icon.area.chart:before{content:""}html.honeywell-dark-theme i.icon.pie.chart:before{content:""}html.honeywell-dark-theme i.icon.line.chart:before{content:""}html.honeywell-dark-theme i.icon.arrow.circle.outline.down:before{content:""}html.honeywell-dark-theme i.icon.arrow.circle.outline.up:before{content:""}html.honeywell-dark-theme i.icon.chevron.left:before{content:""}html.honeywell-dark-theme i.icon.chevron.right:before{content:""}html.honeywell-dark-theme i.icon.arrow.left:before{content:""}html.honeywell-dark-theme i.icon.arrow.right:before{content:""}html.honeywell-dark-theme i.icon.arrow.up:before{content:""}html.honeywell-dark-theme i.icon.arrow.down:before{content:""}html.honeywell-dark-theme i.icon.chevron.up:before{content:""}html.honeywell-dark-theme i.icon.chevron.down:before{content:""}html.honeywell-dark-theme i.icon.pointing.right:before{content:""}html.honeywell-dark-theme i.icon.pointing.left:before{content:""}html.honeywell-dark-theme i.icon.pointing.up:before{content:""}html.honeywell-dark-theme i.icon.pointing.down:before{content:""}html.honeywell-dark-theme i.icon.arrow.circle.left:before{content:""}html.honeywell-dark-theme i.icon.arrow.circle.right:before{content:""}html.honeywell-dark-theme i.icon.arrow.circle.up:before{content:""}html.honeywell-dark-theme i.icon.arrow.circle.down:before{content:""}html.honeywell-dark-theme i.icon.caret.down:before{content:""}html.honeywell-dark-theme i.icon.caret.up:before{content:""}html.honeywell-dark-theme i.icon.caret.left:before{content:""}html.honeywell-dark-theme i.icon.caret.right:before{content:""}html.honeywell-dark-theme i.icon.angle.double.left:before{content:""}html.honeywell-dark-theme i.icon.angle.double.right:before{content:""}html.honeywell-dark-theme i.icon.angle.double.up:before{content:""}html.honeywell-dark-theme i.icon.angle.double.down:before{content:""}html.honeywell-dark-theme i.icon.angle.left:before{content:""}html.honeywell-dark-theme i.icon.angle.right:before{content:""}html.honeywell-dark-theme i.icon.angle.up:before{content:""}html.honeywell-dark-theme i.icon.angle.down:before{content:""}html.honeywell-dark-theme i.icon.chevron.circle.left:before{content:""}html.honeywell-dark-theme i.icon.chevron.circle.right:before{content:""}html.honeywell-dark-theme i.icon.chevron.circle.up:before{content:""}html.honeywell-dark-theme i.icon.chevron.circle.down:before{content:""}html.honeywell-dark-theme i.icon.toggle.down:before{content:""}html.honeywell-dark-theme i.icon.toggle.up:before{content:""}html.honeywell-dark-theme i.icon.toggle.right:before{content:""}html.honeywell-dark-theme i.icon.long.arrow.down:before{content:""}html.honeywell-dark-theme i.icon.long.arrow.up:before{content:""}html.honeywell-dark-theme i.icon.long.arrow.left:before{content:""}html.honeywell-dark-theme i.icon.long.arrow.right:before{content:""}html.honeywell-dark-theme i.icon.arrow.circle.outline.right:before{content:""}html.honeywell-dark-theme i.icon.arrow.circle.outline.left:before{content:""}html.honeywell-dark-theme i.icon.toggle.left:before{content:""}html.honeywell-dark-theme i.icon.tablet:before{content:""}html.honeywell-dark-theme i.icon.mobile:before{content:""}html.honeywell-dark-theme i.icon.battery.full:before{content:""}html.honeywell-dark-theme i.icon.battery.high:before{content:""}html.honeywell-dark-theme i.icon.battery.medium:before{content:""}html.honeywell-dark-theme i.icon.battery.low:before{content:""}html.honeywell-dark-theme i.icon.battery.empty:before{content:""}html.honeywell-dark-theme i.icon.power:before{content:""}html.honeywell-dark-theme i.icon.trash.outline:before{content:""}html.honeywell-dark-theme i.icon.disk.outline:before{content:""}html.honeywell-dark-theme i.icon.desktop:before{content:""}html.honeywell-dark-theme i.icon.laptop:before{content:""}html.honeywell-dark-theme i.icon.game:before{content:""}html.honeywell-dark-theme i.icon.keyboard:before{content:""}html.honeywell-dark-theme i.icon.plug:before{content:""}html.honeywell-dark-theme i.icon.trash:before{content:""}html.honeywell-dark-theme i.icon.file.outline:before{content:""}html.honeywell-dark-theme i.icon.folder:before{content:""}html.honeywell-dark-theme i.icon.folder.open:before{content:""}html.honeywell-dark-theme i.icon.file.text.outline:before{content:""}html.honeywell-dark-theme i.icon.folder.outline:before{content:""}html.honeywell-dark-theme i.icon.folder.open.outline:before{content:""}html.honeywell-dark-theme i.icon.level.up:before{content:""}html.honeywell-dark-theme i.icon.level.down:before{content:""}html.honeywell-dark-theme i.icon.file:before{content:""}html.honeywell-dark-theme i.icon.file.text:before{content:""}html.honeywell-dark-theme i.icon.file.pdf.outline:before{content:""}html.honeywell-dark-theme i.icon.file.word.outline:before{content:""}html.honeywell-dark-theme i.icon.file.excel.outline:before{content:""}html.honeywell-dark-theme i.icon.file.powerpoint.outline:before{content:""}html.honeywell-dark-theme i.icon.file.image.outline:before{content:""}html.honeywell-dark-theme i.icon.file.archive.outline:before{content:""}html.honeywell-dark-theme i.icon.file.audio.outline:before{content:""}html.honeywell-dark-theme i.icon.file.video.outline:before{content:""}html.honeywell-dark-theme i.icon.file.code.outline:before{content:""}html.honeywell-dark-theme i.icon.qrcode:before{content:""}html.honeywell-dark-theme i.icon.barcode:before{content:""}html.honeywell-dark-theme i.icon.rss:before{content:""}html.honeywell-dark-theme i.icon.fork:before{content:""}html.honeywell-dark-theme i.icon.html5:before{content:""}html.honeywell-dark-theme i.icon.css3:before{content:""}html.honeywell-dark-theme i.icon.rss.square:before{content:""}html.honeywell-dark-theme i.icon.openid:before{content:""}html.honeywell-dark-theme i.icon.database:before{content:""}html.honeywell-dark-theme i.icon.wifi:before{content:""}html.honeywell-dark-theme i.icon.server:before{content:""}html.honeywell-dark-theme i.icon.usb:before{content:""}html.honeywell-dark-theme i.icon.bluetooth:before{content:""}html.honeywell-dark-theme i.icon.bluetooth.alternative:before{content:""}html.honeywell-dark-theme i.icon.microchip:before{content:""}html.honeywell-dark-theme i.icon.heart:before{content:""}html.honeywell-dark-theme i.icon.star:before{content:""}html.honeywell-dark-theme i.icon.empty.star:before{content:""}html.honeywell-dark-theme i.icon.thumbs.outline.up:before{content:""}html.honeywell-dark-theme i.icon.thumbs.outline.down:before{content:""}html.honeywell-dark-theme i.icon.star.half:before{content:""}html.honeywell-dark-theme i.icon.empty.heart:before{content:""}html.honeywell-dark-theme i.icon.smile:before{content:""}html.honeywell-dark-theme i.icon.frown:before{content:""}html.honeywell-dark-theme i.icon.meh:before{content:""}html.honeywell-dark-theme i.icon.star.half.empty:before{content:""}html.honeywell-dark-theme i.icon.thumbs.up:before{content:""}html.honeywell-dark-theme i.icon.thumbs.down:before{content:""}html.honeywell-dark-theme i.icon.music:before{content:""}html.honeywell-dark-theme i.icon.video.play.outline:before{content:""}html.honeywell-dark-theme i.icon.volume.off:before{content:""}html.honeywell-dark-theme i.icon.volume.down:before{content:""}html.honeywell-dark-theme i.icon.volume.up:before{content:""}html.honeywell-dark-theme i.icon.record:before{content:""}html.honeywell-dark-theme i.icon.step.backward:before{content:""}html.honeywell-dark-theme i.icon.fast.backward:before{content:""}html.honeywell-dark-theme i.icon.backward:before{content:""}html.honeywell-dark-theme i.icon.play:before{content:""}html.honeywell-dark-theme i.icon.pause:before{content:""}html.honeywell-dark-theme i.icon.stop:before{content:""}html.honeywell-dark-theme i.icon.forward:before{content:""}html.honeywell-dark-theme i.icon.fast.forward:before{content:""}html.honeywell-dark-theme i.icon.step.forward:before{content:""}html.honeywell-dark-theme i.icon.eject:before{content:""}html.honeywell-dark-theme i.icon.unmute:before{content:""}html.honeywell-dark-theme i.icon.mute:before{content:""}html.honeywell-dark-theme i.icon.video.play:before{content:""}html.honeywell-dark-theme i.icon.closed.captioning:before{content:""}html.honeywell-dark-theme i.icon.pause.circle:before{content:""}html.honeywell-dark-theme i.icon.pause.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.stop.circle:before{content:""}html.honeywell-dark-theme i.icon.stop.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.marker:before{content:""}html.honeywell-dark-theme i.icon.coffee:before{content:""}html.honeywell-dark-theme i.icon.food:before{content:""}html.honeywell-dark-theme i.icon.building.outline:before{content:""}html.honeywell-dark-theme i.icon.hospital:before{content:""}html.honeywell-dark-theme i.icon.emergency:before{content:""}html.honeywell-dark-theme i.icon.first.aid:before{content:""}html.honeywell-dark-theme i.icon.military:before{content:""}html.honeywell-dark-theme i.icon.h:before{content:""}html.honeywell-dark-theme i.icon.location.arrow:before{content:""}html.honeywell-dark-theme i.icon.compass:before{content:""}html.honeywell-dark-theme i.icon.space.shuttle:before{content:""}html.honeywell-dark-theme i.icon.university:before{content:""}html.honeywell-dark-theme i.icon.building:before{content:""}html.honeywell-dark-theme i.icon.paw:before{content:""}html.honeywell-dark-theme i.icon.spoon:before{content:""}html.honeywell-dark-theme i.icon.car:before{content:""}html.honeywell-dark-theme i.icon.taxi:before{content:""}html.honeywell-dark-theme i.icon.tree:before{content:""}html.honeywell-dark-theme i.icon.bicycle:before{content:""}html.honeywell-dark-theme i.icon.bus:before{content:""}html.honeywell-dark-theme i.icon.ship:before{content:""}html.honeywell-dark-theme i.icon.motorcycle:before{content:""}html.honeywell-dark-theme i.icon.street.view:before{content:""}html.honeywell-dark-theme i.icon.hotel:before{content:""}html.honeywell-dark-theme i.icon.train:before{content:""}html.honeywell-dark-theme i.icon.subway:before{content:""}html.honeywell-dark-theme i.icon.map.pin:before{content:""}html.honeywell-dark-theme i.icon.map.signs:before{content:""}html.honeywell-dark-theme i.icon.map.outline:before{content:""}html.honeywell-dark-theme i.icon.map:before{content:""}html.honeywell-dark-theme i.icon.table:before{content:""}html.honeywell-dark-theme i.icon.columns:before{content:""}html.honeywell-dark-theme i.icon.sort:before{content:""}html.honeywell-dark-theme i.icon.sort.descending:before{content:""}html.honeywell-dark-theme i.icon.sort.ascending:before{content:""}html.honeywell-dark-theme i.icon.sort.alphabet.ascending:before{content:""}html.honeywell-dark-theme i.icon.sort.alphabet.descending:before{content:""}html.honeywell-dark-theme i.icon.sort.content.ascending:before{content:""}html.honeywell-dark-theme i.icon.sort.content.descending:before{content:""}html.honeywell-dark-theme i.icon.sort.numeric.ascending:before{content:""}html.honeywell-dark-theme i.icon.sort.numeric.descending:before{content:""}html.honeywell-dark-theme i.icon.font:before{content:""}html.honeywell-dark-theme i.icon.bold:before{content:""}html.honeywell-dark-theme i.icon.italic:before{content:""}html.honeywell-dark-theme i.icon.text.height:before{content:""}html.honeywell-dark-theme i.icon.text.width:before{content:""}html.honeywell-dark-theme i.icon.align.left:before{content:""}html.honeywell-dark-theme i.icon.align.center:before{content:""}html.honeywell-dark-theme i.icon.align.right:before{content:""}html.honeywell-dark-theme i.icon.align.justify:before{content:""}html.honeywell-dark-theme i.icon.list:before{content:""}html.honeywell-dark-theme i.icon.outdent:before{content:""}html.honeywell-dark-theme i.icon.indent:before{content:""}html.honeywell-dark-theme i.icon.cut:before{content:""}html.honeywell-dark-theme i.icon.copy:before{content:""}html.honeywell-dark-theme i.icon.attach:before{content:""}html.honeywell-dark-theme i.icon.save:before{content:""}html.honeywell-dark-theme i.icon.content:before{content:""}html.honeywell-dark-theme i.icon.unordered.list:before{content:""}html.honeywell-dark-theme i.icon.ordered.list:before{content:""}html.honeywell-dark-theme i.icon.strikethrough:before{content:""}html.honeywell-dark-theme i.icon.underline:before{content:""}html.honeywell-dark-theme i.icon.paste:before{content:""}html.honeywell-dark-theme i.icon.unlinkify:before{content:""}html.honeywell-dark-theme i.icon.superscript:before{content:""}html.honeywell-dark-theme i.icon.subscript:before{content:""}html.honeywell-dark-theme i.icon.header:before{content:""}html.honeywell-dark-theme i.icon.paragraph:before{content:""}html.honeywell-dark-theme i.icon.text.cursor:before{content:""}html.honeywell-dark-theme i.icon.euro:before{content:""}html.honeywell-dark-theme i.icon.pound:before{content:""}html.honeywell-dark-theme i.icon.dollar:before{content:""}html.honeywell-dark-theme i.icon.rupee:before{content:""}html.honeywell-dark-theme i.icon.yen:before{content:""}html.honeywell-dark-theme i.icon.ruble:before{content:""}html.honeywell-dark-theme i.icon.won:before{content:""}html.honeywell-dark-theme i.icon.bitcoin:before{content:""}html.honeywell-dark-theme i.icon.lira:before{content:""}html.honeywell-dark-theme i.icon.shekel:before{content:""}html.honeywell-dark-theme i.icon.paypal:before{content:""}html.honeywell-dark-theme i.icon.google.wallet:before{content:""}html.honeywell-dark-theme i.icon.visa:before{content:""}html.honeywell-dark-theme i.icon.mastercard:before{content:""}html.honeywell-dark-theme i.icon.discover:before{content:""}html.honeywell-dark-theme i.icon.american.express:before{content:""}html.honeywell-dark-theme i.icon.paypal.card:before{content:""}html.honeywell-dark-theme i.icon.stripe:before{content:""}html.honeywell-dark-theme i.icon.japan.credit.bureau:before{content:""}html.honeywell-dark-theme i.icon.diners.club:before{content:""}html.honeywell-dark-theme i.icon.credit.card.alternative:before{content:""}html.honeywell-dark-theme i.icon.twitter.square:before{content:""}html.honeywell-dark-theme i.icon.facebook.square:before{content:""}html.honeywell-dark-theme i.icon.linkedin.square:before{content:""}html.honeywell-dark-theme i.icon.github.square:before{content:""}html.honeywell-dark-theme i.icon.twitter:before{content:""}html.honeywell-dark-theme i.icon.facebook.f:before{content:""}html.honeywell-dark-theme i.icon.github:before{content:""}html.honeywell-dark-theme i.icon.pinterest:before{content:""}html.honeywell-dark-theme i.icon.pinterest.square:before{content:""}html.honeywell-dark-theme i.icon.google.plus.square:before{content:""}html.honeywell-dark-theme i.icon.google.plus:before{content:""}html.honeywell-dark-theme i.icon.linkedin:before{content:""}html.honeywell-dark-theme i.icon.github.alternate:before{content:""}html.honeywell-dark-theme i.icon.maxcdn:before{content:""}html.honeywell-dark-theme i.icon.youtube.square:before{content:""}html.honeywell-dark-theme i.icon.youtube:before{content:""}html.honeywell-dark-theme i.icon.xing:before{content:""}html.honeywell-dark-theme i.icon.xing.square:before{content:""}html.honeywell-dark-theme i.icon.youtube.play:before{content:""}html.honeywell-dark-theme i.icon.dropbox:before{content:""}html.honeywell-dark-theme i.icon.stack.overflow:before{content:""}html.honeywell-dark-theme i.icon.instagram:before{content:""}html.honeywell-dark-theme i.icon.flickr:before{content:""}html.honeywell-dark-theme i.icon.adn:before{content:""}html.honeywell-dark-theme i.icon.bitbucket:before{content:""}html.honeywell-dark-theme i.icon.bitbucket.square:before{content:""}html.honeywell-dark-theme i.icon.tumblr:before{content:""}html.honeywell-dark-theme i.icon.tumblr.square:before{content:""}html.honeywell-dark-theme i.icon.apple:before{content:""}html.honeywell-dark-theme i.icon.windows:before{content:""}html.honeywell-dark-theme i.icon.android:before{content:""}html.honeywell-dark-theme i.icon.linux:before{content:""}html.honeywell-dark-theme i.icon.dribble:before{content:""}html.honeywell-dark-theme i.icon.skype:before{content:""}html.honeywell-dark-theme i.icon.foursquare:before{content:""}html.honeywell-dark-theme i.icon.trello:before{content:""}html.honeywell-dark-theme i.icon.gittip:before{content:""}html.honeywell-dark-theme i.icon.vk:before{content:""}html.honeywell-dark-theme i.icon.weibo:before{content:""}html.honeywell-dark-theme i.icon.renren:before{content:""}html.honeywell-dark-theme i.icon.pagelines:before{content:""}html.honeywell-dark-theme i.icon.stack.exchange:before{content:""}html.honeywell-dark-theme i.icon.vimeo.square:before{content:""}html.honeywell-dark-theme i.icon.slack:before{content:""}html.honeywell-dark-theme i.icon.wordpress:before{content:""}html.honeywell-dark-theme i.icon.yahoo:before{content:""}html.honeywell-dark-theme i.icon.google:before{content:""}html.honeywell-dark-theme i.icon.reddit:before{content:""}html.honeywell-dark-theme i.icon.reddit.square:before{content:""}html.honeywell-dark-theme i.icon.stumbleupon.circle:before{content:""}html.honeywell-dark-theme i.icon.stumbleupon:before{content:""}html.honeywell-dark-theme i.icon.delicious:before{content:""}html.honeywell-dark-theme i.icon.digg:before{content:""}html.honeywell-dark-theme i.icon.pied.piper:before{content:""}html.honeywell-dark-theme i.icon.pied.piper.alternate:before{content:""}html.honeywell-dark-theme i.icon.drupal:before{content:""}html.honeywell-dark-theme i.icon.joomla:before{content:""}html.honeywell-dark-theme i.icon.behance:before{content:""}html.honeywell-dark-theme i.icon.behance.square:before{content:""}html.honeywell-dark-theme i.icon.steam:before{content:""}html.honeywell-dark-theme i.icon.steam.square:before{content:""}html.honeywell-dark-theme i.icon.spotify:before{content:""}html.honeywell-dark-theme i.icon.deviantart:before{content:""}html.honeywell-dark-theme i.icon.soundcloud:before{content:""}html.honeywell-dark-theme i.icon.vine:before{content:""}html.honeywell-dark-theme i.icon.codepen:before{content:""}html.honeywell-dark-theme i.icon.jsfiddle:before{content:""}html.honeywell-dark-theme i.icon.rebel:before{content:""}html.honeywell-dark-theme i.icon.empire:before{content:""}html.honeywell-dark-theme i.icon.git.square:before{content:""}html.honeywell-dark-theme i.icon.git:before{content:""}html.honeywell-dark-theme i.icon.hacker.news:before{content:""}html.honeywell-dark-theme i.icon.tencent.weibo:before{content:""}html.honeywell-dark-theme i.icon.qq:before{content:""}html.honeywell-dark-theme i.icon.wechat:before{content:""}html.honeywell-dark-theme i.icon.slideshare:before{content:""}html.honeywell-dark-theme i.icon.twitch:before{content:""}html.honeywell-dark-theme i.icon.yelp:before{content:""}html.honeywell-dark-theme i.icon.lastfm:before{content:""}html.honeywell-dark-theme i.icon.lastfm.square:before{content:""}html.honeywell-dark-theme i.icon.ioxhost:before{content:""}html.honeywell-dark-theme i.icon.angellist:before{content:""}html.honeywell-dark-theme i.icon.meanpath:before{content:""}html.honeywell-dark-theme i.icon.buysellads:before{content:""}html.honeywell-dark-theme i.icon.connectdevelop:before{content:""}html.honeywell-dark-theme i.icon.dashcube:before{content:""}html.honeywell-dark-theme i.icon.forumbee:before{content:""}html.honeywell-dark-theme i.icon.leanpub:before{content:""}html.honeywell-dark-theme i.icon.sellsy:before{content:""}html.honeywell-dark-theme i.icon.shirtsinbulk:before{content:""}html.honeywell-dark-theme i.icon.simplybuilt:before{content:""}html.honeywell-dark-theme i.icon.skyatlas:before{content:""}html.honeywell-dark-theme i.icon.facebook:before{content:""}html.honeywell-dark-theme i.icon.pinterest:before{content:""}html.honeywell-dark-theme i.icon.whatsapp:before{content:""}html.honeywell-dark-theme i.icon.viacoin:before{content:""}html.honeywell-dark-theme i.icon.medium:before{content:""}html.honeywell-dark-theme i.icon.y.combinator:before{content:""}html.honeywell-dark-theme i.icon.optinmonster:before{content:""}html.honeywell-dark-theme i.icon.opencart:before{content:""}html.honeywell-dark-theme i.icon.expeditedssl:before{content:""}html.honeywell-dark-theme i.icon.gg:before{content:""}html.honeywell-dark-theme i.icon.gg.circle:before{content:""}html.honeywell-dark-theme i.icon.tripadvisor:before{content:""}html.honeywell-dark-theme i.icon.odnoklassniki:before{content:""}html.honeywell-dark-theme i.icon.odnoklassniki.square:before{content:""}html.honeywell-dark-theme i.icon.pocket:before{content:""}html.honeywell-dark-theme i.icon.wikipedia:before{content:""}html.honeywell-dark-theme i.icon.safari:before{content:""}html.honeywell-dark-theme i.icon.chrome:before{content:""}html.honeywell-dark-theme i.icon.firefox:before{content:""}html.honeywell-dark-theme i.icon.opera:before{content:""}html.honeywell-dark-theme i.icon.internet.explorer:before{content:""}html.honeywell-dark-theme i.icon.contao:before{content:""}html.honeywell-dark-theme i.icon.\35 00px:before{content:""}html.honeywell-dark-theme i.icon.amazon:before{content:""}html.honeywell-dark-theme i.icon.houzz:before{content:""}html.honeywell-dark-theme i.icon.vimeo:before{content:""}html.honeywell-dark-theme i.icon.black.tie:before{content:""}html.honeywell-dark-theme i.icon.fonticons:before{content:""}html.honeywell-dark-theme i.icon.reddit.alien:before{content:""}html.honeywell-dark-theme i.icon.microsoft.edge:before{content:""}html.honeywell-dark-theme i.icon.codiepie:before{content:""}html.honeywell-dark-theme i.icon.modx:before{content:""}html.honeywell-dark-theme i.icon.fort.awesome:before{content:""}html.honeywell-dark-theme i.icon.product.hunt:before{content:""}html.honeywell-dark-theme i.icon.mixcloud:before{content:""}html.honeywell-dark-theme i.icon.scribd:before{content:""}html.honeywell-dark-theme i.icon.gitlab:before{content:""}html.honeywell-dark-theme i.icon.wpbeginner:before{content:""}html.honeywell-dark-theme i.icon.wpforms:before{content:""}html.honeywell-dark-theme i.icon.envira.gallery:before{content:""}html.honeywell-dark-theme i.icon.glide:before{content:""}html.honeywell-dark-theme i.icon.glide.g:before{content:""}html.honeywell-dark-theme i.icon.viadeo:before{content:""}html.honeywell-dark-theme i.icon.viadeo.square:before{content:""}html.honeywell-dark-theme i.icon.snapchat:before{content:""}html.honeywell-dark-theme i.icon.snapchat.ghost:before{content:""}html.honeywell-dark-theme i.icon.snapchat.square:before{content:""}html.honeywell-dark-theme i.icon.pied.piper.hat:before{content:""}html.honeywell-dark-theme i.icon.first.order:before{content:""}html.honeywell-dark-theme i.icon.yoast:before{content:""}html.honeywell-dark-theme i.icon.themeisle:before{content:""}html.honeywell-dark-theme i.icon.google.plus.circle:before{content:""}html.honeywell-dark-theme i.icon.font.awesome:before{content:""}html.honeywell-dark-theme i.icon.linode:before{content:""}html.honeywell-dark-theme i.icon.quora:before{content:""}html.honeywell-dark-theme i.icon.free.code.camp:before{content:""}html.honeywell-dark-theme i.icon.telegram:before{content:""}html.honeywell-dark-theme i.icon.bandcamp:before{content:""}html.honeywell-dark-theme i.icon.grav:before{content:""}html.honeywell-dark-theme i.icon.etsy:before{content:""}html.honeywell-dark-theme i.icon.imdb:before{content:""}html.honeywell-dark-theme i.icon.ravelry:before{content:""}html.honeywell-dark-theme i.icon.eercast:before{content:""}html.honeywell-dark-theme i.icon.superpowers:before{content:""}html.honeywell-dark-theme i.icon.wpexplorer:before{content:""}html.honeywell-dark-theme i.icon.meetup:before{content:""}html.honeywell-dark-theme i.icon.like:before{content:""}html.honeywell-dark-theme i.icon.favorite:before{content:""}html.honeywell-dark-theme i.icon.video:before{content:""}html.honeywell-dark-theme i.icon.check:before{content:""}html.honeywell-dark-theme i.icon.cancel:before,html.honeywell-dark-theme i.icon.close:before,html.honeywell-dark-theme i.icon.delete:before,html.honeywell-dark-theme i.icon.x:before{content:""}html.honeywell-dark-theme i.icon.magnify:before,html.honeywell-dark-theme i.icon.zoom.in:before{content:""}html.honeywell-dark-theme i.icon.shutdown:before{content:""}html.honeywell-dark-theme i.icon.clock:before,html.honeywell-dark-theme i.icon.time:before{content:""}html.honeywell-dark-theme i.icon.play.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.headphone:before{content:""}html.honeywell-dark-theme i.icon.camera:before{content:""}html.honeywell-dark-theme i.icon.video.camera:before{content:""}html.honeywell-dark-theme i.icon.picture:before{content:""}html.honeywell-dark-theme i.icon.compose:before,html.honeywell-dark-theme i.icon.pencil:before{content:""}html.honeywell-dark-theme i.icon.point:before{content:""}html.honeywell-dark-theme i.icon.tint:before{content:""}html.honeywell-dark-theme i.icon.signup:before{content:""}html.honeywell-dark-theme i.icon.plus.circle:before{content:""}html.honeywell-dark-theme i.icon.question.circle:before{content:""}html.honeywell-dark-theme i.icon.dont:before{content:""}html.honeywell-dark-theme i.icon.minimize:before{content:""}html.honeywell-dark-theme i.icon.add:before{content:""}html.honeywell-dark-theme i.icon.attention:before,html.honeywell-dark-theme i.icon.exclamation.circle:before{content:""}html.honeywell-dark-theme i.icon.eye:before{content:""}html.honeywell-dark-theme i.icon.exclamation.triangle:before{content:""}html.honeywell-dark-theme i.icon.shuffle:before{content:""}html.honeywell-dark-theme i.icon.chat:before{content:""}html.honeywell-dark-theme i.icon.cart:before,html.honeywell-dark-theme i.icon.shopping.cart:before{content:""}html.honeywell-dark-theme i.icon.bar.graph:before{content:""}html.honeywell-dark-theme i.icon.key:before{content:""}html.honeywell-dark-theme i.icon.cogs:before{content:""}html.honeywell-dark-theme i.icon.discussions:before{content:""}html.honeywell-dark-theme i.icon.like.outline:before{content:""}html.honeywell-dark-theme i.icon.dislike.outline:before{content:""}html.honeywell-dark-theme i.icon.heart.outline:before{content:""}html.honeywell-dark-theme i.icon.log.out:before{content:""}html.honeywell-dark-theme i.icon.thumb.tack:before{content:""}html.honeywell-dark-theme i.icon.winner:before{content:""}html.honeywell-dark-theme i.icon.phone:before{content:""}html.honeywell-dark-theme i.icon.bookmark.outline:before{content:""}html.honeywell-dark-theme i.icon.phone.square:before{content:""}html.honeywell-dark-theme i.icon.credit.card:before{content:""}html.honeywell-dark-theme i.icon.hdd.outline:before{content:""}html.honeywell-dark-theme i.icon.bullhorn:before{content:""}html.honeywell-dark-theme i.icon.bell.outline:before{content:""}html.honeywell-dark-theme i.icon.hand.outline.right:before{content:""}html.honeywell-dark-theme i.icon.hand.outline.left:before{content:""}html.honeywell-dark-theme i.icon.hand.outline.up:before{content:""}html.honeywell-dark-theme i.icon.hand.outline.down:before{content:""}html.honeywell-dark-theme i.icon.globe:before{content:""}html.honeywell-dark-theme i.icon.wrench:before{content:""}html.honeywell-dark-theme i.icon.briefcase:before{content:""}html.honeywell-dark-theme i.icon.group:before{content:""}html.honeywell-dark-theme i.icon.chain:before,html.honeywell-dark-theme i.icon.linkify:before{content:""}html.honeywell-dark-theme i.icon.flask:before{content:""}html.honeywell-dark-theme i.icon.bars:before,html.honeywell-dark-theme i.icon.sidebar:before{content:""}html.honeywell-dark-theme i.icon.list.ul:before{content:""}html.honeywell-dark-theme i.icon.list.ol:before,html.honeywell-dark-theme i.icon.numbered.list:before{content:""}html.honeywell-dark-theme i.icon.magic:before{content:""}html.honeywell-dark-theme i.icon.truck:before{content:""}html.honeywell-dark-theme i.icon.currency:before{content:""}html.honeywell-dark-theme i.icon.dropdown:before,html.honeywell-dark-theme i.icon.triangle.down:before{content:""}html.honeywell-dark-theme i.icon.triangle.up:before{content:""}html.honeywell-dark-theme i.icon.triangle.left:before{content:""}html.honeywell-dark-theme i.icon.triangle.right:before{content:""}html.honeywell-dark-theme i.icon.envelope:before{content:""}html.honeywell-dark-theme i.icon.conversation:before{content:""}html.honeywell-dark-theme i.icon.rain:before{content:""}html.honeywell-dark-theme i.icon.clipboard:before{content:""}html.honeywell-dark-theme i.icon.lightbulb:before{content:""}html.honeywell-dark-theme i.icon.bell:before{content:""}html.honeywell-dark-theme i.icon.ambulance:before{content:""}html.honeywell-dark-theme i.icon.medkit:before{content:""}html.honeywell-dark-theme i.icon.fighter.jet:before{content:""}html.honeywell-dark-theme i.icon.beer:before{content:""}html.honeywell-dark-theme i.icon.plus.square:before{content:""}html.honeywell-dark-theme i.icon.computer:before{content:""}html.honeywell-dark-theme i.icon.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.gamepad:before{content:""}html.honeywell-dark-theme i.icon.star.half.full:before{content:""}html.honeywell-dark-theme i.icon.broken.chain:before{content:""}html.honeywell-dark-theme i.icon.question:before{content:""}html.honeywell-dark-theme i.icon.exclamation:before{content:""}html.honeywell-dark-theme i.icon.eraser:before{content:""}html.honeywell-dark-theme i.icon.microphone:before{content:""}html.honeywell-dark-theme i.icon.microphone.slash:before{content:""}html.honeywell-dark-theme i.icon.shield:before{content:""}html.honeywell-dark-theme i.icon.target:before{content:""}html.honeywell-dark-theme i.icon.play.circle:before{content:""}html.honeywell-dark-theme i.icon.pencil.square:before{content:""}html.honeywell-dark-theme i.icon.eur:before{content:""}html.honeywell-dark-theme i.icon.gbp:before{content:""}html.honeywell-dark-theme i.icon.usd:before{content:""}html.honeywell-dark-theme i.icon.inr:before{content:""}html.honeywell-dark-theme i.icon.cny:before,html.honeywell-dark-theme i.icon.jpy:before,html.honeywell-dark-theme i.icon.rmb:before{content:""}html.honeywell-dark-theme i.icon.rouble:before,html.honeywell-dark-theme i.icon.rub:before{content:""}html.honeywell-dark-theme i.icon.krw:before{content:""}html.honeywell-dark-theme i.icon.btc:before{content:""}html.honeywell-dark-theme i.icon.gratipay:before{content:""}html.honeywell-dark-theme i.icon.zip:before{content:""}html.honeywell-dark-theme i.icon.dot.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.try:before{content:""}html.honeywell-dark-theme i.icon.graduation:before{content:""}html.honeywell-dark-theme i.icon.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.sliders:before{content:""}html.honeywell-dark-theme i.icon.weixin:before{content:""}html.honeywell-dark-theme i.icon.teletype:before,html.honeywell-dark-theme i.icon.tty:before{content:""}html.honeywell-dark-theme i.icon.binoculars:before{content:""}html.honeywell-dark-theme i.icon.power.cord:before{content:""}html.honeywell-dark-theme i.icon.wi-fi:before{content:""}html.honeywell-dark-theme i.icon.visa.card:before{content:""}html.honeywell-dark-theme i.icon.mastercard.card:before{content:""}html.honeywell-dark-theme i.icon.discover.card:before{content:""}html.honeywell-dark-theme i.icon.american.express.card:before,html.honeywell-dark-theme i.icon.amex:before{content:""}html.honeywell-dark-theme i.icon.stripe.card:before{content:""}html.honeywell-dark-theme i.icon.bell.slash:before{content:""}html.honeywell-dark-theme i.icon.bell.slash.outline:before{content:""}html.honeywell-dark-theme i.icon.area.graph:before{content:""}html.honeywell-dark-theme i.icon.pie.graph:before{content:""}html.honeywell-dark-theme i.icon.line.graph:before{content:""}html.honeywell-dark-theme i.icon.cc:before{content:""}html.honeywell-dark-theme i.icon.ils:before,html.honeywell-dark-theme i.icon.sheqel:before{content:""}html.honeywell-dark-theme i.icon.plus.cart:before{content:""}html.honeywell-dark-theme i.icon.arrow.down.cart:before{content:""}html.honeywell-dark-theme i.icon.detective:before{content:""}html.honeywell-dark-theme i.icon.venus:before{content:""}html.honeywell-dark-theme i.icon.mars:before{content:""}html.honeywell-dark-theme i.icon.mercury:before{content:""}html.honeywell-dark-theme i.icon.intersex:before{content:""}html.honeywell-dark-theme i.icon.female.homosexual:before,html.honeywell-dark-theme i.icon.venus.double:before{content:""}html.honeywell-dark-theme i.icon.male.homosexual:before,html.honeywell-dark-theme i.icon.mars.double:before{content:""}html.honeywell-dark-theme i.icon.venus.mars:before{content:""}html.honeywell-dark-theme i.icon.mars.alternate:before,html.honeywell-dark-theme i.icon.mars.stroke:before{content:""}html.honeywell-dark-theme i.icon.mars.stroke.vertical:before,html.honeywell-dark-theme i.icon.mars.vertical:before{content:""}html.honeywell-dark-theme i.icon.mars.horizontal:before,html.honeywell-dark-theme i.icon.mars.stroke.horizontal:before{content:""}html.honeywell-dark-theme i.icon.asexual:before{content:""}html.honeywell-dark-theme i.icon.facebook.official:before{content:""}html.honeywell-dark-theme i.icon.user.plus:before{content:""}html.honeywell-dark-theme i.icon.user.cancel:before,html.honeywell-dark-theme i.icon.user.close:before,html.honeywell-dark-theme i.icon.user.delete:before,html.honeywell-dark-theme i.icon.user.times:before,html.honeywell-dark-theme i.icon.user.x:before{content:""}html.honeywell-dark-theme i.icon.bed:before{content:""}html.honeywell-dark-theme i.icon.yc:before,html.honeywell-dark-theme i.icon.ycombinator:before{content:""}html.honeywell-dark-theme i.icon.battery.four:before{content:""}html.honeywell-dark-theme i.icon.battery.three.quarters:before,html.honeywell-dark-theme i.icon.battery.three:before{content:""}html.honeywell-dark-theme i.icon.battery.half:before,html.honeywell-dark-theme i.icon.battery.two:before{content:""}html.honeywell-dark-theme i.icon.battery.one:before,html.honeywell-dark-theme i.icon.battery.quarter:before{content:""}html.honeywell-dark-theme i.icon.battery.zero:before{content:""}html.honeywell-dark-theme i.icon.i.cursor:before{content:""}html.honeywell-dark-theme i.icon.japan.credit.bureau.card:before,html.honeywell-dark-theme i.icon.jcb:before{content:""}html.honeywell-dark-theme i.icon.diners.club.card:before{content:""}html.honeywell-dark-theme i.icon.balance:before{content:""}html.honeywell-dark-theme i.icon.hourglass.outline:before,html.honeywell-dark-theme i.icon.hourglass.zero:before{content:""}html.honeywell-dark-theme i.icon.hourglass.one:before{content:""}html.honeywell-dark-theme i.icon.hourglass.two:before{content:""}html.honeywell-dark-theme i.icon.hourglass.three:before{content:""}html.honeywell-dark-theme i.icon.hourglass.four:before{content:""}html.honeywell-dark-theme i.icon.grab:before{content:""}html.honeywell-dark-theme i.icon.hand.victory:before{content:""}html.honeywell-dark-theme i.icon.tm:before{content:""}html.honeywell-dark-theme i.icon.r.circle:before{content:""}html.honeywell-dark-theme i.icon.television:before{content:""}html.honeywell-dark-theme i.icon.five.hundred.pixels:before{content:""}html.honeywell-dark-theme i.icon.calendar.plus:before{content:""}html.honeywell-dark-theme i.icon.calendar.minus:before{content:""}html.honeywell-dark-theme i.icon.calendar.times:before{content:""}html.honeywell-dark-theme i.icon.calendar.check:before{content:""}html.honeywell-dark-theme i.icon.factory:before{content:""}html.honeywell-dark-theme i.icon.commenting:before{content:""}html.honeywell-dark-theme i.icon.commenting.outline:before{content:""}html.honeywell-dark-theme i.icon.edge:before,html.honeywell-dark-theme i.icon.ms.edge:before{content:""}html.honeywell-dark-theme i.icon.wordpress.beginner:before{content:""}html.honeywell-dark-theme i.icon.wordpress.forms:before{content:""}html.honeywell-dark-theme i.icon.envira:before{content:""}html.honeywell-dark-theme i.icon.question.circle.outline:before{content:""}html.honeywell-dark-theme i.icon.ald:before,html.honeywell-dark-theme i.icon.als:before,html.honeywell-dark-theme i.icon.assistive.listening.devices:before{content:""}html.honeywell-dark-theme i.icon.asl.interpreting:before{content:""}html.honeywell-dark-theme i.icon.deaf:before{content:""}html.honeywell-dark-theme i.icon.american.sign.language.interpreting:before{content:""}html.honeywell-dark-theme i.icon.hard.of.hearing:before{content:""}html.honeywell-dark-theme i.icon.signing:before{content:""}html.honeywell-dark-theme i.icon.new.pied.piper:before{content:""}html.honeywell-dark-theme i.icon.theme.isle:before{content:""}html.honeywell-dark-theme i.icon.google.plus.official:before{content:""}html.honeywell-dark-theme i.icon.fa:before{content:""}html.honeywell-dark-theme i.icon.vcard:before{content:""}html.honeywell-dark-theme i.icon.vcard.outline:before{content:""}html.honeywell-dark-theme i.icon.drivers.license:before{content:""}html.honeywell-dark-theme i.icon.drivers.license.outline:before{content:""}html.honeywell-dark-theme i.icon.thermometer:before{content:""}html.honeywell-dark-theme i.icon.bath:before,html.honeywell-dark-theme i.icon.s15:before{content:""}html.honeywell-dark-theme i.icon.times.rectangle:before{content:""}html.honeywell-dark-theme i.icon.times.rectangle.outline:before{content:""}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .total-count{color:#e0e0e0;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;padding-left:.5rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center;width:100%;height:100%;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar.no-search,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar.no-search{-webkit-justify-content:flex-end;justify-content:flex-end}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .menu-items,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .menu-items,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .totals{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;height:100%}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item{padding:0 .5rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item .btn-icon,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item .btn-icon,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item .btn-icon,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item .btn-icon{font-size:1rem;padding-left:0!important;padding-right:.25rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item.disabled,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item.disabled,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item.disabled,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item.disabled{cursor:not-allowed;color:#606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item{color:#e0e0e0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item:not(.disabled),html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item:not(.disabled){cursor:pointer}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item:not(.disabled):hover,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item:not(.disabled):hover{background:#404040}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item:not(.disabled),html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item:not(.disabled){cursor:pointer}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item:not(.disabled):hover,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item:not(.disabled):hover{background:#45a7ea}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar{background:#45a7ea;color:#fff;padding-left:1rem;padding-right:1rem;font-size:medium}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .close-btn{cursor:pointer;display:block;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;margin-left:1rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .close-btn .close-btn-icon{padding-left:0!important;padding-right:0!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals .selected-value,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals .total-value{display:inline-block}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals .total-value{padding-right:.5rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals .selected-value{padding-left:.5rem;margin-right:.5rem;border-left:1px solid #fff}@-webkit-keyframes load{0%{background-color:#a0a0a0;opacity:1}50%{background-color:#e0e0e0;opacity:.6}to{background-color:#a0a0a0;opacity:1}}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead{background-clip:padding-box;background:#303030;border:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr{background:#303030;background-clip:padding-box}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th{text-align:left;word-wrap:break-word;white-space:pre-wrap;border-style:solid;border-color:#606060;background:transparent;background-clip:padding-box}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:not(:first-child){border-left:.0625rem solid transparent!important}}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-sortable-column:hover{box-shadow:inset -.0625rem 0 0 #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-sortable-column:not(:hover):focus{outline:none!important;box-shadow:none!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-unselectable-text:not(:last-child),html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:not(:last-child){border-right:.0625rem solid transparent}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:first-child.p-resizable-column:hover,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:first-child.p-sortable-column:hover{border-color:#606060;box-shadow:inset 0 0 0 -1rem #606060,inset .0625rem 0 0 -1rem #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-resizable-column:not(:first-child):not(:last-child):hover,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-sortable-column:not(:first-child):not(:last-child):hover{background:#303030;box-shadow:inset -.0625rem 0 0 #606060,inset .0625rem 0 0 #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:last-child.p-resizable-column:hover,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:last-child.p-sortable-column:hover{box-shadow:inset .0625rem 0 0 #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-selection-column{text-align:right!important;padding:.687rem .5rem .687rem 1rem;position:relative}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-selection-column .p-checkbox-box{display:none;cursor:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.rowHeader{background-clip:padding-box}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.rowHeader+.p-sortable-column{border-left:0!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-column-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#a0a0a0;text-transform:uppercase;display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 1rem)}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon{margin-left:.25rem;height:.75rem;display:inline-block;width:.75rem;background-image:url(../../static/media/Sort-Default.5c07e6c9.svg);background-size:.75rem .75rem;background-repeat:no-repeat;position:relative;color:#707070}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon:hover{color:#d0d0d0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon:before{display:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon.pi-sort-up{background-image:url(../../static/media/Sort-A-Z.2de111e1.svg);background-size:.75rem .75rem;background-repeat:no-repeat}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon.pi-sort-down{background-image:url(../../static/media/Sort-Z-A.6fb18aaf.svg);background-size:.75rem .75rem;background-repeat:no-repeat}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-column-resizer{cursor:col-resize!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-scrollable-header{background:none!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-column-resizer-helper.p-highlight{border-color:#606060;background:#606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th{line-height:.5rem;text-align:inherit;position:relative;background-clip:padding-box}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-right,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-right,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right{text-align:right!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-right .cell-data-wrap,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-right .cell-data-wrap,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right .cell-data-wrap{padding:5px 1rem 5px 1.5rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-right .cell-row-input,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-right .cell-row-input,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right .cell-row-input{text-align:right!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-left,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-left,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-left{text-align:left!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-center,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-center,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-center{text-align:center!important;padding-right:0;padding-left:0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.rowHeader,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.rowHeader,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.rowHeader{border-right:0 solid #606060!important;border-bottom:.0625rem solid #606060!important;background:#303030;box-shadow:inset -.0625rem 0 0 #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.rowHeader .cell-data-wrap,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.rowHeader .cell-data-wrap,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.rowHeader .cell-data-wrap{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#a0a0a0;text-transform:uppercase}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.rowHeader+.p-resizable-column,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.rowHeader+.p-resizable-column,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.rowHeader+.p-resizable-column{border-left:0!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th{background-clip:padding-box;padding:6px 1.5rem 6px 1rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-right,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right{text-align:right;padding:.687rem 1rem .687rem 1.5rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot{display:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody{border:.0625rem solid #606060;border-top:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .p-datatable-emptymessage>td{padding:.5625rem 1.5rem .5625rem 1rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr{border:none;outline:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(2n){background-color:#202020}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(odd){background-color:#303030}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr.p-highlight{background-color:#404040}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:hover{background:#404040}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td{padding:0;border:none;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td .cell-data-wrap{word-wrap:break-word;white-space:pre-wrap;position:relative;padding:5px 1.5rem 5px 1rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td .cell-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td:first-child .datatable-loading-body{padding-left:1rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td:last-child .datatable-loading-body{padding-right:1rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody tr.p-datatable-row>td.p-selection-column{text-align:right!important;padding:.5625rem .5rem .5625rem 1rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;background:#303030;border-radius:0;color:#e0e0e0;height:2.375rem;transition:border-color .15s ease-in;box-sizing:border-box;padding:.6875rem .4375rem;width:100%;line-height:.5rem;margin:0;border:.0625rem solid #45a7ea;height:2rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input{line-height:.875rem!important}}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus{border-color:#45a7ea;outline:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic;line-height:.875rem!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#a0a0a0;font-style:italic}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input::-webkit-inner-spin-button{margin-left:.25rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .datatable-loading-body{display:-webkit-flex;display:flex;height:100%;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#303030;padding:.5625rem 0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .datatable-loading-body:nth-child(2n){background-color:#202020}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .datatable-loading-body .loading-indicator{opacity:.7;width:100%;height:.875rem;-webkit-animation:load 1s linear 0s infinite normal none running;animation:load 1s linear 0s infinite normal none running}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column{width:2.5rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox{height:auto;top:.5625rem;left:1rem;height:1rem;width:1rem;position:absolute}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-box{border:.0625rem solid #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-box.p-highlight,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-box.p-highlight{background:#45a7ea;border:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-box,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton .p-radiobutton-box{position:relative;height:1rem;width:1rem;background:#303030;border-radius:0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon{line-height:1rem;font-size:.75rem;position:static;left:auto;top:auto;width:auto;height:auto;margin-top:0;margin-left:0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon.pi-check,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon.pi-circle-on,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon.pi-check,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon.pi-circle-on{font-family:Honeywell-Icons!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon.pi-check:before,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon.pi-circle-on:before,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon.pi-check:before,html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon.pi-circle-on:before{content:""!important;opacity:1;color:#fff;-webkit-transform:scale(1);transform:scale(1);padding-top:0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.hide-checkbox th.p-selection-column .p-checkbox.p-component{display:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box{margin-right:0!important;padding-right:10px;border:.0625rem solid #606060;background:#303030}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box th{border-top:none;border-bottom:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box th:first-child{border-left:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box th:last-child{border-right:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body-table tbody.p-datatable-tbody{border-right:none!important;border-bottom:none!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body{min-height:48px;min-height:41px;border-bottom:.0625rem solid #606060;border-right:.0625rem solid #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar{width:10px}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar-track{background:#303030;border-left:.0625rem solid #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar-thumb{background:#a0a0a0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .datatable-pagination-wrap{position:relative}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .datatable-pagination-wrap .ui.pagination.datatable-pagination{border-top:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .datatable-pagination-wrap .ui.pagination.datatable-pagination.loading+.pagination-loading-overlay{width:100%;height:3.3rem;top:0;left:0;z-index:1;position:absolute;background-color:rgba(0,0,0,.4);opacity:.1}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.hide-header .p-datatable-thead{display:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.hide-header tbody{border-top:.0625rem solid #606060!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.hover-over .p-datatable-tbody{cursor:pointer!important}html.honeywell-dark-theme .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-header{border-right:.0625rem solid #606060;border-left:.0625rem solid #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-header-box{border-left:none}html.honeywell-dark-theme .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-body-table tbody.p-datatable-tbody{border-left:none!important}html.honeywell-dark-theme .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-body{border-bottom:.0625rem solid #606060;border-right:.0625rem solid #606060;border-left:.0625rem solid #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar{height:10px}html.honeywell-dark-theme .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar-track:horizontal{border-left:none;border-top:.0625rem solid #606060}html.honeywell-dark-theme .ui.forge-datatable-wrap .select-all-checkbox{position:absolute;z-index:1;transition:background-color .2s,box-shadow .2s;padding-left:1.0625rem;padding-top:.5625rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable-header .select-all-checkbox{padding-top:0;padding-left:1rem;top:3.5625rem}html.honeywell-dark-theme .ui.forge-datatable-wrap.actionbar .p-datatable-header{border:none;height:0!important}html.honeywell-dark-theme .ui.forge-datatable-wrap.actionbar .p-datatable-header .select-all-checkbox{top:.6875rem}html.honeywell-dark-theme .ui.forge-datatable-wrap.actionbar.header-bar .p-datatable-header,html.honeywell-dark-theme .ui.forge-datatable-wrap.actionbar.search .p-datatable-header,html.honeywell-dark-theme .ui.forge-datatable-wrap.actionbar.selection .p-datatable-header{height:3rem!important;border:1px solid #606060;border-bottom:0}html.honeywell-dark-theme .ui.forge-datatable-wrap.actionbar.header-bar .p-datatable-header .select-all-checkbox,html.honeywell-dark-theme .ui.forge-datatable-wrap.actionbar.search .p-datatable-header .select-all-checkbox,html.honeywell-dark-theme .ui.forge-datatable-wrap.actionbar.selection .p-datatable-header .select-all-checkbox{top:3.5625rem}html.honeywell-dark-theme .ui.forge-datatable-wrap.hide-checkbox .select-all-checkbox{display:none}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header{color:#fff;padding:0!important;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;height:3rem;font-weight:inherit;border-color:#606060;background:#303030}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:0 .25rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output .global-filter{height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output .global-filter .search-icon{height:2.5rem}html.honeywell-dark-theme .filter-bar{position:relative}html.honeywell-dark-theme .filter-bar .menu-items .header-bar-item.filter-panel-icon{padding-right:.625rem}html.honeywell-dark-theme .filter-bar .menu-items .header-bar-item.filter-panel-icon .filter{color:#e0e0e0}html.honeywell-dark-theme .filter-bar .menu-items .header-bar-item.filter-panel-icon{padding-right:.75rem}html.honeywell-dark-theme .filter-bar .menu-items .header-bar-item .badged-filter.badged-icon .ui.label.badge{right:-12%}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;z-index:500;overflow:hidden;position:absolute;right:0;max-height:0;width:350px;padding:0;background:#303030;box-shadow:0 4px 8px 0 rgba(0,0,0,.5);text-align:left}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel.show{max-height:500px;padding:.75rem 1rem;overflow-y:auto}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel.show.up{bottom:3rem}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel.show.down{top:3rem}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section{padding:.75rem 0;width:100%}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .section-label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;font-weight:600;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center;cursor:pointer}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .section-label-icon{color:#fff;transition:color .1s linear;cursor:pointer;padding:0!important}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .section-label-icon:hover{color:#d0d0d0}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .section-label-icon.disabled,html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .section-label-icon:active{color:#b0b0b0}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .section-content{max-height:0;overflow:hidden}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .filter-item{padding-top:0}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .filter-item:last-child{padding-bottom:0}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section.expanded{padding:.75rem 0 0}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section.expanded .section-content{max-height:1000px;padding:1rem 0}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-item{padding:.75rem 0}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-item.disabled{color:grey;cursor:not-allowed}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-item .reset{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;color:#45a7ea;font-weight:600;letter-spacing:.5px;cursor:pointer}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-item .reset:active{color:#8bc8f2}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-item .reset:hover{color:#45a7ea}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-item .reset:disabled{color:#606060}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-item .toggle-item{margin:0}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel>.filter-item,html.honeywell-dark-theme .filter-bar .menu-items .filter-panel>.filter-section{border-top:.0625rem solid #606060}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel>.filter-item:first-child,html.honeywell-dark-theme .filter-bar .menu-items .filter-panel>.filter-section:first-child{border-top:none}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel>.filter-item:first-child.reset-all,html.honeywell-dark-theme .filter-bar .menu-items .filter-panel>.filter-section:first-child.reset-all{padding-top:0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .cell-status{height:.5rem;width:.5rem;border-radius:.5rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:.25rem;margin-right:.5rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .cell-status.red{background-color:#f15a4f!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .cell-status.orange{background-color:#f37021!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .cell-status.green{background-color:#7eb338!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .cell-status.blue{background-color:#1792e5!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .cell-status.grey{background-color:#b0b0b0!important}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-toggler{line-height:1rem}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-toggler .pi-chevron-down,html.honeywell-dark-theme .p-treetable.p-component .p-treetable-toggler .pi-chevron-right{font-size:1rem;font-style:normal;padding-right:.5rem}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-toggler .pi-chevron-right{font-family:Honeywell-Icons!important}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-toggler .pi-chevron-right:before{content:""!important}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-toggler .pi-chevron-down{font-family:Honeywell-Icons!important}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-toggler .pi-chevron-down:before{content:""!important}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead{border:.0625rem solid #606060}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead>tr>th{background:#303030;padding:.5625rem 1.5rem .5625rem 1rem;border:none;text-align:left}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead>tr>th .p-column-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#e0e0e0;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#a0a0a0;text-transform:uppercase!important}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon{margin-left:.25rem;height:.75rem;display:inline-block;width:.75rem;background-image:url(../../static/media/Sort-Default.5c07e6c9.svg);background-size:.75rem .75rem;background-repeat:no-repeat;position:relative;color:#707070}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon:hover{color:#d0d0d0}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon:before{display:none}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon.pi-sort-up{background-image:url(../../static/media/Sort-A-Z.2de111e1.svg);background-size:.75rem .75rem;background-repeat:no-repeat}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon.pi-sort-down{background-image:url(../../static/media/Sort-Z-A.6fb18aaf.svg);background-size:.75rem .75rem;background-repeat:no-repeat}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-tbody{border:.0625rem solid #606060}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-tbody>tr:focus{outline:none}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-tbody>tr:nth-child(2n){background:#303030}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-tbody>tr:nth-child(odd){background:#202020}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-tbody>tr>td{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#e0e0e0;border:none;word-wrap:break-word;white-space:pre-wrap;padding:.5625rem 1.5rem .5625rem 1rem;position:relative}html:not(.honeywell-dark-theme){/*!
* # Semantic UI 2.2.11 - Icon
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/}@font-face{html:not(.honeywell-dark-theme){font-family:Honeywell Sans Web;src:url(../../static/media/HoneywellSansWeb-Light.ad19bd8c.eot);src:url(../../static/media/HoneywellSansWeb-Light.ad19bd8c.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Light.41ffdfc4.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Light.9c5d445b.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Light.69fb4bce.svg) format("svg");font-weight:200;font-style:normal;src:url(../../static/media/HoneywellSansWeb-Book.cc75b450.eot);src:url(../../static/media/HoneywellSansWeb-Book.cc75b450.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Book.08648cf8.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Book.bdb2586e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Book.9bf279af.svg) format("svg");font-weight:300;src:url(../../static/media/HoneywellSansWeb-Medium.6d9f37e6.eot);src:url(../../static/media/HoneywellSansWeb-Medium.6d9f37e6.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Medium.b8e0e2cb.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Medium.1823d021.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Medium.6a2d2052.svg) format("svg");font-weight:400;src:url(../../static/media/HoneywellSansWeb-Bold.8a92f368.eot);src:url(../../static/media/HoneywellSansWeb-Bold.8a92f368.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Bold.b1f6b1d9.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Bold.f672baa2.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Bold.44e761b4.svg) format("svg");font-weight:600;font-style:bold;src:url(../../static/media/HoneywellSansWeb-Extrabold.90d7b537.eot);src:url(../../static/media/HoneywellSansWeb-Extrabold.90d7b537.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Extrabold.fa0220b1.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Extrabold.2737455e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Extrabold.8b7aa29b.svg) format("svg");font-weight:700;src:url(../../static/media/HoneywellSansWeb-Black.f24d21ee.eot);src:url(../../static/media/HoneywellSansWeb-Black.f24d21ee.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-Black.3065f16e.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-Black.04d4128c.woff) format("woff"),url(../../static/media/HoneywellSansWeb-Black.83de0ac4.svg) format("svg");font-weight:800;src:url(../../static/media/HoneywellSansWeb-LightItalic.6684cba2.eot);src:url(../../static/media/HoneywellSansWeb-LightItalic.6684cba2.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-LightItalic.5f1b495f.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-LightItalic.9df77f2c.woff) format("woff"),url(../../static/media/HoneywellSansWeb-LightItalic.b9936aa6.svg) format("svg");font-style:italic;src:url(../../static/media/HoneywellSansWeb-BookItalic.fa67e766.eot);src:url(../../static/media/HoneywellSansWeb-BookItalic.fa67e766.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BookItalic.f84093b8.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BookItalic.c147348d.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BookItalic.d87611f5.svg) format("svg");src:url(../../static/media/HoneywellSansWeb-MediumItalic.6ddaa356.eot);src:url(../../static/media/HoneywellSansWeb-MediumItalic.6ddaa356.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-MediumItalic.e2025b18.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-MediumItalic.9d4a2c7e.woff) format("woff"),url(../../static/media/HoneywellSansWeb-MediumItalic.f675bdea.svg) format("svg");src:url(../../static/media/HoneywellSansWeb-BoldItalic.26fc8995.eot);src:url(../../static/media/HoneywellSansWeb-BoldItalic.26fc8995.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BoldItalic.961361ce.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BoldItalic.a71c3619.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BoldItalic.92893ae1.svg) format("svg");src:url(../../static/media/HoneywellSansWeb-ExtraboldItalic.bde35563.eot);src:url(../../static/media/HoneywellSansWeb-ExtraboldItalic.bde35563.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.9088ea84.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.eb57daff.woff) format("woff"),url(../../static/media/HoneywellSansWeb-ExtraboldItalic.9ae4e2ff.svg) format("svg");src:url(../../static/media/HoneywellSansWeb-BlackItalic.c0efa393.eot);src:url(../../static/media/HoneywellSansWeb-BlackItalic.c0efa393.eot) format("embedded-opentype"),url(../../static/media/HoneywellSansWeb-BlackItalic.c4483b8e.woff2) format("woff2"),url(../../static/media/HoneywellSansWeb-BlackItalic.697df9a1.woff) format("woff"),url(../../static/media/HoneywellSansWeb-BlackItalic.d7996249.svg) format("svg");font-family:Honeywell-Global;src:url(../../static/media/Honeywell-Global.5118537e.eot);src:url(../../static/media/Honeywell-Global.5118537e.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Global.fbe81648.ttf) format("truetype"),url(../../static/media/Honeywell-Global.b9834b07.woff) format("woff"),url(../../static/media/Honeywell-Global.a1a78a1d.svg) format("svg");font-family:Honeywell-Flight;src:url(../../static/media/Honeywell-Flight.786cad89.eot);src:url(../../static/media/Honeywell-Flight.786cad89.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Flight.f2cdd361.woff2) format("woff2"),url(../../static/media/Honeywell-Flight.386c97ab.ttf) format("truetype"),url(../../static/media/Honeywell-Flight.cbb9b900.woff) format("woff"),url(../../static/media/Honeywell-Flight.5b1bf9fe.svg) format("svg");font-family:Honeywell-Addons;src:url(../../static/media/Honeywell-Addons.ca045c57.woff2) format("woff2"),url(../../static/media/Honeywell-Addons.8dbcf822.ttf) format("truetype"),url(../../static/media/Honeywell-Addons.880334cb.woff) format("woff");font-family:Honeywell-Buildings;src:url(../../static/media/Honeywell-Buildings.86fe4048.eot);src:url(../../static/media/Honeywell-Buildings.86fe4048.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Buildings.a394f2a1.woff2) format("woff2"),url(../../static/media/Honeywell-Buildings.f4a4f36f.ttf) format("truetype"),url(../../static/media/Honeywell-Buildings.f82f3486.woff) format("woff");font-family:Honeywell-Weather;src:url(../../static/media/Honeywell-Weather.5077bddc.eot);src:url(../../static/media/Honeywell-Weather.5077bddc.eot) format("embedded-opentype"),url(../../static/media/Honeywell-Weather.2fb576c8.woff2) format("woff2"),url(../../static/media/Honeywell-Weather.5505a952.ttf) format("truetype"),url(../../static/media/Honeywell-Weather.ef57ee0f.woff) format("woff");font-family:Honeywell-Icons;src:url(../../static/media/Honeywell-Icons.f6071410.woff2) format("woff2"),url(../../static/media/Honeywell-Icons.d1af0b8a.ttf) format("truetype"),url(../../static/media/Honeywell-Icons.5591ebd3.woff) format("woff")}}html:not(.honeywell-dark-theme) .h-icon.global{font-family:Honeywell-Global!important}html:not(.honeywell-dark-theme) .h-icon.global.badge-alert:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.badge-help:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.badge-info:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.badge-stop:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.badge-warning:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.battery-empty:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.battery-full:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.battery-low:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.battery-mid:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.calendar:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.camera:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.caret-down:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.caret-left:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.caret-right:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.caret-up:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.check:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.close:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.credit-card:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.delete:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.document:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.edit-circled:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.edit:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.email:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.expand:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.export:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.file-download:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.file-upload:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.filter:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.flag-icon:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.fullscreen-enter:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.fullscreen-exit:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.globe:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.graph:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.home:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.location:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.locked:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.map:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.menu-icon:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.message:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.multiple-devices:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.notification:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.paperclip:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.pc:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.phone:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.playback-pause:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.playback-play:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.print:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.redo:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.refresh:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.reminders:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.save:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.search:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.settings:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.share-2:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.share:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.shopping-bag:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.slider-controls-minus:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.slider-controls-plus:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.smartphone:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-fb-sq:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-fb:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-ig-sq:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-ig:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-li-sq:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-li:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-tw-sq:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-tw:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-yt-sq:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.social-yt:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.speaker-off:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.speaker-on:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.star:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.tools:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.undo:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.unlocked:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.user:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.users:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.voice-message:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.wifi:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.shipping{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.shipping:before{content:"🎙"}html:not(.honeywell-dark-theme) .h-icon.global.app-launcher{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.app-launcher:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.double-caret-right{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.double-caret-right:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.double-caret-left{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.double-caret-left:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.rtm{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.rtm:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.organization{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.organization:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.dash{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.dash:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.equipment{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.equipment:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.inspections{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.inspections:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.reports{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.reports:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.training{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.training:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.sites-pin{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.sites-pin:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.users-two{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.users-two:before{content:""}html:not(.honeywell-dark-theme) .h-icon.global.unequal{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.global.unequal:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero{font-family:Honeywell-Flight!important}html:not(.honeywell-dark-theme) .h-icon.aero.ac-atr:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-bga:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-dns:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-dualprop:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-glider:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-highwing:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-lowwing:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-profile:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-right:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-settings:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ac-up:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.airports-directory:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.airports-nearby:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.airports:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.cabin-seat:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.cabin:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.cleaning:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.eapis-3:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.eapis-alt:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.eapis:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.egi-2:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.egi:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.fbo-1:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.fbo-2:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.fbo:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.flight-attendant:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.flight-plan-doc:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.flight-plan-new:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.flight-plan:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.flight-schedule-alt:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.flight-schedule:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.fuel:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.hangar:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.helicopter:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.intl-trip:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.luggage:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.notams-2:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.notams-3:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.notams:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.pilot-crushcap:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.plane-approach-1:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.plane-approach-2:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.psngr-boarding:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.psngr-deboarding:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ramp-1:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ramp-2:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ramp-3:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.runway-analysis-1:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.runway-analysis-2:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.runway-analysis-3:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.runway:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.screen-seat:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.speed-indicator-air:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.speed-indicator-vertical:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.speed-indicator:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.track-up-centered:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.track-up:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.trip-kit-add:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.trip-kit-refresh:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.trip-kit:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.uav:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.valance:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.weather-chart:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.wheel-chocks:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.window-down:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.window-mid:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.window-up:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.ptmd{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.aero.ptmd:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.flight-efficiency{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.aero.flight-efficiency:before{content:""}html:not(.honeywell-dark-theme) .h-icon.aero.cmx{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.aero.cmx:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building{font-family:Honeywell-Buildings!important}html:not(.honeywell-dark-theme) .h-icon.building.add:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.badge-alert:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.badge-help:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.badge-info:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.badge-stop:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.badge-warning:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.battery-empty:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.battery-full:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.battery-low:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.battery-mid:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path1:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path2:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path3:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path4:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path5:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path6:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path7:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path8:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path9:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path10:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path11:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path12:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.calendar .path13:before{content:"";margin-left:-1em}html:not(.honeywell-dark-theme) .h-icon.building.camera:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.caret-down:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.caret-left:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.caret-right:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.caret-up:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.check:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.close-circled:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.close:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.cloud-download:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.cloud-upload:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.collapse:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.credit-card:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.dashboard:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.delete:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.doc-add:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.doc-annotate:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.doc-certificate:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.doc-pdf:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.doc-photo:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.doc-proc:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.doc-search:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.doc-test:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.document:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.edit-circled:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.edit:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.email:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.expand:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.export:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.file-download:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.file-upload:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.filter:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.flag-icon:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.folder-music:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.folder:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.fullscreen-enter:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.fullscreen-exit:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.globe:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.graph:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.home:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.location:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.locked:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.map:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.menu-icon:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.message:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.messages:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.modify:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.multiple-devices:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.music:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.notification:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.paperclip:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.pc:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.phone:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.playback-pause:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.playback-play:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.playback-rec:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.playback-stop:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.print:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.redo:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.refresh:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.save:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.search:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.settings:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.share-2:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.share:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.shopping-bag:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.slider-controls-minus:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.slider-controls-plus:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.smartphone:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.social-fb:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.social-ig:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.social-tw:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.social-yt:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.speaker-off:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.speaker-on:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.star:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.tag:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.timeline:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.tools:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.undo:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.unlocked:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.user-filled:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.user:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.voicemessages:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.wifi:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.total-footprint{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.total-footprint:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.sites{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.sites:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.portfolio-savings{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.portfolio-savings:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.portfolio-cost{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.portfolio-cost:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.comfort{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.comfort:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.filter-alt{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.filter-alt:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.graph-alt{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.graph-alt:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.home-alt{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.home-alt:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.sites-alt{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.sites-alt:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.operations{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.operations:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.energy{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.energy:before{content:""}html:not(.honeywell-dark-theme) .h-icon.building.rounds{font-family:Honeywell-Addons!important}html:not(.honeywell-dark-theme) .h-icon.building.rounds:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather{font-family:Honeywell-Weather}html:not(.honeywell-dark-theme) .h-icon.weather.blowingsnow:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.breezy:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.clear:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.clearnight:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.drizzle:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.fewbrokenclowds:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.fog:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.freezingdrizzle:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.freezingrain:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.funnelcloud:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.hail:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.haze:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.heavyfog:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.heavyrain:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.heavysnow:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.hot:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.hurricane:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.ice:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.icepellets:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.lightfog:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.lightrain:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.lightsnow:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.mixrainfall:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.moderatefog:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.moderaterain:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.moderatesnow:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.na:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.noreport:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.overcast:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.rain:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.rainshowers:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.sandustorm:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.scatteredclouds:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.scatteredshowers:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.scatteredthunderstorm:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.smoke:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.snowshowers:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.sunrise:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.sunset:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.thunderstorm:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.tropicalstorm:before{content:""}html:not(.honeywell-dark-theme) .h-icon.weather.water:before{content:""}@font-face{html:not(.honeywell-dark-theme){font-family:Icons;src:url(../../static/media/icons.674f50d2.eot);src:url(../../static/media/icons.674f50d2.eot) format("embedded-opentype"),url(../../static/media/icons.af7ae505.woff2) format("woff2"),url(../../static/media/icons.fee66e71.woff) format("woff"),url(../../static/media/icons.b06871f2.ttf) format("truetype"),url(../../static/media/icons.912ec66d.svg) format("svg");font-style:normal;font-weight:400;-webkit-font-feature-settings:normal;font-feature-settings:normal;font-variant:normal;text-decoration:inherit;text-transform:none}}html:not(.honeywell-dark-theme) i.icon{font-family:Honeywell-Global,Icons;display:inline-block;opacity:1;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}html:not(.honeywell-dark-theme) i.icon:before{background:none!important}html:not(.honeywell-dark-theme) i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes icon-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}html:not(.honeywell-dark-theme) i.emphasized.icon,html:not(.honeywell-dark-theme) i.icon.active,html:not(.honeywell-dark-theme) i.icon.hover{opacity:1!important}html:not(.honeywell-dark-theme) i.disabled.icon{opacity:.45!important}html:not(.honeywell-dark-theme) i.fitted.icon{width:auto;margin:0}html:not(.honeywell-dark-theme) i.link.icon,html:not(.honeywell-dark-theme) i.link.icons{cursor:pointer;opacity:.8;transition:opacity .1s ease}html:not(.honeywell-dark-theme) i.link.icon:hover,html:not(.honeywell-dark-theme) i.link.icons:hover{opacity:1!important}html:not(.honeywell-dark-theme) i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em!important;box-shadow:inset 0 0 0 .1em rgba(0,0,0,.1);width:2em!important;height:2em!important}html:not(.honeywell-dark-theme) i.circular.inverted.icon{border:none;box-shadow:none}html:not(.honeywell-dark-theme) i.flipped.icon,html:not(.honeywell-dark-theme) i.horizontally.flipped.icon{-webkit-transform:scaleX(-1);transform:scaleX(-1)}html:not(.honeywell-dark-theme) i.vertically.flipped.icon{-webkit-transform:scaleY(-1);transform:scaleY(-1)}html:not(.honeywell-dark-theme) i.clockwise.rotated.icon,html:not(.honeywell-dark-theme) i.right.rotated.icon,html:not(.honeywell-dark-theme) i.rotated.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}html:not(.honeywell-dark-theme) i.counterclockwise.rotated.icon,html:not(.honeywell-dark-theme) i.left.rotated.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}html:not(.honeywell-dark-theme) i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em .41em!important;box-shadow:inset 0 0 0 .1em rgba(0,0,0,.1)}html:not(.honeywell-dark-theme) i.bordered.inverted.icon{border:none;box-shadow:none}html:not(.honeywell-dark-theme) i.inverted.bordered.icon,html:not(.honeywell-dark-theme) i.inverted.circular.icon{background-color:#1b1c1d!important;color:#fff!important}html:not(.honeywell-dark-theme) i.inverted.icon{color:#fff}html:not(.honeywell-dark-theme) i.red.icon{color:#db2828!important}html:not(.honeywell-dark-theme) i.inverted.red.icon{color:#ff695e!important}html:not(.honeywell-dark-theme) i.inverted.bordered.red.icon,html:not(.honeywell-dark-theme) i.inverted.circular.red.icon{background-color:#db2828!important;color:#fff!important}html:not(.honeywell-dark-theme) i.orange.icon{color:#f2711c!important}html:not(.honeywell-dark-theme) i.inverted.orange.icon{color:#ff851b!important}html:not(.honeywell-dark-theme) i.inverted.bordered.orange.icon,html:not(.honeywell-dark-theme) i.inverted.circular.orange.icon{background-color:#f2711c!important;color:#fff!important}html:not(.honeywell-dark-theme) i.yellow.icon{color:#fbbd08!important}html:not(.honeywell-dark-theme) i.inverted.yellow.icon{color:#ffe21f!important}html:not(.honeywell-dark-theme) i.inverted.bordered.yellow.icon,html:not(.honeywell-dark-theme) i.inverted.circular.yellow.icon{background-color:#fbbd08!important;color:#fff!important}html:not(.honeywell-dark-theme) i.olive.icon{color:#b5cc18!important}html:not(.honeywell-dark-theme) i.inverted.olive.icon{color:#d9e778!important}html:not(.honeywell-dark-theme) i.inverted.bordered.olive.icon,html:not(.honeywell-dark-theme) i.inverted.circular.olive.icon{background-color:#b5cc18!important;color:#fff!important}html:not(.honeywell-dark-theme) i.green.icon{color:#21ba45!important}html:not(.honeywell-dark-theme) i.inverted.green.icon{color:#2ecc40!important}html:not(.honeywell-dark-theme) i.inverted.bordered.green.icon,html:not(.honeywell-dark-theme) i.inverted.circular.green.icon{background-color:#21ba45!important;color:#fff!important}html:not(.honeywell-dark-theme) i.teal.icon{color:#00b5ad!important}html:not(.honeywell-dark-theme) i.inverted.teal.icon{color:#6dffff!important}html:not(.honeywell-dark-theme) i.inverted.bordered.teal.icon,html:not(.honeywell-dark-theme) i.inverted.circular.teal.icon{background-color:#00b5ad!important;color:#fff!important}html:not(.honeywell-dark-theme) i.blue.icon{color:#2185d0!important}html:not(.honeywell-dark-theme) i.inverted.blue.icon{color:#54c8ff!important}html:not(.honeywell-dark-theme) i.inverted.bordered.blue.icon,html:not(.honeywell-dark-theme) i.inverted.circular.blue.icon{background-color:#2185d0!important;color:#fff!important}html:not(.honeywell-dark-theme) i.violet.icon{color:#6435c9!important}html:not(.honeywell-dark-theme) i.inverted.violet.icon{color:#a291fb!important}html:not(.honeywell-dark-theme) i.inverted.bordered.violet.icon,html:not(.honeywell-dark-theme) i.inverted.circular.violet.icon{background-color:#6435c9!important;color:#fff!important}html:not(.honeywell-dark-theme) i.purple.icon{color:#a333c8!important}html:not(.honeywell-dark-theme) i.inverted.purple.icon{color:#dc73ff!important}html:not(.honeywell-dark-theme) i.inverted.bordered.purple.icon,html:not(.honeywell-dark-theme) i.inverted.circular.purple.icon{background-color:#a333c8!important;color:#fff!important}html:not(.honeywell-dark-theme) i.pink.icon{color:#e03997!important}html:not(.honeywell-dark-theme) i.inverted.pink.icon{color:#ff8edf!important}html:not(.honeywell-dark-theme) i.inverted.bordered.pink.icon,html:not(.honeywell-dark-theme) i.inverted.circular.pink.icon{background-color:#e03997!important;color:#fff!important}html:not(.honeywell-dark-theme) i.brown.icon{color:#a5673f!important}html:not(.honeywell-dark-theme) i.inverted.brown.icon{color:#d67c1c!important}html:not(.honeywell-dark-theme) i.inverted.bordered.brown.icon,html:not(.honeywell-dark-theme) i.inverted.circular.brown.icon{background-color:#a5673f!important;color:#fff!important}html:not(.honeywell-dark-theme) i.grey.icon{color:#767676!important}html:not(.honeywell-dark-theme) i.inverted.grey.icon{color:#dcddde!important}html:not(.honeywell-dark-theme) i.inverted.bordered.grey.icon,html:not(.honeywell-dark-theme) i.inverted.circular.grey.icon{background-color:#767676!important;color:#fff!important}html:not(.honeywell-dark-theme) i.black.icon{color:#1b1c1d!important}html:not(.honeywell-dark-theme) i.inverted.black.icon{color:#545454!important}html:not(.honeywell-dark-theme) i.inverted.bordered.black.icon,html:not(.honeywell-dark-theme) i.inverted.circular.black.icon{background-color:#1b1c1d!important;color:#fff!important}html:not(.honeywell-dark-theme) i.mini.icon,html:not(.honeywell-dark-theme) i.mini.icons{line-height:1;font-size:.4em}html:not(.honeywell-dark-theme) i.tiny.icon,html:not(.honeywell-dark-theme) i.tiny.icons{line-height:1;font-size:.5em}html:not(.honeywell-dark-theme) i.small.icon,html:not(.honeywell-dark-theme) i.small.icons{line-height:1;font-size:.75em}html:not(.honeywell-dark-theme) i.icon,html:not(.honeywell-dark-theme) i.icons{font-size:1em}html:not(.honeywell-dark-theme) i.large.icon,html:not(.honeywell-dark-theme) i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}html:not(.honeywell-dark-theme) i.big.icon,html:not(.honeywell-dark-theme) i.big.icons{line-height:1;vertical-align:middle;font-size:2em}html:not(.honeywell-dark-theme) i.huge.icon,html:not(.honeywell-dark-theme) i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}html:not(.honeywell-dark-theme) i.massive.icon,html:not(.honeywell-dark-theme) i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}html:not(.honeywell-dark-theme) i.icons{display:inline-block;position:relative;line-height:1}html:not(.honeywell-dark-theme) i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0}html:not(.honeywell-dark-theme) i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;transform:none;margin-right:.25rem}html:not(.honeywell-dark-theme) i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}html:not(.honeywell-dark-theme) i.icons .top.right.corner.icon{top:0;left:auto;right:0;bottom:auto}html:not(.honeywell-dark-theme) i.icons .top.left.corner.icon{top:0;left:0;right:auto;bottom:auto}html:not(.honeywell-dark-theme) i.icons .bottom.left.corner.icon{top:auto;left:0;right:auto;bottom:0}html:not(.honeywell-dark-theme) i.icons .bottom.right.corner.icon{top:auto;left:auto;right:0;bottom:0}html:not(.honeywell-dark-theme) i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}html:not(.honeywell-dark-theme) i.icon.search:before{content:""}html:not(.honeywell-dark-theme) i.icon.mail.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.signal:before{content:""}html:not(.honeywell-dark-theme) i.icon.setting:before{content:""}html:not(.honeywell-dark-theme) i.icon.home:before{content:""}html:not(.honeywell-dark-theme) i.icon.inbox:before{content:""}html:not(.honeywell-dark-theme) i.icon.browser:before{content:""}html:not(.honeywell-dark-theme) i.icon.tag:before{content:""}html:not(.honeywell-dark-theme) i.icon.tags:before{content:""}html:not(.honeywell-dark-theme) i.icon.image:before{content:""}html:not(.honeywell-dark-theme) i.icon.calendar:before{content:""}html:not(.honeywell-dark-theme) i.icon.comment:before{content:""}html:not(.honeywell-dark-theme) i.icon.shop:before{content:""}html:not(.honeywell-dark-theme) i.icon.privacy:before{content:""}html:not(.honeywell-dark-theme) i.icon.settings:before{content:""}html:not(.honeywell-dark-theme) i.icon.comments:before{content:""}html:not(.honeywell-dark-theme) i.icon.external:before{content:""}html:not(.honeywell-dark-theme) i.icon.trophy:before{content:""}html:not(.honeywell-dark-theme) i.icon.payment:before{content:""}html:not(.honeywell-dark-theme) i.icon.feed:before{content:""}html:not(.honeywell-dark-theme) i.icon.alarm.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.tasks:before{content:""}html:not(.honeywell-dark-theme) i.icon.cloud:before{content:""}html:not(.honeywell-dark-theme) i.icon.lab:before{content:""}html:not(.honeywell-dark-theme) i.icon.mail:before{content:""}html:not(.honeywell-dark-theme) i.icon.dashboard:before{content:""}html:not(.honeywell-dark-theme) i.icon.comment.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.comments.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.sitemap:before{content:""}html:not(.honeywell-dark-theme) i.icon.idea:before{content:""}html:not(.honeywell-dark-theme) i.icon.alarm:before{content:""}html:not(.honeywell-dark-theme) i.icon.terminal:before{content:""}html:not(.honeywell-dark-theme) i.icon.code:before{content:""}html:not(.honeywell-dark-theme) i.icon.protect:before{content:""}html:not(.honeywell-dark-theme) i.icon.calendar.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.ticket:before{content:""}html:not(.honeywell-dark-theme) i.icon.external.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.bug:before{content:""}html:not(.honeywell-dark-theme) i.icon.mail.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.history:before{content:""}html:not(.honeywell-dark-theme) i.icon.options:before{content:""}html:not(.honeywell-dark-theme) i.icon.text.telephone:before{content:""}html:not(.honeywell-dark-theme) i.icon.find:before{content:""}html:not(.honeywell-dark-theme) i.icon.alarm.mute:before{content:""}html:not(.honeywell-dark-theme) i.icon.alarm.mute.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.copyright:before{content:""}html:not(.honeywell-dark-theme) i.icon.at:before{content:""}html:not(.honeywell-dark-theme) i.icon.eyedropper:before{content:""}html:not(.honeywell-dark-theme) i.icon.paint.brush:before{content:""}html:not(.honeywell-dark-theme) i.icon.heartbeat:before{content:""}html:not(.honeywell-dark-theme) i.icon.mouse.pointer:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.empty:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.start:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.half:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.end:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.full:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.pointer:before{content:""}html:not(.honeywell-dark-theme) i.icon.trademark:before{content:""}html:not(.honeywell-dark-theme) i.icon.registered:before{content:""}html:not(.honeywell-dark-theme) i.icon.creative.commons:before{content:""}html:not(.honeywell-dark-theme) i.icon.add.to.calendar:before{content:""}html:not(.honeywell-dark-theme) i.icon.remove.from.calendar:before{content:""}html:not(.honeywell-dark-theme) i.icon.delete.calendar:before{content:""}html:not(.honeywell-dark-theme) i.icon.checked.calendar:before{content:""}html:not(.honeywell-dark-theme) i.icon.industry:before{content:""}html:not(.honeywell-dark-theme) i.icon.shopping.bag:before{content:""}html:not(.honeywell-dark-theme) i.icon.shopping.basket:before{content:""}html:not(.honeywell-dark-theme) i.icon.hashtag:before{content:""}html:not(.honeywell-dark-theme) i.icon.percent:before{content:""}html:not(.honeywell-dark-theme) i.icon.handshake:before{content:""}html:not(.honeywell-dark-theme) i.icon.open.envelope:before{content:""}html:not(.honeywell-dark-theme) i.icon.open.envelope.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.address.book:before{content:""}html:not(.honeywell-dark-theme) i.icon.address.book.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.address.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.address.card.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.id.badge:before{content:""}html:not(.honeywell-dark-theme) i.icon.id.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.id.card.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.podcast:before{content:""}html:not(.honeywell-dark-theme) i.icon.window.maximize:before{content:""}html:not(.honeywell-dark-theme) i.icon.window.minimize:before{content:""}html:not(.honeywell-dark-theme) i.icon.window.restore:before{content:""}html:not(.honeywell-dark-theme) i.icon.window.close:before{content:""}html:not(.honeywell-dark-theme) i.icon.window.close.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.wait:before{content:""}html:not(.honeywell-dark-theme) i.icon.download:before{content:""}html:not(.honeywell-dark-theme) i.icon.repeat:before{content:""}html:not(.honeywell-dark-theme) i.icon.refresh:before{content:""}html:not(.honeywell-dark-theme) i.icon.lock:before{content:""}html:not(.honeywell-dark-theme) i.icon.bookmark:before{content:""}html:not(.honeywell-dark-theme) i.icon.print:before{content:""}html:not(.honeywell-dark-theme) i.icon.write:before{content:""}html:not(.honeywell-dark-theme) i.icon.adjust:before{content:""}html:not(.honeywell-dark-theme) i.icon.theme:before{content:""}html:not(.honeywell-dark-theme) i.icon.edit:before{content:""}html:not(.honeywell-dark-theme) i.icon.external.share:before{content:""}html:not(.honeywell-dark-theme) i.icon.ban:before{content:""}html:not(.honeywell-dark-theme) i.icon.mail.forward:before,html:not(.honeywell-dark-theme) i.icon.share:before{content:""}html:not(.honeywell-dark-theme) i.icon.expand:before{content:""}html:not(.honeywell-dark-theme) i.icon.compress:before{content:""}html:not(.honeywell-dark-theme) i.icon.unhide:before{content:""}html:not(.honeywell-dark-theme) i.icon.hide:before{content:""}html:not(.honeywell-dark-theme) i.icon.random:before{content:""}html:not(.honeywell-dark-theme) i.icon.retweet:before{content:""}html:not(.honeywell-dark-theme) i.icon.sign.out:before{content:""}html:not(.honeywell-dark-theme) i.icon.pin:before{content:""}html:not(.honeywell-dark-theme) i.icon.sign.in:before{content:""}html:not(.honeywell-dark-theme) i.icon.upload:before{content:""}html:not(.honeywell-dark-theme) i.icon.call:before{content:""}html:not(.honeywell-dark-theme) i.icon.remove.bookmark:before{content:""}html:not(.honeywell-dark-theme) i.icon.call.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.unlock:before{content:""}html:not(.honeywell-dark-theme) i.icon.configure:before{content:""}html:not(.honeywell-dark-theme) i.icon.filter:before{content:""}html:not(.honeywell-dark-theme) i.icon.wizard:before{content:""}html:not(.honeywell-dark-theme) i.icon.undo:before{content:""}html:not(.honeywell-dark-theme) i.icon.exchange:before{content:""}html:not(.honeywell-dark-theme) i.icon.cloud.download:before{content:""}html:not(.honeywell-dark-theme) i.icon.cloud.upload:before{content:""}html:not(.honeywell-dark-theme) i.icon.reply:before{content:""}html:not(.honeywell-dark-theme) i.icon.reply.all:before{content:""}html:not(.honeywell-dark-theme) i.icon.erase:before{content:""}html:not(.honeywell-dark-theme) i.icon.unlock.alternate:before{content:""}html:not(.honeywell-dark-theme) i.icon.write.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.share.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.archive:before{content:""}html:not(.honeywell-dark-theme) i.icon.translate:before{content:""}html:not(.honeywell-dark-theme) i.icon.recycle:before{content:""}html:not(.honeywell-dark-theme) i.icon.send:before{content:""}html:not(.honeywell-dark-theme) i.icon.send.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.share.alternate:before{content:""}html:not(.honeywell-dark-theme) i.icon.share.alternate.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.add.to.cart:before{content:""}html:not(.honeywell-dark-theme) i.icon.in.cart:before{content:""}html:not(.honeywell-dark-theme) i.icon.add.user:before{content:""}html:not(.honeywell-dark-theme) i.icon.remove.user:before{content:""}html:not(.honeywell-dark-theme) i.icon.object.group:before{content:""}html:not(.honeywell-dark-theme) i.icon.object.ungroup:before{content:""}html:not(.honeywell-dark-theme) i.icon.clone:before{content:""}html:not(.honeywell-dark-theme) i.icon.talk:before{content:""}html:not(.honeywell-dark-theme) i.icon.talk.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.help.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.info.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.warning.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.warning.sign:before{content:""}html:not(.honeywell-dark-theme) i.icon.announcement:before{content:""}html:not(.honeywell-dark-theme) i.icon.help:before{content:""}html:not(.honeywell-dark-theme) i.icon.info:before{content:""}html:not(.honeywell-dark-theme) i.icon.warning:before{content:""}html:not(.honeywell-dark-theme) i.icon.birthday:before{content:""}html:not(.honeywell-dark-theme) i.icon.help.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.user:before{content:""}html:not(.honeywell-dark-theme) i.icon.users:before{content:""}html:not(.honeywell-dark-theme) i.icon.doctor:before{content:""}html:not(.honeywell-dark-theme) i.icon.handicap:before{content:""}html:not(.honeywell-dark-theme) i.icon.student:before{content:""}html:not(.honeywell-dark-theme) i.icon.child:before{content:""}html:not(.honeywell-dark-theme) i.icon.spy:before{content:""}html:not(.honeywell-dark-theme) i.icon.user.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.user.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.user.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.female:before{content:""}html:not(.honeywell-dark-theme) i.icon.male:before{content:""}html:not(.honeywell-dark-theme) i.icon.woman:before{content:""}html:not(.honeywell-dark-theme) i.icon.man:before{content:""}html:not(.honeywell-dark-theme) i.icon.non.binary.transgender:before{content:""}html:not(.honeywell-dark-theme) i.icon.intergender:before{content:""}html:not(.honeywell-dark-theme) i.icon.transgender:before{content:""}html:not(.honeywell-dark-theme) i.icon.lesbian:before{content:""}html:not(.honeywell-dark-theme) i.icon.gay:before{content:""}html:not(.honeywell-dark-theme) i.icon.heterosexual:before{content:""}html:not(.honeywell-dark-theme) i.icon.other.gender:before{content:""}html:not(.honeywell-dark-theme) i.icon.other.gender.vertical:before{content:""}html:not(.honeywell-dark-theme) i.icon.other.gender.horizontal:before{content:""}html:not(.honeywell-dark-theme) i.icon.neuter:before{content:""}html:not(.honeywell-dark-theme) i.icon.genderless:before{content:""}html:not(.honeywell-dark-theme) i.icon.universal.access:before{content:""}html:not(.honeywell-dark-theme) i.icon.wheelchair:before{content:""}html:not(.honeywell-dark-theme) i.icon.blind:before{content:""}html:not(.honeywell-dark-theme) i.icon.audio.description:before{content:""}html:not(.honeywell-dark-theme) i.icon.volume.control.phone:before{content:""}html:not(.honeywell-dark-theme) i.icon.braille:before{content:""}html:not(.honeywell-dark-theme) i.icon.asl:before{content:""}html:not(.honeywell-dark-theme) i.icon.assistive.listening.systems:before{content:""}html:not(.honeywell-dark-theme) i.icon.deafness:before{content:""}html:not(.honeywell-dark-theme) i.icon.sign.language:before{content:""}html:not(.honeywell-dark-theme) i.icon.low.vision:before{content:""}html:not(.honeywell-dark-theme) i.icon.block.layout:before{content:""}html:not(.honeywell-dark-theme) i.icon.grid.layout:before{content:""}html:not(.honeywell-dark-theme) i.icon.list.layout:before{content:""}html:not(.honeywell-dark-theme) i.icon.zoom:before{content:""}html:not(.honeywell-dark-theme) i.icon.zoom.out:before{content:""}html:not(.honeywell-dark-theme) i.icon.resize.vertical:before{content:""}html:not(.honeywell-dark-theme) i.icon.resize.horizontal:before{content:""}html:not(.honeywell-dark-theme) i.icon.maximize:before{content:""}html:not(.honeywell-dark-theme) i.icon.crop:before{content:""}html:not(.honeywell-dark-theme) i.icon.cocktail:before{content:""}html:not(.honeywell-dark-theme) i.icon.road:before{content:""}html:not(.honeywell-dark-theme) i.icon.flag:before{content:""}html:not(.honeywell-dark-theme) i.icon.book:before{content:""}html:not(.honeywell-dark-theme) i.icon.gift:before{content:""}html:not(.honeywell-dark-theme) i.icon.leaf:before{content:""}html:not(.honeywell-dark-theme) i.icon.fire:before{content:""}html:not(.honeywell-dark-theme) i.icon.plane:before{content:""}html:not(.honeywell-dark-theme) i.icon.magnet:before{content:""}html:not(.honeywell-dark-theme) i.icon.lemon:before{content:""}html:not(.honeywell-dark-theme) i.icon.world:before{content:""}html:not(.honeywell-dark-theme) i.icon.travel:before{content:""}html:not(.honeywell-dark-theme) i.icon.shipping:before{content:""}html:not(.honeywell-dark-theme) i.icon.money:before{content:""}html:not(.honeywell-dark-theme) i.icon.legal:before{content:""}html:not(.honeywell-dark-theme) i.icon.lightning:before{content:""}html:not(.honeywell-dark-theme) i.icon.umbrella:before{content:""}html:not(.honeywell-dark-theme) i.icon.treatment:before{content:""}html:not(.honeywell-dark-theme) i.icon.suitcase:before{content:""}html:not(.honeywell-dark-theme) i.icon.bar:before{content:""}html:not(.honeywell-dark-theme) i.icon.flag.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.flag.checkered:before{content:""}html:not(.honeywell-dark-theme) i.icon.puzzle:before{content:""}html:not(.honeywell-dark-theme) i.icon.fire.extinguisher:before{content:""}html:not(.honeywell-dark-theme) i.icon.rocket:before{content:""}html:not(.honeywell-dark-theme) i.icon.anchor:before{content:""}html:not(.honeywell-dark-theme) i.icon.bullseye:before{content:""}html:not(.honeywell-dark-theme) i.icon.sun:before{content:""}html:not(.honeywell-dark-theme) i.icon.moon:before{content:""}html:not(.honeywell-dark-theme) i.icon.fax:before{content:""}html:not(.honeywell-dark-theme) i.icon.life.ring:before{content:""}html:not(.honeywell-dark-theme) i.icon.bomb:before{content:""}html:not(.honeywell-dark-theme) i.icon.soccer:before{content:""}html:not(.honeywell-dark-theme) i.icon.calculator:before{content:""}html:not(.honeywell-dark-theme) i.icon.diamond:before{content:""}html:not(.honeywell-dark-theme) i.icon.sticky.note:before{content:""}html:not(.honeywell-dark-theme) i.icon.sticky.note.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.law:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.peace:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.rock:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.paper:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.scissors:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.lizard:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.spock:before{content:""}html:not(.honeywell-dark-theme) i.icon.tv:before{content:""}html:not(.honeywell-dark-theme) i.icon.thermometer.full:before{content:""}html:not(.honeywell-dark-theme) i.icon.thermometer.three.quarters:before{content:""}html:not(.honeywell-dark-theme) i.icon.thermometer.half:before{content:""}html:not(.honeywell-dark-theme) i.icon.thermometer.quarter:before{content:""}html:not(.honeywell-dark-theme) i.icon.thermometer.empty:before{content:""}html:not(.honeywell-dark-theme) i.icon.shower:before{content:""}html:not(.honeywell-dark-theme) i.icon.bathtub:before{content:""}html:not(.honeywell-dark-theme) i.icon.snowflake:before{content:""}html:not(.honeywell-dark-theme) i.icon.crosshairs:before{content:""}html:not(.honeywell-dark-theme) i.icon.asterisk:before{content:""}html:not(.honeywell-dark-theme) i.icon.square.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.certificate:before{content:""}html:not(.honeywell-dark-theme) i.icon.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.quote.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.quote.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.spinner:before{content:""}html:not(.honeywell-dark-theme) i.icon.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.ellipsis.horizontal:before{content:""}html:not(.honeywell-dark-theme) i.icon.ellipsis.vertical:before{content:""}html:not(.honeywell-dark-theme) i.icon.cube:before{content:""}html:not(.honeywell-dark-theme) i.icon.cubes:before{content:""}html:not(.honeywell-dark-theme) i.icon.circle.notched:before{content:""}html:not(.honeywell-dark-theme) i.icon.circle.thin:before{content:""}html:not(.honeywell-dark-theme) i.icon.checkmark:before{content:""}html:not(.honeywell-dark-theme) i.icon.remove:before{content:""}html:not(.honeywell-dark-theme) i.icon.checkmark.box:before{content:""}html:not(.honeywell-dark-theme) i.icon.move:before{content:""}html:not(.honeywell-dark-theme) i.icon.add.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.minus.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.remove.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.check.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.remove.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.check.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.plus:before{content:""}html:not(.honeywell-dark-theme) i.icon.minus:before{content:""}html:not(.honeywell-dark-theme) i.icon.add.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.radio:before{content:""}html:not(.honeywell-dark-theme) i.icon.minus.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.minus.square.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.check.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.selected.radio:before{content:""}html:not(.honeywell-dark-theme) i.icon.plus.square.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.toggle.off:before{content:""}html:not(.honeywell-dark-theme) i.icon.toggle.on:before{content:""}html:not(.honeywell-dark-theme) i.icon.film:before{content:""}html:not(.honeywell-dark-theme) i.icon.sound:before{content:""}html:not(.honeywell-dark-theme) i.icon.photo:before{content:""}html:not(.honeywell-dark-theme) i.icon.bar.chart:before{content:""}html:not(.honeywell-dark-theme) i.icon.camera.retro:before{content:""}html:not(.honeywell-dark-theme) i.icon.newspaper:before{content:""}html:not(.honeywell-dark-theme) i.icon.area.chart:before{content:""}html:not(.honeywell-dark-theme) i.icon.pie.chart:before{content:""}html:not(.honeywell-dark-theme) i.icon.line.chart:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.circle.outline.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.circle.outline.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.chevron.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.chevron.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.chevron.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.chevron.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.pointing.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.pointing.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.pointing.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.pointing.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.circle.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.circle.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.circle.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.circle.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.caret.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.caret.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.caret.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.caret.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.angle.double.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.angle.double.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.angle.double.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.angle.double.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.angle.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.angle.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.angle.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.angle.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.chevron.circle.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.chevron.circle.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.chevron.circle.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.chevron.circle.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.toggle.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.toggle.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.toggle.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.long.arrow.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.long.arrow.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.long.arrow.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.long.arrow.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.circle.outline.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.circle.outline.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.toggle.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.tablet:before{content:""}html:not(.honeywell-dark-theme) i.icon.mobile:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.full:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.high:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.medium:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.low:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.empty:before{content:""}html:not(.honeywell-dark-theme) i.icon.power:before{content:""}html:not(.honeywell-dark-theme) i.icon.trash.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.disk.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.desktop:before{content:""}html:not(.honeywell-dark-theme) i.icon.laptop:before{content:""}html:not(.honeywell-dark-theme) i.icon.game:before{content:""}html:not(.honeywell-dark-theme) i.icon.keyboard:before{content:""}html:not(.honeywell-dark-theme) i.icon.plug:before{content:""}html:not(.honeywell-dark-theme) i.icon.trash:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.folder:before{content:""}html:not(.honeywell-dark-theme) i.icon.folder.open:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.text.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.folder.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.folder.open.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.level.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.level.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.file:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.text:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.pdf.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.word.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.excel.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.powerpoint.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.image.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.archive.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.audio.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.video.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.file.code.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.qrcode:before{content:""}html:not(.honeywell-dark-theme) i.icon.barcode:before{content:""}html:not(.honeywell-dark-theme) i.icon.rss:before{content:""}html:not(.honeywell-dark-theme) i.icon.fork:before{content:""}html:not(.honeywell-dark-theme) i.icon.html5:before{content:""}html:not(.honeywell-dark-theme) i.icon.css3:before{content:""}html:not(.honeywell-dark-theme) i.icon.rss.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.openid:before{content:""}html:not(.honeywell-dark-theme) i.icon.database:before{content:""}html:not(.honeywell-dark-theme) i.icon.wifi:before{content:""}html:not(.honeywell-dark-theme) i.icon.server:before{content:""}html:not(.honeywell-dark-theme) i.icon.usb:before{content:""}html:not(.honeywell-dark-theme) i.icon.bluetooth:before{content:""}html:not(.honeywell-dark-theme) i.icon.bluetooth.alternative:before{content:""}html:not(.honeywell-dark-theme) i.icon.microchip:before{content:""}html:not(.honeywell-dark-theme) i.icon.heart:before{content:""}html:not(.honeywell-dark-theme) i.icon.star:before{content:""}html:not(.honeywell-dark-theme) i.icon.empty.star:before{content:""}html:not(.honeywell-dark-theme) i.icon.thumbs.outline.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.thumbs.outline.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.star.half:before{content:""}html:not(.honeywell-dark-theme) i.icon.empty.heart:before{content:""}html:not(.honeywell-dark-theme) i.icon.smile:before{content:""}html:not(.honeywell-dark-theme) i.icon.frown:before{content:""}html:not(.honeywell-dark-theme) i.icon.meh:before{content:""}html:not(.honeywell-dark-theme) i.icon.star.half.empty:before{content:""}html:not(.honeywell-dark-theme) i.icon.thumbs.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.thumbs.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.music:before{content:""}html:not(.honeywell-dark-theme) i.icon.video.play.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.volume.off:before{content:""}html:not(.honeywell-dark-theme) i.icon.volume.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.volume.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.record:before{content:""}html:not(.honeywell-dark-theme) i.icon.step.backward:before{content:""}html:not(.honeywell-dark-theme) i.icon.fast.backward:before{content:""}html:not(.honeywell-dark-theme) i.icon.backward:before{content:""}html:not(.honeywell-dark-theme) i.icon.play:before{content:""}html:not(.honeywell-dark-theme) i.icon.pause:before{content:""}html:not(.honeywell-dark-theme) i.icon.stop:before{content:""}html:not(.honeywell-dark-theme) i.icon.forward:before{content:""}html:not(.honeywell-dark-theme) i.icon.fast.forward:before{content:""}html:not(.honeywell-dark-theme) i.icon.step.forward:before{content:""}html:not(.honeywell-dark-theme) i.icon.eject:before{content:""}html:not(.honeywell-dark-theme) i.icon.unmute:before{content:""}html:not(.honeywell-dark-theme) i.icon.mute:before{content:""}html:not(.honeywell-dark-theme) i.icon.video.play:before{content:""}html:not(.honeywell-dark-theme) i.icon.closed.captioning:before{content:""}html:not(.honeywell-dark-theme) i.icon.pause.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.pause.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.stop.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.stop.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.marker:before{content:""}html:not(.honeywell-dark-theme) i.icon.coffee:before{content:""}html:not(.honeywell-dark-theme) i.icon.food:before{content:""}html:not(.honeywell-dark-theme) i.icon.building.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.hospital:before{content:""}html:not(.honeywell-dark-theme) i.icon.emergency:before{content:""}html:not(.honeywell-dark-theme) i.icon.first.aid:before{content:""}html:not(.honeywell-dark-theme) i.icon.military:before{content:""}html:not(.honeywell-dark-theme) i.icon.h:before{content:""}html:not(.honeywell-dark-theme) i.icon.location.arrow:before{content:""}html:not(.honeywell-dark-theme) i.icon.compass:before{content:""}html:not(.honeywell-dark-theme) i.icon.space.shuttle:before{content:""}html:not(.honeywell-dark-theme) i.icon.university:before{content:""}html:not(.honeywell-dark-theme) i.icon.building:before{content:""}html:not(.honeywell-dark-theme) i.icon.paw:before{content:""}html:not(.honeywell-dark-theme) i.icon.spoon:before{content:""}html:not(.honeywell-dark-theme) i.icon.car:before{content:""}html:not(.honeywell-dark-theme) i.icon.taxi:before{content:""}html:not(.honeywell-dark-theme) i.icon.tree:before{content:""}html:not(.honeywell-dark-theme) i.icon.bicycle:before{content:""}html:not(.honeywell-dark-theme) i.icon.bus:before{content:""}html:not(.honeywell-dark-theme) i.icon.ship:before{content:""}html:not(.honeywell-dark-theme) i.icon.motorcycle:before{content:""}html:not(.honeywell-dark-theme) i.icon.street.view:before{content:""}html:not(.honeywell-dark-theme) i.icon.hotel:before{content:""}html:not(.honeywell-dark-theme) i.icon.train:before{content:""}html:not(.honeywell-dark-theme) i.icon.subway:before{content:""}html:not(.honeywell-dark-theme) i.icon.map.pin:before{content:""}html:not(.honeywell-dark-theme) i.icon.map.signs:before{content:""}html:not(.honeywell-dark-theme) i.icon.map.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.map:before{content:""}html:not(.honeywell-dark-theme) i.icon.table:before{content:""}html:not(.honeywell-dark-theme) i.icon.columns:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort.descending:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort.ascending:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort.alphabet.ascending:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort.alphabet.descending:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort.content.ascending:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort.content.descending:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort.numeric.ascending:before{content:""}html:not(.honeywell-dark-theme) i.icon.sort.numeric.descending:before{content:""}html:not(.honeywell-dark-theme) i.icon.font:before{content:""}html:not(.honeywell-dark-theme) i.icon.bold:before{content:""}html:not(.honeywell-dark-theme) i.icon.italic:before{content:""}html:not(.honeywell-dark-theme) i.icon.text.height:before{content:""}html:not(.honeywell-dark-theme) i.icon.text.width:before{content:""}html:not(.honeywell-dark-theme) i.icon.align.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.align.center:before{content:""}html:not(.honeywell-dark-theme) i.icon.align.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.align.justify:before{content:""}html:not(.honeywell-dark-theme) i.icon.list:before{content:""}html:not(.honeywell-dark-theme) i.icon.outdent:before{content:""}html:not(.honeywell-dark-theme) i.icon.indent:before{content:""}html:not(.honeywell-dark-theme) i.icon.cut:before{content:""}html:not(.honeywell-dark-theme) i.icon.copy:before{content:""}html:not(.honeywell-dark-theme) i.icon.attach:before{content:""}html:not(.honeywell-dark-theme) i.icon.save:before{content:""}html:not(.honeywell-dark-theme) i.icon.content:before{content:""}html:not(.honeywell-dark-theme) i.icon.unordered.list:before{content:""}html:not(.honeywell-dark-theme) i.icon.ordered.list:before{content:""}html:not(.honeywell-dark-theme) i.icon.strikethrough:before{content:""}html:not(.honeywell-dark-theme) i.icon.underline:before{content:""}html:not(.honeywell-dark-theme) i.icon.paste:before{content:""}html:not(.honeywell-dark-theme) i.icon.unlinkify:before{content:""}html:not(.honeywell-dark-theme) i.icon.superscript:before{content:""}html:not(.honeywell-dark-theme) i.icon.subscript:before{content:""}html:not(.honeywell-dark-theme) i.icon.header:before{content:""}html:not(.honeywell-dark-theme) i.icon.paragraph:before{content:""}html:not(.honeywell-dark-theme) i.icon.text.cursor:before{content:""}html:not(.honeywell-dark-theme) i.icon.euro:before{content:""}html:not(.honeywell-dark-theme) i.icon.pound:before{content:""}html:not(.honeywell-dark-theme) i.icon.dollar:before{content:""}html:not(.honeywell-dark-theme) i.icon.rupee:before{content:""}html:not(.honeywell-dark-theme) i.icon.yen:before{content:""}html:not(.honeywell-dark-theme) i.icon.ruble:before{content:""}html:not(.honeywell-dark-theme) i.icon.won:before{content:""}html:not(.honeywell-dark-theme) i.icon.bitcoin:before{content:""}html:not(.honeywell-dark-theme) i.icon.lira:before{content:""}html:not(.honeywell-dark-theme) i.icon.shekel:before{content:""}html:not(.honeywell-dark-theme) i.icon.paypal:before{content:""}html:not(.honeywell-dark-theme) i.icon.google.wallet:before{content:""}html:not(.honeywell-dark-theme) i.icon.visa:before{content:""}html:not(.honeywell-dark-theme) i.icon.mastercard:before{content:""}html:not(.honeywell-dark-theme) i.icon.discover:before{content:""}html:not(.honeywell-dark-theme) i.icon.american.express:before{content:""}html:not(.honeywell-dark-theme) i.icon.paypal.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.stripe:before{content:""}html:not(.honeywell-dark-theme) i.icon.japan.credit.bureau:before{content:""}html:not(.honeywell-dark-theme) i.icon.diners.club:before{content:""}html:not(.honeywell-dark-theme) i.icon.credit.card.alternative:before{content:""}html:not(.honeywell-dark-theme) i.icon.twitter.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.facebook.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.linkedin.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.github.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.twitter:before{content:""}html:not(.honeywell-dark-theme) i.icon.facebook.f:before{content:""}html:not(.honeywell-dark-theme) i.icon.github:before{content:""}html:not(.honeywell-dark-theme) i.icon.pinterest:before{content:""}html:not(.honeywell-dark-theme) i.icon.pinterest.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.google.plus.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.google.plus:before{content:""}html:not(.honeywell-dark-theme) i.icon.linkedin:before{content:""}html:not(.honeywell-dark-theme) i.icon.github.alternate:before{content:""}html:not(.honeywell-dark-theme) i.icon.maxcdn:before{content:""}html:not(.honeywell-dark-theme) i.icon.youtube.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.youtube:before{content:""}html:not(.honeywell-dark-theme) i.icon.xing:before{content:""}html:not(.honeywell-dark-theme) i.icon.xing.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.youtube.play:before{content:""}html:not(.honeywell-dark-theme) i.icon.dropbox:before{content:""}html:not(.honeywell-dark-theme) i.icon.stack.overflow:before{content:""}html:not(.honeywell-dark-theme) i.icon.instagram:before{content:""}html:not(.honeywell-dark-theme) i.icon.flickr:before{content:""}html:not(.honeywell-dark-theme) i.icon.adn:before{content:""}html:not(.honeywell-dark-theme) i.icon.bitbucket:before{content:""}html:not(.honeywell-dark-theme) i.icon.bitbucket.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.tumblr:before{content:""}html:not(.honeywell-dark-theme) i.icon.tumblr.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.apple:before{content:""}html:not(.honeywell-dark-theme) i.icon.windows:before{content:""}html:not(.honeywell-dark-theme) i.icon.android:before{content:""}html:not(.honeywell-dark-theme) i.icon.linux:before{content:""}html:not(.honeywell-dark-theme) i.icon.dribble:before{content:""}html:not(.honeywell-dark-theme) i.icon.skype:before{content:""}html:not(.honeywell-dark-theme) i.icon.foursquare:before{content:""}html:not(.honeywell-dark-theme) i.icon.trello:before{content:""}html:not(.honeywell-dark-theme) i.icon.gittip:before{content:""}html:not(.honeywell-dark-theme) i.icon.vk:before{content:""}html:not(.honeywell-dark-theme) i.icon.weibo:before{content:""}html:not(.honeywell-dark-theme) i.icon.renren:before{content:""}html:not(.honeywell-dark-theme) i.icon.pagelines:before{content:""}html:not(.honeywell-dark-theme) i.icon.stack.exchange:before{content:""}html:not(.honeywell-dark-theme) i.icon.vimeo.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.slack:before{content:""}html:not(.honeywell-dark-theme) i.icon.wordpress:before{content:""}html:not(.honeywell-dark-theme) i.icon.yahoo:before{content:""}html:not(.honeywell-dark-theme) i.icon.google:before{content:""}html:not(.honeywell-dark-theme) i.icon.reddit:before{content:""}html:not(.honeywell-dark-theme) i.icon.reddit.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.stumbleupon.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.stumbleupon:before{content:""}html:not(.honeywell-dark-theme) i.icon.delicious:before{content:""}html:not(.honeywell-dark-theme) i.icon.digg:before{content:""}html:not(.honeywell-dark-theme) i.icon.pied.piper:before{content:""}html:not(.honeywell-dark-theme) i.icon.pied.piper.alternate:before{content:""}html:not(.honeywell-dark-theme) i.icon.drupal:before{content:""}html:not(.honeywell-dark-theme) i.icon.joomla:before{content:""}html:not(.honeywell-dark-theme) i.icon.behance:before{content:""}html:not(.honeywell-dark-theme) i.icon.behance.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.steam:before{content:""}html:not(.honeywell-dark-theme) i.icon.steam.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.spotify:before{content:""}html:not(.honeywell-dark-theme) i.icon.deviantart:before{content:""}html:not(.honeywell-dark-theme) i.icon.soundcloud:before{content:""}html:not(.honeywell-dark-theme) i.icon.vine:before{content:""}html:not(.honeywell-dark-theme) i.icon.codepen:before{content:""}html:not(.honeywell-dark-theme) i.icon.jsfiddle:before{content:""}html:not(.honeywell-dark-theme) i.icon.rebel:before{content:""}html:not(.honeywell-dark-theme) i.icon.empire:before{content:""}html:not(.honeywell-dark-theme) i.icon.git.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.git:before{content:""}html:not(.honeywell-dark-theme) i.icon.hacker.news:before{content:""}html:not(.honeywell-dark-theme) i.icon.tencent.weibo:before{content:""}html:not(.honeywell-dark-theme) i.icon.qq:before{content:""}html:not(.honeywell-dark-theme) i.icon.wechat:before{content:""}html:not(.honeywell-dark-theme) i.icon.slideshare:before{content:""}html:not(.honeywell-dark-theme) i.icon.twitch:before{content:""}html:not(.honeywell-dark-theme) i.icon.yelp:before{content:""}html:not(.honeywell-dark-theme) i.icon.lastfm:before{content:""}html:not(.honeywell-dark-theme) i.icon.lastfm.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.ioxhost:before{content:""}html:not(.honeywell-dark-theme) i.icon.angellist:before{content:""}html:not(.honeywell-dark-theme) i.icon.meanpath:before{content:""}html:not(.honeywell-dark-theme) i.icon.buysellads:before{content:""}html:not(.honeywell-dark-theme) i.icon.connectdevelop:before{content:""}html:not(.honeywell-dark-theme) i.icon.dashcube:before{content:""}html:not(.honeywell-dark-theme) i.icon.forumbee:before{content:""}html:not(.honeywell-dark-theme) i.icon.leanpub:before{content:""}html:not(.honeywell-dark-theme) i.icon.sellsy:before{content:""}html:not(.honeywell-dark-theme) i.icon.shirtsinbulk:before{content:""}html:not(.honeywell-dark-theme) i.icon.simplybuilt:before{content:""}html:not(.honeywell-dark-theme) i.icon.skyatlas:before{content:""}html:not(.honeywell-dark-theme) i.icon.facebook:before{content:""}html:not(.honeywell-dark-theme) i.icon.pinterest:before{content:""}html:not(.honeywell-dark-theme) i.icon.whatsapp:before{content:""}html:not(.honeywell-dark-theme) i.icon.viacoin:before{content:""}html:not(.honeywell-dark-theme) i.icon.medium:before{content:""}html:not(.honeywell-dark-theme) i.icon.y.combinator:before{content:""}html:not(.honeywell-dark-theme) i.icon.optinmonster:before{content:""}html:not(.honeywell-dark-theme) i.icon.opencart:before{content:""}html:not(.honeywell-dark-theme) i.icon.expeditedssl:before{content:""}html:not(.honeywell-dark-theme) i.icon.gg:before{content:""}html:not(.honeywell-dark-theme) i.icon.gg.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.tripadvisor:before{content:""}html:not(.honeywell-dark-theme) i.icon.odnoklassniki:before{content:""}html:not(.honeywell-dark-theme) i.icon.odnoklassniki.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.pocket:before{content:""}html:not(.honeywell-dark-theme) i.icon.wikipedia:before{content:""}html:not(.honeywell-dark-theme) i.icon.safari:before{content:""}html:not(.honeywell-dark-theme) i.icon.chrome:before{content:""}html:not(.honeywell-dark-theme) i.icon.firefox:before{content:""}html:not(.honeywell-dark-theme) i.icon.opera:before{content:""}html:not(.honeywell-dark-theme) i.icon.internet.explorer:before{content:""}html:not(.honeywell-dark-theme) i.icon.contao:before{content:""}html:not(.honeywell-dark-theme) i.icon.\35 00px:before{content:""}html:not(.honeywell-dark-theme) i.icon.amazon:before{content:""}html:not(.honeywell-dark-theme) i.icon.houzz:before{content:""}html:not(.honeywell-dark-theme) i.icon.vimeo:before{content:""}html:not(.honeywell-dark-theme) i.icon.black.tie:before{content:""}html:not(.honeywell-dark-theme) i.icon.fonticons:before{content:""}html:not(.honeywell-dark-theme) i.icon.reddit.alien:before{content:""}html:not(.honeywell-dark-theme) i.icon.microsoft.edge:before{content:""}html:not(.honeywell-dark-theme) i.icon.codiepie:before{content:""}html:not(.honeywell-dark-theme) i.icon.modx:before{content:""}html:not(.honeywell-dark-theme) i.icon.fort.awesome:before{content:""}html:not(.honeywell-dark-theme) i.icon.product.hunt:before{content:""}html:not(.honeywell-dark-theme) i.icon.mixcloud:before{content:""}html:not(.honeywell-dark-theme) i.icon.scribd:before{content:""}html:not(.honeywell-dark-theme) i.icon.gitlab:before{content:""}html:not(.honeywell-dark-theme) i.icon.wpbeginner:before{content:""}html:not(.honeywell-dark-theme) i.icon.wpforms:before{content:""}html:not(.honeywell-dark-theme) i.icon.envira.gallery:before{content:""}html:not(.honeywell-dark-theme) i.icon.glide:before{content:""}html:not(.honeywell-dark-theme) i.icon.glide.g:before{content:""}html:not(.honeywell-dark-theme) i.icon.viadeo:before{content:""}html:not(.honeywell-dark-theme) i.icon.viadeo.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.snapchat:before{content:""}html:not(.honeywell-dark-theme) i.icon.snapchat.ghost:before{content:""}html:not(.honeywell-dark-theme) i.icon.snapchat.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.pied.piper.hat:before{content:""}html:not(.honeywell-dark-theme) i.icon.first.order:before{content:""}html:not(.honeywell-dark-theme) i.icon.yoast:before{content:""}html:not(.honeywell-dark-theme) i.icon.themeisle:before{content:""}html:not(.honeywell-dark-theme) i.icon.google.plus.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.font.awesome:before{content:""}html:not(.honeywell-dark-theme) i.icon.linode:before{content:""}html:not(.honeywell-dark-theme) i.icon.quora:before{content:""}html:not(.honeywell-dark-theme) i.icon.free.code.camp:before{content:""}html:not(.honeywell-dark-theme) i.icon.telegram:before{content:""}html:not(.honeywell-dark-theme) i.icon.bandcamp:before{content:""}html:not(.honeywell-dark-theme) i.icon.grav:before{content:""}html:not(.honeywell-dark-theme) i.icon.etsy:before{content:""}html:not(.honeywell-dark-theme) i.icon.imdb:before{content:""}html:not(.honeywell-dark-theme) i.icon.ravelry:before{content:""}html:not(.honeywell-dark-theme) i.icon.eercast:before{content:""}html:not(.honeywell-dark-theme) i.icon.superpowers:before{content:""}html:not(.honeywell-dark-theme) i.icon.wpexplorer:before{content:""}html:not(.honeywell-dark-theme) i.icon.meetup:before{content:""}html:not(.honeywell-dark-theme) i.icon.like:before{content:""}html:not(.honeywell-dark-theme) i.icon.favorite:before{content:""}html:not(.honeywell-dark-theme) i.icon.video:before{content:""}html:not(.honeywell-dark-theme) i.icon.check:before{content:""}html:not(.honeywell-dark-theme) i.icon.cancel:before,html:not(.honeywell-dark-theme) i.icon.close:before,html:not(.honeywell-dark-theme) i.icon.delete:before,html:not(.honeywell-dark-theme) i.icon.x:before{content:""}html:not(.honeywell-dark-theme) i.icon.magnify:before,html:not(.honeywell-dark-theme) i.icon.zoom.in:before{content:""}html:not(.honeywell-dark-theme) i.icon.shutdown:before{content:""}html:not(.honeywell-dark-theme) i.icon.clock:before,html:not(.honeywell-dark-theme) i.icon.time:before{content:""}html:not(.honeywell-dark-theme) i.icon.play.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.headphone:before{content:""}html:not(.honeywell-dark-theme) i.icon.camera:before{content:""}html:not(.honeywell-dark-theme) i.icon.video.camera:before{content:""}html:not(.honeywell-dark-theme) i.icon.picture:before{content:""}html:not(.honeywell-dark-theme) i.icon.compose:before,html:not(.honeywell-dark-theme) i.icon.pencil:before{content:""}html:not(.honeywell-dark-theme) i.icon.point:before{content:""}html:not(.honeywell-dark-theme) i.icon.tint:before{content:""}html:not(.honeywell-dark-theme) i.icon.signup:before{content:""}html:not(.honeywell-dark-theme) i.icon.plus.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.question.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.dont:before{content:""}html:not(.honeywell-dark-theme) i.icon.minimize:before{content:""}html:not(.honeywell-dark-theme) i.icon.add:before{content:""}html:not(.honeywell-dark-theme) i.icon.attention:before,html:not(.honeywell-dark-theme) i.icon.exclamation.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.eye:before{content:""}html:not(.honeywell-dark-theme) i.icon.exclamation.triangle:before{content:""}html:not(.honeywell-dark-theme) i.icon.shuffle:before{content:""}html:not(.honeywell-dark-theme) i.icon.chat:before{content:""}html:not(.honeywell-dark-theme) i.icon.cart:before,html:not(.honeywell-dark-theme) i.icon.shopping.cart:before{content:""}html:not(.honeywell-dark-theme) i.icon.bar.graph:before{content:""}html:not(.honeywell-dark-theme) i.icon.key:before{content:""}html:not(.honeywell-dark-theme) i.icon.cogs:before{content:""}html:not(.honeywell-dark-theme) i.icon.discussions:before{content:""}html:not(.honeywell-dark-theme) i.icon.like.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.dislike.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.heart.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.log.out:before{content:""}html:not(.honeywell-dark-theme) i.icon.thumb.tack:before{content:""}html:not(.honeywell-dark-theme) i.icon.winner:before{content:""}html:not(.honeywell-dark-theme) i.icon.phone:before{content:""}html:not(.honeywell-dark-theme) i.icon.bookmark.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.phone.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.credit.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.hdd.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.bullhorn:before{content:""}html:not(.honeywell-dark-theme) i.icon.bell.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.outline.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.outline.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.outline.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.outline.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.globe:before{content:""}html:not(.honeywell-dark-theme) i.icon.wrench:before{content:""}html:not(.honeywell-dark-theme) i.icon.briefcase:before{content:""}html:not(.honeywell-dark-theme) i.icon.group:before{content:""}html:not(.honeywell-dark-theme) i.icon.chain:before,html:not(.honeywell-dark-theme) i.icon.linkify:before{content:""}html:not(.honeywell-dark-theme) i.icon.flask:before{content:""}html:not(.honeywell-dark-theme) i.icon.bars:before,html:not(.honeywell-dark-theme) i.icon.sidebar:before{content:""}html:not(.honeywell-dark-theme) i.icon.list.ul:before{content:""}html:not(.honeywell-dark-theme) i.icon.list.ol:before,html:not(.honeywell-dark-theme) i.icon.numbered.list:before{content:""}html:not(.honeywell-dark-theme) i.icon.magic:before{content:""}html:not(.honeywell-dark-theme) i.icon.truck:before{content:""}html:not(.honeywell-dark-theme) i.icon.currency:before{content:""}html:not(.honeywell-dark-theme) i.icon.dropdown:before,html:not(.honeywell-dark-theme) i.icon.triangle.down:before{content:""}html:not(.honeywell-dark-theme) i.icon.triangle.up:before{content:""}html:not(.honeywell-dark-theme) i.icon.triangle.left:before{content:""}html:not(.honeywell-dark-theme) i.icon.triangle.right:before{content:""}html:not(.honeywell-dark-theme) i.icon.envelope:before{content:""}html:not(.honeywell-dark-theme) i.icon.conversation:before{content:""}html:not(.honeywell-dark-theme) i.icon.rain:before{content:""}html:not(.honeywell-dark-theme) i.icon.clipboard:before{content:""}html:not(.honeywell-dark-theme) i.icon.lightbulb:before{content:""}html:not(.honeywell-dark-theme) i.icon.bell:before{content:""}html:not(.honeywell-dark-theme) i.icon.ambulance:before{content:""}html:not(.honeywell-dark-theme) i.icon.medkit:before{content:""}html:not(.honeywell-dark-theme) i.icon.fighter.jet:before{content:""}html:not(.honeywell-dark-theme) i.icon.beer:before{content:""}html:not(.honeywell-dark-theme) i.icon.plus.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.computer:before{content:""}html:not(.honeywell-dark-theme) i.icon.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.gamepad:before{content:""}html:not(.honeywell-dark-theme) i.icon.star.half.full:before{content:""}html:not(.honeywell-dark-theme) i.icon.broken.chain:before{content:""}html:not(.honeywell-dark-theme) i.icon.question:before{content:""}html:not(.honeywell-dark-theme) i.icon.exclamation:before{content:""}html:not(.honeywell-dark-theme) i.icon.eraser:before{content:""}html:not(.honeywell-dark-theme) i.icon.microphone:before{content:""}html:not(.honeywell-dark-theme) i.icon.microphone.slash:before{content:""}html:not(.honeywell-dark-theme) i.icon.shield:before{content:""}html:not(.honeywell-dark-theme) i.icon.target:before{content:""}html:not(.honeywell-dark-theme) i.icon.play.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.pencil.square:before{content:""}html:not(.honeywell-dark-theme) i.icon.eur:before{content:""}html:not(.honeywell-dark-theme) i.icon.gbp:before{content:""}html:not(.honeywell-dark-theme) i.icon.usd:before{content:""}html:not(.honeywell-dark-theme) i.icon.inr:before{content:""}html:not(.honeywell-dark-theme) i.icon.cny:before,html:not(.honeywell-dark-theme) i.icon.jpy:before,html:not(.honeywell-dark-theme) i.icon.rmb:before{content:""}html:not(.honeywell-dark-theme) i.icon.rouble:before,html:not(.honeywell-dark-theme) i.icon.rub:before{content:""}html:not(.honeywell-dark-theme) i.icon.krw:before{content:""}html:not(.honeywell-dark-theme) i.icon.btc:before{content:""}html:not(.honeywell-dark-theme) i.icon.gratipay:before{content:""}html:not(.honeywell-dark-theme) i.icon.zip:before{content:""}html:not(.honeywell-dark-theme) i.icon.dot.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.try:before{content:""}html:not(.honeywell-dark-theme) i.icon.graduation:before{content:""}html:not(.honeywell-dark-theme) i.icon.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.sliders:before{content:""}html:not(.honeywell-dark-theme) i.icon.weixin:before{content:""}html:not(.honeywell-dark-theme) i.icon.teletype:before,html:not(.honeywell-dark-theme) i.icon.tty:before{content:""}html:not(.honeywell-dark-theme) i.icon.binoculars:before{content:""}html:not(.honeywell-dark-theme) i.icon.power.cord:before{content:""}html:not(.honeywell-dark-theme) i.icon.wi-fi:before{content:""}html:not(.honeywell-dark-theme) i.icon.visa.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.mastercard.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.discover.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.american.express.card:before,html:not(.honeywell-dark-theme) i.icon.amex:before{content:""}html:not(.honeywell-dark-theme) i.icon.stripe.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.bell.slash:before{content:""}html:not(.honeywell-dark-theme) i.icon.bell.slash.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.area.graph:before{content:""}html:not(.honeywell-dark-theme) i.icon.pie.graph:before{content:""}html:not(.honeywell-dark-theme) i.icon.line.graph:before{content:""}html:not(.honeywell-dark-theme) i.icon.cc:before{content:""}html:not(.honeywell-dark-theme) i.icon.ils:before,html:not(.honeywell-dark-theme) i.icon.sheqel:before{content:""}html:not(.honeywell-dark-theme) i.icon.plus.cart:before{content:""}html:not(.honeywell-dark-theme) i.icon.arrow.down.cart:before{content:""}html:not(.honeywell-dark-theme) i.icon.detective:before{content:""}html:not(.honeywell-dark-theme) i.icon.venus:before{content:""}html:not(.honeywell-dark-theme) i.icon.mars:before{content:""}html:not(.honeywell-dark-theme) i.icon.mercury:before{content:""}html:not(.honeywell-dark-theme) i.icon.intersex:before{content:""}html:not(.honeywell-dark-theme) i.icon.female.homosexual:before,html:not(.honeywell-dark-theme) i.icon.venus.double:before{content:""}html:not(.honeywell-dark-theme) i.icon.male.homosexual:before,html:not(.honeywell-dark-theme) i.icon.mars.double:before{content:""}html:not(.honeywell-dark-theme) i.icon.venus.mars:before{content:""}html:not(.honeywell-dark-theme) i.icon.mars.alternate:before,html:not(.honeywell-dark-theme) i.icon.mars.stroke:before{content:""}html:not(.honeywell-dark-theme) i.icon.mars.stroke.vertical:before,html:not(.honeywell-dark-theme) i.icon.mars.vertical:before{content:""}html:not(.honeywell-dark-theme) i.icon.mars.horizontal:before,html:not(.honeywell-dark-theme) i.icon.mars.stroke.horizontal:before{content:""}html:not(.honeywell-dark-theme) i.icon.asexual:before{content:""}html:not(.honeywell-dark-theme) i.icon.facebook.official:before{content:""}html:not(.honeywell-dark-theme) i.icon.user.plus:before{content:""}html:not(.honeywell-dark-theme) i.icon.user.cancel:before,html:not(.honeywell-dark-theme) i.icon.user.close:before,html:not(.honeywell-dark-theme) i.icon.user.delete:before,html:not(.honeywell-dark-theme) i.icon.user.times:before,html:not(.honeywell-dark-theme) i.icon.user.x:before{content:""}html:not(.honeywell-dark-theme) i.icon.bed:before{content:""}html:not(.honeywell-dark-theme) i.icon.yc:before,html:not(.honeywell-dark-theme) i.icon.ycombinator:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.four:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.three.quarters:before,html:not(.honeywell-dark-theme) i.icon.battery.three:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.half:before,html:not(.honeywell-dark-theme) i.icon.battery.two:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.one:before,html:not(.honeywell-dark-theme) i.icon.battery.quarter:before{content:""}html:not(.honeywell-dark-theme) i.icon.battery.zero:before{content:""}html:not(.honeywell-dark-theme) i.icon.i.cursor:before{content:""}html:not(.honeywell-dark-theme) i.icon.japan.credit.bureau.card:before,html:not(.honeywell-dark-theme) i.icon.jcb:before{content:""}html:not(.honeywell-dark-theme) i.icon.diners.club.card:before{content:""}html:not(.honeywell-dark-theme) i.icon.balance:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.outline:before,html:not(.honeywell-dark-theme) i.icon.hourglass.zero:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.one:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.two:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.three:before{content:""}html:not(.honeywell-dark-theme) i.icon.hourglass.four:before{content:""}html:not(.honeywell-dark-theme) i.icon.grab:before{content:""}html:not(.honeywell-dark-theme) i.icon.hand.victory:before{content:""}html:not(.honeywell-dark-theme) i.icon.tm:before{content:""}html:not(.honeywell-dark-theme) i.icon.r.circle:before{content:""}html:not(.honeywell-dark-theme) i.icon.television:before{content:""}html:not(.honeywell-dark-theme) i.icon.five.hundred.pixels:before{content:""}html:not(.honeywell-dark-theme) i.icon.calendar.plus:before{content:""}html:not(.honeywell-dark-theme) i.icon.calendar.minus:before{content:""}html:not(.honeywell-dark-theme) i.icon.calendar.times:before{content:""}html:not(.honeywell-dark-theme) i.icon.calendar.check:before{content:""}html:not(.honeywell-dark-theme) i.icon.factory:before{content:""}html:not(.honeywell-dark-theme) i.icon.commenting:before{content:""}html:not(.honeywell-dark-theme) i.icon.commenting.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.edge:before,html:not(.honeywell-dark-theme) i.icon.ms.edge:before{content:""}html:not(.honeywell-dark-theme) i.icon.wordpress.beginner:before{content:""}html:not(.honeywell-dark-theme) i.icon.wordpress.forms:before{content:""}html:not(.honeywell-dark-theme) i.icon.envira:before{content:""}html:not(.honeywell-dark-theme) i.icon.question.circle.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.ald:before,html:not(.honeywell-dark-theme) i.icon.als:before,html:not(.honeywell-dark-theme) i.icon.assistive.listening.devices:before{content:""}html:not(.honeywell-dark-theme) i.icon.asl.interpreting:before{content:""}html:not(.honeywell-dark-theme) i.icon.deaf:before{content:""}html:not(.honeywell-dark-theme) i.icon.american.sign.language.interpreting:before{content:""}html:not(.honeywell-dark-theme) i.icon.hard.of.hearing:before{content:""}html:not(.honeywell-dark-theme) i.icon.signing:before{content:""}html:not(.honeywell-dark-theme) i.icon.new.pied.piper:before{content:""}html:not(.honeywell-dark-theme) i.icon.theme.isle:before{content:""}html:not(.honeywell-dark-theme) i.icon.google.plus.official:before{content:""}html:not(.honeywell-dark-theme) i.icon.fa:before{content:""}html:not(.honeywell-dark-theme) i.icon.vcard:before{content:""}html:not(.honeywell-dark-theme) i.icon.vcard.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.drivers.license:before{content:""}html:not(.honeywell-dark-theme) i.icon.drivers.license.outline:before{content:""}html:not(.honeywell-dark-theme) i.icon.thermometer:before{content:""}html:not(.honeywell-dark-theme) i.icon.bath:before,html:not(.honeywell-dark-theme) i.icon.s15:before{content:""}html:not(.honeywell-dark-theme) i.icon.times.rectangle:before{content:""}html:not(.honeywell-dark-theme) i.icon.times.rectangle.outline:before{content:""}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .total-count{color:#303030;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;padding-left:.5rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center;width:100%;height:100%;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar.no-search,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar.no-search{-webkit-justify-content:flex-end;justify-content:flex-end}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .menu-items,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .menu-items,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .totals{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;height:100%}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item{padding:0 .5rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item .btn-icon,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item .btn-icon,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item .btn-icon,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item .btn-icon{font-size:1rem;padding-left:0!important;padding-right:.25rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item.disabled,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item.disabled,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item.disabled,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item.disabled{cursor:not-allowed;color:#a0a0a0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item{color:#303030}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item:not(.disabled),html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item:not(.disabled){cursor:pointer}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .header-bar-item:not(.disabled):hover,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item:not(.disabled):hover{background:#f0f0f0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item:not(.disabled),html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item:not(.disabled){cursor:pointer}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .action-bar-item:not(.disabled):hover,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .action-bar-item:not(.disabled):hover{background:#10659f}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar{background:#1274b7;color:#fff;padding-left:1rem;padding-right:1rem;font-size:medium}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .close-btn{cursor:pointer;display:block;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;margin-left:1rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .close-btn .close-btn-icon{padding-left:0!important;padding-right:0!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals .selected-value,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals .total-value{display:inline-block}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals .total-value{padding-right:.5rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .totals .selected-value{padding-left:.5rem;margin-right:.5rem;border-left:1px solid #fff}@keyframes load{0%{background-color:#606060;opacity:1}50%{background-color:#303030;opacity:.6}to{background-color:#606060;opacity:1}}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead{background-clip:padding-box;background:#fff;border:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr{background:#fff;background-clip:padding-box}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th{text-align:left;word-wrap:break-word;white-space:pre-wrap;border-style:solid;border-color:#d0d0d0;background:transparent;background-clip:padding-box}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:not(:first-child){border-left:.0625rem solid transparent!important}}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-sortable-column:hover{box-shadow:inset -.0625rem 0 0 #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-sortable-column:not(:hover):focus{outline:none!important;box-shadow:none!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-unselectable-text:not(:last-child),html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:not(:last-child){border-right:.0625rem solid transparent}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:first-child.p-resizable-column:hover,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:first-child.p-sortable-column:hover{border-color:#d0d0d0;box-shadow:inset 0 0 0 -1rem #d0d0d0,inset .0625rem 0 0 -1rem #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-resizable-column:not(:first-child):not(:last-child):hover,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-sortable-column:not(:first-child):not(:last-child):hover{background:#fff;box-shadow:inset -.0625rem 0 0 #d0d0d0,inset .0625rem 0 0 #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:last-child.p-resizable-column:hover,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:last-child.p-sortable-column:hover{box-shadow:inset .0625rem 0 0 #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-selection-column{text-align:right!important;padding:.687rem .5rem .687rem 1rem;position:relative}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-selection-column .p-checkbox-box{display:none;cursor:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.rowHeader{background-clip:padding-box}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.rowHeader+.p-sortable-column{border-left:0!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-column-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#606060;text-transform:uppercase;display:inline-block;vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:calc(100% - 1rem)}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon{margin-left:.25rem;height:.75rem;display:inline-block;width:.75rem;background-image:url(../../static/media/Sort-Default.5c07e6c9.svg);background-size:.75rem .75rem;background-repeat:no-repeat;position:relative;color:#d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon:hover{color:#404040}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon:before{display:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon.pi-sort-up{background-image:url(../../static/media/Sort-A-Z.2de111e1.svg);background-size:.75rem .75rem;background-repeat:no-repeat}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon.pi-sort-down{background-image:url(../../static/media/Sort-Z-A.6fb18aaf.svg);background-size:.75rem .75rem;background-repeat:no-repeat}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-column-resizer{cursor:col-resize!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-scrollable-header{background:none!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-column-resizer-helper.p-highlight{border-color:#d0d0d0;background:#d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th{line-height:.5rem;text-align:inherit;position:relative;background-clip:padding-box}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-right,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-right,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right{text-align:right!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-right .cell-data-wrap,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-right .cell-data-wrap,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right .cell-data-wrap{padding:5px 1rem 5px 1.5rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-right .cell-row-input,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-right .cell-row-input,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right .cell-row-input{text-align:right!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-left,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-left,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-left{text-align:left!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.align-center,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-center,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-center{text-align:center!important;padding-right:0;padding-left:0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.rowHeader,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.rowHeader,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.rowHeader{border-right:0 solid #d0d0d0!important;border-bottom:.0625rem solid #d0d0d0!important;background:#fff;box-shadow:inset -.0625rem 0 0 #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.rowHeader .cell-data-wrap,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.rowHeader .cell-data-wrap,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.rowHeader .cell-data-wrap{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#606060;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tbody>tr>td.rowHeader+.p-resizable-column,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.rowHeader+.p-resizable-column,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.rowHeader+.p-resizable-column{border-left:0!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th{background-clip:padding-box;padding:6px 1.5rem 6px 1rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot>tr>td.align-right,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right{text-align:right;padding:.687rem 1rem .687rem 1.5rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-tfoot{display:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody{border:.0625rem solid #d0d0d0;border-top:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .p-datatable-emptymessage>td{padding:.5625rem 1.5rem .5625rem 1rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr{border:none;outline:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(2n){background-color:#f7f7f7}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(odd){background-color:#fff}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr.p-highlight{background-color:#f0f0f0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:hover{background:#f0f0f0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td{padding:0;border:none;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td .cell-data-wrap{word-wrap:break-word;white-space:pre-wrap;position:relative;padding:5px 1.5rem 5px 1rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td .cell-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td:first-child .datatable-loading-body{padding-left:1rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td:last-child .datatable-loading-body{padding-right:1rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody tr.p-datatable-row>td.p-selection-column{text-align:right!important;padding:.5625rem .5rem .5625rem 1rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;background:#fff;border-radius:0;color:#303030;height:2.375rem;transition:border-color .15s ease-in;box-sizing:border-box;padding:.6875rem .4375rem;width:100%;line-height:.5rem;margin:0;border:.0625rem solid #1274b7;height:2rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input{line-height:.875rem!important}}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus{border-color:#1274b7;outline:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic;line-height:.875rem!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus::-moz-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus:-ms-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#606060;font-style:italic}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input::-webkit-inner-spin-button{margin-left:.25rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .datatable-loading-body{display:-webkit-flex;display:flex;height:100%;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;background-color:#fff;padding:.5625rem 0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .datatable-loading-body:nth-child(2n){background-color:#f7f7f7}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .datatable-loading-body .loading-indicator{opacity:.7;width:100%;height:.875rem;-webkit-animation:load 1s linear 0s infinite normal none running;animation:load 1s linear 0s infinite normal none running}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column{width:2.5rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox{height:auto;top:.5625rem;left:1rem;height:1rem;width:1rem;position:absolute}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-box{border:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-box.p-highlight,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-box.p-highlight{background:#1274b7;border:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-box,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton .p-radiobutton-box{position:relative;height:1rem;width:1rem;background:#fff;border-radius:0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon{line-height:1rem;font-size:.75rem;position:static;left:auto;top:auto;width:auto;height:auto;margin-top:0;margin-left:0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon.pi-check,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon.pi-circle-on,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon.pi-check,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon.pi-circle-on{font-family:Honeywell-Icons!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon.pi-check:before,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-checkbox-icon.pi-circle-on:before,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon.pi-check:before,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-selection-column .p-radiobutton-icon.pi-circle-on:before{content:""!important;opacity:1;color:#fff;-webkit-transform:scale(1);transform:scale(1);padding-top:0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.hide-checkbox th.p-selection-column .p-checkbox.p-component{display:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box{margin-right:0!important;padding-right:10px;border:.0625rem solid #d0d0d0;background:#fff}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box th{border-top:none;border-bottom:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box th:first-child{border-left:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box th:last-child{border-right:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body-table tbody.p-datatable-tbody{border-right:none!important;border-bottom:none!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body{min-height:48px;min-height:41px;border-bottom:.0625rem solid #d0d0d0;border-right:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar{width:10px}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar-track{background:#fff;border-left:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar-thumb{background:#606060}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .datatable-pagination-wrap{position:relative}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .datatable-pagination-wrap .ui.pagination.datatable-pagination{border-top:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .datatable-pagination-wrap .ui.pagination.datatable-pagination.loading+.pagination-loading-overlay{width:100%;height:3.3rem;top:0;left:0;z-index:1;position:absolute;background-color:rgba(0,0,0,.4);opacity:.1}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.hide-header .p-datatable-thead{display:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.hide-header tbody{border-top:.0625rem solid #d0d0d0!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.hover-over .p-datatable-tbody{cursor:pointer!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-header{border-right:.0625rem solid #d0d0d0;border-left:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-header-box{border-left:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-body-table tbody.p-datatable-tbody{border-left:none!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-body{border-bottom:.0625rem solid #d0d0d0;border-right:.0625rem solid #d0d0d0;border-left:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar{height:10px}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.h-scrollable .p-datatable-scrollable .p-datatable-scrollable-body::-webkit-scrollbar-track:horizontal{border-left:none;border-top:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .select-all-checkbox{position:absolute;z-index:1;transition:background-color .2s,box-shadow .2s;padding-left:1.0625rem;padding-top:.5625rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable-header .select-all-checkbox{padding-top:0;padding-left:1rem;top:3.5625rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.actionbar .p-datatable-header{border:none;height:0!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.actionbar .p-datatable-header .select-all-checkbox{top:.6875rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.actionbar.header-bar .p-datatable-header,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.actionbar.search .p-datatable-header,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.actionbar.selection .p-datatable-header{height:3rem!important;border:1px solid #d0d0d0;border-bottom:0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.actionbar.header-bar .p-datatable-header .select-all-checkbox,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.actionbar.search .p-datatable-header .select-all-checkbox,html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.actionbar.selection .p-datatable-header .select-all-checkbox{top:3.5625rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap.hide-checkbox .select-all-checkbox{display:none}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header{color:#fff;padding:0!important;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;height:3rem;font-weight:inherit;border-color:#d0d0d0;background:#fff}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:0 .25rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output .global-filter{height:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output .global-filter .search-icon{height:2.5rem}html:not(.honeywell-dark-theme) .filter-bar{position:relative}html:not(.honeywell-dark-theme) .filter-bar .menu-items .header-bar-item.filter-panel-icon{padding-right:.625rem}html:not(.honeywell-dark-theme) .filter-bar .menu-items .header-bar-item.filter-panel-icon .filter{color:#303030}html:not(.honeywell-dark-theme) .filter-bar .menu-items .header-bar-item.filter-panel-icon{padding-right:.75rem}html:not(.honeywell-dark-theme) .filter-bar .menu-items .header-bar-item .badged-filter.badged-icon .ui.label.badge{right:-12%}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;z-index:500;overflow:hidden;position:absolute;right:0;max-height:0;width:350px;padding:0;background:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);text-align:left}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel.show{max-height:500px;padding:.75rem 1rem;overflow-y:auto}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel.show.up{bottom:3rem}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel.show.down{top:3rem}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section{padding:.75rem 0;width:100%}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .section-label{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;font-weight:600;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-content:center;align-content:center;cursor:pointer}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .section-label-icon{color:#303030;transition:color .1s linear;cursor:pointer;padding:0!important}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .section-label-icon:hover{color:#404040}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .section-label-icon.disabled,html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .section-label-icon:active{color:#b0b0b0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .section-content{max-height:0;overflow:hidden}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .filter-item{padding-top:0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .filter-item:last-child{padding-bottom:0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section.expanded{padding:.75rem 0 0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section.expanded .section-content{max-height:1000px;padding:1rem 0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-item{padding:.75rem 0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-item.disabled{color:grey;cursor:not-allowed}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-item .reset{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;color:#1274b7;font-weight:600;letter-spacing:.5px;cursor:pointer}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-item .reset:active{color:#1274b7}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-item .reset:hover{color:#10659f}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-item .reset:disabled{color:#b0b0b0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-item .toggle-item{margin:0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel>.filter-item,html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel>.filter-section{border-top:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel>.filter-item:first-child,html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel>.filter-section:first-child{border-top:none}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel>.filter-item:first-child.reset-all,html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel>.filter-section:first-child.reset-all{padding-top:0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .cell-status{height:.5rem;width:.5rem;border-radius:.5rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:.25rem;margin-right:.5rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .cell-status.red{background-color:#f15a4f!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .cell-status.orange{background-color:#f37021!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .cell-status.green{background-color:#7eb338!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .cell-status.blue{background-color:#1792e5!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .cell-status.grey{background-color:#b0b0b0!important}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-toggler{line-height:1rem}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-toggler .pi-chevron-down,html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-toggler .pi-chevron-right{font-size:1rem;font-style:normal;padding-right:.5rem}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-toggler .pi-chevron-right{font-family:Honeywell-Icons!important}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-toggler .pi-chevron-right:before{content:""!important}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-toggler .pi-chevron-down{font-family:Honeywell-Icons!important}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-toggler .pi-chevron-down:before{content:""!important}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead{border:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead>tr>th{background:#fff;padding:.5625rem 1.5rem .5625rem 1rem;border:none;text-align:left}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead>tr>th .p-column-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;letter-spacing:0;font-weight:400;font-size:.75rem;line-height:1.25rem;font-weight:600;color:#606060;text-transform:uppercase!important}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon{margin-left:.25rem;height:.75rem;display:inline-block;width:.75rem;background-image:url(../../static/media/Sort-Default.5c07e6c9.svg);background-size:.75rem .75rem;background-repeat:no-repeat;position:relative;color:#d0d0d0}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon:hover{color:#404040}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon:before{display:none}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon.pi-sort-up{background-image:url(../../static/media/Sort-A-Z.2de111e1.svg);background-size:.75rem .75rem;background-repeat:no-repeat}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon.pi-sort-down{background-image:url(../../static/media/Sort-Z-A.6fb18aaf.svg);background-size:.75rem .75rem;background-repeat:no-repeat}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-tbody{border:.0625rem solid #d0d0d0}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-tbody>tr:focus{outline:none}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-tbody>tr:nth-child(2n){background:#fff}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-tbody>tr:nth-child(odd){background:#f7f7f7}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-tbody>tr>td{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:.875rem;line-height:1.375rem;color:#303030;border:none;word-wrap:break-word;white-space:pre-wrap;padding:.5625rem 1.5rem .5625rem 1rem;position:relative}.ReactVirtualized__Table__headerRow{font-weight:700;text-transform:uppercase}.ReactVirtualized__Table__headerRow,.ReactVirtualized__Table__row{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:center;align-items:center}.ReactVirtualized__Table__headerTruncatedText{display:inline-block;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ReactVirtualized__Table__headerColumn,.ReactVirtualized__Table__rowColumn{margin-right:10px;min-width:0}.ReactVirtualized__Table__rowColumn{text-overflow:ellipsis;white-space:nowrap}.ReactVirtualized__Table__headerColumn:first-of-type,.ReactVirtualized__Table__rowColumn:first-of-type{margin-left:10px}.ReactVirtualized__Table__sortableHeaderColumn{cursor:pointer}.ReactVirtualized__Table__sortableHeaderIconContainer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.ReactVirtualized__Table__sortableHeaderIcon{-webkit-flex:0 0 24px;flex:0 0 24px;height:1em;width:1em;fill:currentColor}html{--light-theme-hcui-color-primary:#1274b7;--light-theme-hcui-color-secondary:#303030;--light-theme-hcui-color-success:#7eb338;--light-theme-hcui-color-info:#1792e5;--light-theme-hcui-color-important:#ffc627;--light-theme-hcui-color-alert:#f37021;--light-theme-hcui-color-error:#be271c;--light-theme-hcui-color-critical:#f15a4f;--light-theme-hcui-color-chrome-background:#fff;--light-theme-hcui-color-chrome-active-highlight:#1792e5;--light-theme-hcui-color-submenu-chrome-background:#f7f7f7;--light-theme-hcui-color-content-background:#f7f7f7;--light-theme-hcui-color-component-background:#fff;--light-theme-hcui-color-inverted-component-background:#303030;--light-theme-hcui-color-loader-background:#f0f0f0;--light-theme-hcui-shadow-color:rgba(0,0,0,0.1);--light-theme-hcui-color-text-base:#303030;--light-theme-hcui-color-text-high-contrast:#404040;--light-theme-hcui-color-text-medium-contrast:#606060;--light-theme-hcui-color-text-low-contrast:#a0a0a0;--light-theme-hcui-color-text-fixed:#fff;--light-theme-hcui-color-chrome-text:#303030;--light-theme-hcui-color-text-inverse:#fff;--light-theme-hcui-color-icon-disabled:#b0b0b0;--light-theme-hcui-color-icon-hover:#404040;--light-theme-hcui-color-icon-active:#303030;--light-theme-hcui-color-chrome-background-active:#e0e0e0;--light-theme-hcui-color-chrome-background-hover:#e0e0e0;--light-theme-hcui-color-primary-hover:#10659f;--light-theme-hcui-color-primary-active:#1274b7;--light-theme-hcui-color-primary-disabled:#b0b0b0;--light-theme-hcui-color-background-hover:#d0e9f9;--light-theme-hcui-color-secondary-hover:#f0f0f0;--light-theme-hcui-color-secondary-active:#f0f0f0;--light-theme-hcui-color-secondary-disabled:#b0b0b0;--light-theme-hcui-color-separator:#d0d0d0;--light-theme-hcui-color-stroke-interactive:#d0d0d0;--light-theme-hcui-color-input-border:#d0d0d0;--light-theme-hcui-color-input-background:#fff;--light-theme-hcui-color-input-icon:#b0b0b0;--light-theme-hcui-color-input-disabled:#f7f7f7;--light-theme-hcui-color-input-disabled-text:silver;--light-theme-hcui-color-action-bar:#0b4872;--light-theme-hcui-color-action-bar-item-active:#073250;--light-theme-hcui-color-action-bar-item-hover:#0d5789;--light-theme-hcui-color-action-bar-x-button:#1274b7;--light-theme-hcui-color-action-bar-x-button-active:#10659f;--light-theme-hcui-color-action-bar-x-button-hover:#0d5789;--light-theme-hcui-color-chart-blue:#1792e5;--light-theme-hcui-color-chart-blue-high-contrast:#10669f;--light-theme-hcui-color-chart-blue-low-contrast:#5ab3ee;--light-theme-hcui-color-chart-green:#7eb338;--light-theme-hcui-color-chart-green-high-contrast:#557926;--light-theme-hcui-color-chart-green-low-contrast:#a3d068;--light-theme-hcui-color-chart-grey:#7f7f7f;--light-theme-hcui-color-chart-grey-high-contrast:#595959;--light-theme-hcui-color-chart-grey-low-contrast:#a5a5a5;--light-theme-hcui-color-chart-orange:#f37021;--light-theme-hcui-color-chart-orange-high-contrast:#bd4e0a;--light-theme-hcui-color-chart-orange-low-contrast:#f79f6a;--light-theme-hcui-color-chart-pink:#c955a1;--light-theme-hcui-color-chart-pink-high-contrast:#9f337a;--light-theme-hcui-color-chart-pink-low-contrast:#db8fc1;--light-theme-hcui-color-chart-purple:#826ede;--light-theme-hcui-color-chart-purple-high-contrast:#4c30d0;--light-theme-hcui-color-chart-purple-low-contrast:#b8acec;--light-theme-hcui-color-chart-red:#ee3124;--light-theme-hcui-color-chart-red-high-contrast:#b7190e;--light-theme-hcui-color-chart-red-low-contrast:#f4746b;--light-theme-hcui-color-chart-yellow:#ffc627;--light-theme-hcui-color-chart-yellow-high-contrast:#daa000;--light-theme-hcui-color-chart-yellow-low-contrast:#ffda74;--light-theme-hcui-color-item-selected:#e0e0e0;--light-theme-hcui-color-item-selected-hover:#f0f0f0;--light-theme-hcui-color-row-selected:#d0e9f9;--light-theme-hcui-color-row-selected-hover:#8bc8f2;--dark-theme-hcui-color-primary:#45a7ea;--dark-theme-hcui-color-secondary:#e0e0e0;--dark-theme-hcui-color-success:#7eb338;--dark-theme-hcui-color-info:#1792e5;--dark-theme-hcui-color-important:#ffc627;--dark-theme-hcui-color-alert:#f37021;--dark-theme-hcui-color-error:#f15a4f;--dark-theme-hcui-color-critical:#f15a4f;--dark-theme-hcui-color-chrome-background:#000;--dark-theme-hcui-color-chrome-active-highlight:#45a7ea;--dark-theme-hcui-color-submenu-chrome-background:#303030;--dark-theme-hcui-color-content-background:#202020;--dark-theme-hcui-color-component-background:#303030;--dark-theme-hcui-color-inverted-component-background:#e0e0e0;--dark-theme-hcui-color-loader-background:#404040;--dark-theme-hcui-shadow-color:rgba(0,0,0,0.5);--dark-theme-hcui-color-text-base:#e0e0e0;--dark-theme-hcui-color-text-high-contrast:silver;--dark-theme-hcui-color-text-medium-contrast:#a0a0a0;--dark-theme-hcui-color-text-low-contrast:#606060;--dark-theme-hcui-color-text-fixed:#fff;--dark-theme-hcui-color-chrome-text:#fff;--dark-theme-hcui-color-text-inverse:#000;--dark-theme-hcui-color-icon-disabled:#b0b0b0;--dark-theme-hcui-color-icon-hover:#d0d0d0;--dark-theme-hcui-color-icon-active:#fff;--dark-theme-hcui-color-chrome-background-active:#404040;--dark-theme-hcui-color-chrome-background-hover:#404040;--dark-theme-hcui-color-primary-hover:#45a7ea;--dark-theme-hcui-color-primary-active:#8bc8f2;--dark-theme-hcui-color-primary-disabled:#606060;--dark-theme-hcui-color-background-hover:#404040;--dark-theme-hcui-color-secondary-hover:#404040;--dark-theme-hcui-color-secondary-active:#404040;--dark-theme-hcui-color-secondary-disabled:#505050;--dark-theme-hcui-color-separator:#606060;--dark-theme-hcui-color-stroke-interactive:#707070;--dark-theme-hcui-color-input-border:#707070;--dark-theme-hcui-color-input-background:#303030;--dark-theme-hcui-color-input-icon:#e0e0e0;--dark-theme-hcui-color-input-disabled:#505050;--dark-theme-hcui-color-input-disabled-text:#a0a0a0;--dark-theme-hcui-color-action-bar:#0d5789;--dark-theme-hcui-color-action-bar-item-active:#0b4a74;--dark-theme-hcui-color-action-bar-item-hover:#31709a;--dark-theme-hcui-color-action-bar-x-button:#1274b7;--dark-theme-hcui-color-action-bar-x-button-active:#3588c1;--dark-theme-hcui-color-action-bar-x-button-hover:#0f629b;--dark-theme-hcui-color-chart-blue:#1792e5;--dark-theme-hcui-color-chart-blue-high-contrast:#5ab3ee;--dark-theme-hcui-color-chart-blue-low-contrast:#10669f;--dark-theme-hcui-color-chart-green:#7eb338;--dark-theme-hcui-color-chart-green-high-contrast:#a3d068;--dark-theme-hcui-color-chart-green-low-contrast:#557926;--dark-theme-hcui-color-chart-grey:#7f7f7f;--dark-theme-hcui-color-chart-grey-high-contrast:#a5a5a5;--dark-theme-hcui-color-chart-grey-low-contrast:#595959;--dark-theme-hcui-color-chart-orange:#f37021;--dark-theme-hcui-color-chart-orange-high-contrast:#f79f6a;--dark-theme-hcui-color-chart-orange-low-contrast:#bd4e0a;--dark-theme-hcui-color-chart-pink:#c955a1;--dark-theme-hcui-color-chart-pink-high-contrast:#db8fc1;--dark-theme-hcui-color-chart-pink-low-contrast:#9f337a;--dark-theme-hcui-color-chart-purple:#826ede;--dark-theme-hcui-color-chart-purple-high-contrast:#b8acec;--dark-theme-hcui-color-chart-purple-low-contrast:#4c30d0;--dark-theme-hcui-color-chart-red:#ee3124;--dark-theme-hcui-color-chart-red-high-contrast:#f4746b;--dark-theme-hcui-color-chart-red-low-contrast:#b7190e;--dark-theme-hcui-color-chart-yellow:#ffc627;--dark-theme-hcui-color-chart-yellow-high-contrast:#ffda74;--dark-theme-hcui-color-chart-yellow-low-contrast:#daa000;--dark-theme-hcui-color-item-selected:#606060;--dark-theme-hcui-color-item-selected-hover:#404040;--dark-theme-hcui-color-row-selected:#0b4872;--dark-theme-hcui-color-row-selected-hover:#1274b7;--light-theme-button-primary-color:#1274b7;--light-theme-button-primary-color-disabled:#a0a0a0;--light-theme-button-primary-color-focus:#0b4872;--light-theme-button-hover-color:#10659f;--light-theme-button-font-color:#fff;--light-theme-button-disabled-font-color:#fff;--light-theme-button-inline-color:#303030;--light-theme-button-inline-color-disabled:#a0a0a0;--light-theme-button-inline-color-focus:#707070;--light-theme-button-inline-hover-color:#404040;--light-theme-button-inline-font-color:#fff;--light-theme-button-inline-disabled-font-color:#fff;--dark-theme-button-primary-color:#45a7ea;--dark-theme-button-primary-color-disabled:#505050;--dark-theme-button-primary-color-focus:#8bc8f2;--dark-theme-button-hover-color:#5db2ec;--dark-theme-button-font-color:#000;--dark-theme-button-disabled-font-color:#000;--dark-theme-button-inline-color:#e0e0e0;--dark-theme-button-inline-color-disabled:#505050;--dark-theme-button-inline-color-focus:#b0b0b0;--dark-theme-button-inline-hover-color:#d0d0d0;--dark-theme-button-inline-font-color:#000;--dark-theme-button-inline-disabled-font-color:#000;--standard-spacing-hcui-spacing-3xs:0.125rem;--standard-spacing-hcui-spacing-2xs:0.25rem;--standard-spacing-hcui-spacing-xs:0.5rem;--standard-spacing-hcui-spacing-sm:0.75rem;--standard-spacing-hcui-spacing-md:1rem;--standard-spacing-hcui-spacing-lg:1.5rem;--standard-spacing-hcui-spacing-xl:2rem;--standard-spacing-hcui-spacing-2xl:2.5rem;--standard-spacing-hcui-spacing-3xl:3rem;--standard-spacing-hcui-spacing-4xl:4rem;--standard-spacing-hcui-icon-fixed-size-sm:1rem;--standard-spacing-hcui-icon-fixed-size-md:1.5rem;--standard-spacing-hcui-border-width:0.0625rem;--standard-spacing-hcui-border-radius:0rem;--compact-spacing-hcui-spacing-3xs:0.125rem;--compact-spacing-hcui-spacing-2xs:0.125rem;--compact-spacing-hcui-spacing-xs:0.25rem;--compact-spacing-hcui-spacing-sm:0.5rem;--compact-spacing-hcui-spacing-md:0.75rem;--compact-spacing-hcui-spacing-lg:1rem;--compact-spacing-hcui-spacing-xl:1.5rem;--compact-spacing-hcui-spacing-2xl:2rem;--compact-spacing-hcui-spacing-3xl:2.5rem;--compact-spacing-hcui-spacing-4xl:3rem;--compact-spacing-hcui-border-width:0.0625rem;--compact-spacing-hcui-border-radius:0rem;--normal-typography-hcui-font-size-body:1rem;--normal-typography-hcui-font-size-body2:0.75rem;--normal-typography-hcui-font-size-h1:1.75rem;--normal-typography-hcui-font-size-h2:1.125rem;--normal-typography-hcui-font-size-h3:1.125rem;--normal-typography-hcui-font-size-h4:1rem;--normal-typography-hcui-font-size-h5:0.75rem;--normal-typography-hcui-font-size-subtitle:1.125rem;--normal-typography-hcui-font-size-subtitle2:1rem;--normal-typography-hcui-line-height-body:1.5rem;--normal-typography-hcui-line-height-body2:1.25rem;--normal-typography-hcui-line-height-h1:2.25rem;--normal-typography-hcui-line-height-h2:1.625rem;--normal-typography-hcui-line-height-h3:1.625rem;--normal-typography-hcui-line-height-h4:1.5rem;--normal-typography-hcui-line-height-h5:1.25rem;--normal-typography-hcui-line-height-subtitle:1.625rem;--normal-typography-hcui-line-height-subtitle2:1.5rem;--small-typography-hcui-font-size-body:0.875rem;--small-typography-hcui-font-size-body2:0.75rem;--small-typography-hcui-font-size-h1:1.625rem;--small-typography-hcui-font-size-h2:1rem;--small-typography-hcui-font-size-h3:1rem;--small-typography-hcui-font-size-h4:0.875rem;--small-typography-hcui-font-size-h5:0.75rem;--small-typography-hcui-font-size-subtitle:1rem;--small-typography-hcui-font-size-subtitle2:0.875rem;--small-typography-hcui-line-height-body:1.375rem;--small-typography-hcui-line-height-body2:1.25rem;--small-typography-hcui-line-height-h1:2.125rem;--small-typography-hcui-line-height-h2:1.5rem;--small-typography-hcui-line-height-h3:1.5rem;--small-typography-hcui-line-height-h4:1.375rem;--small-typography-hcui-line-height-h5:1.25rem;--small-typography-hcui-line-height-subtitle:1.5rem;--small-typography-hcui-line-height-subtitle2:1.375rem;--hcui-color-primary:var(--light-theme-hcui-color-primary);--hcui-color-secondary:var(--light-theme-hcui-color-secondary);--hcui-color-success:var(--light-theme-hcui-color-success);--hcui-color-info:var(--light-theme-hcui-color-info);--hcui-color-important:var(--light-theme-hcui-color-important);--hcui-color-alert:var(--light-theme-hcui-color-alert);--hcui-color-error:var(--light-theme-hcui-color-error);--hcui-color-critical:var(--light-theme-hcui-color-critical);--hcui-color-chrome-background:var(--light-theme-hcui-color-chrome-background);--hcui-color-chrome-active-highlight:var(--light-theme-hcui-color-chrome-active-highlight);--hcui-color-submenu-chrome-background:var(--light-theme-hcui-color-submenu-chrome-background);--hcui-color-content-background:var(--light-theme-hcui-color-content-background);--hcui-color-component-background:var(--light-theme-hcui-color-component-background);--hcui-color-inverted-component-background:var(--light-theme-hcui-color-inverted-component-background);--hcui-color-loader-background:var(--light-theme-hcui-color-loader-background);--hcui-shadow-color:var(--light-theme-hcui-shadow-color);--hcui-color-text-base:var(--light-theme-hcui-color-text-base);--hcui-color-text-high-contrast:var(--light-theme-hcui-color-text-high-contrast);--hcui-color-text-medium-contrast:var(--light-theme-hcui-color-text-medium-contrast);--hcui-color-text-low-contrast:var(--light-theme-hcui-color-text-low-contrast);--hcui-color-text-fixed:var(--light-theme-hcui-color-text-fixed);--hcui-color-chrome-text:var(--light-theme-hcui-color-chrome-text);--hcui-color-text-inverse:var(--light-theme-hcui-color-text-inverse);--hcui-color-icon-disabled:var(--light-theme-hcui-color-icon-disabled);--hcui-color-icon-hover:var(--light-theme-hcui-color-icon-hover);--hcui-color-icon-active:var(--light-theme-hcui-color-icon-active);--hcui-color-chrome-background-active:var(--light-theme-hcui-color-chrome-background-active);--hcui-color-chrome-background-hover:var(--light-theme-hcui-color-chrome-background-hover);--hcui-color-primary-hover:var(--light-theme-hcui-color-primary-hover);--hcui-color-primary-active:var(--light-theme-hcui-color-primary-active);--hcui-color-primary-disabled:var(--light-theme-hcui-color-primary-disabled);--hcui-color-background-hover:var(--light-theme-hcui-color-background-hover);--hcui-color-secondary-hover:var(--light-theme-hcui-color-secondary-hover);--hcui-color-secondary-active:var(--light-theme-hcui-color-secondary-active);--hcui-color-secondary-disabled:var(--light-theme-hcui-color-secondary-disabled);--hcui-color-separator:var(--light-theme-hcui-color-separator);--hcui-color-stroke-interactive:var(--light-theme-hcui-color-stroke-interactive);--hcui-color-input-border:var(--light-theme-hcui-color-input-border);--hcui-color-input-background:var(--light-theme-hcui-color-input-background);--hcui-color-input-icon:var(--light-theme-hcui-color-input-icon);--hcui-color-input-disabled:var(--light-theme-hcui-color-input-disabled);--hcui-color-input-disabled-text:var(--light-theme-hcui-color-input-disabled-text);--hcui-color-action-bar:var(--light-theme-hcui-color-action-bar);--hcui-color-action-bar-item-active:var(--light-theme-hcui-color-action-bar-item-active);--hcui-color-action-bar-item-hover:var(--light-theme-hcui-color-action-bar-item-hover);--hcui-color-action-bar-x-button:var(--light-theme-hcui-color-action-bar-x-button);--hcui-color-action-bar-x-button-active:var(--light-theme-hcui-color-action-bar-x-button-active);--hcui-color-action-bar-x-button-hover:var(--light-theme-hcui-color-action-bar-x-button-hover);--hcui-color-chart-blue:var(--light-theme-hcui-color-chart-blue);--hcui-color-chart-blue-high-contrast:var(--light-theme-hcui-color-chart-blue-high-contrast);--hcui-color-chart-blue-low-contrast:var(--light-theme-hcui-color-chart-blue-low-contrast);--hcui-color-chart-green:var(--light-theme-hcui-color-chart-green);--hcui-color-chart-green-high-contrast:var(--light-theme-hcui-color-chart-green-high-contrast);--hcui-color-chart-green-low-contrast:var(--light-theme-hcui-color-chart-green-low-contrast);--hcui-color-chart-grey:var(--light-theme-hcui-color-chart-grey);--hcui-color-chart-grey-high-contrast:var(--light-theme-hcui-color-chart-grey-high-contrast);--hcui-color-chart-grey-low-contrast:var(--light-theme-hcui-color-chart-grey-low-contrast);--hcui-color-chart-orange:var(--light-theme-hcui-color-chart-orange);--hcui-color-chart-orange-high-contrast:var(--light-theme-hcui-color-chart-orange-high-contrast);--hcui-color-chart-orange-low-contrast:var(--light-theme-hcui-color-chart-orange-low-contrast);--hcui-color-chart-pink:var(--light-theme-hcui-color-chart-pink);--hcui-color-chart-pink-high-contrast:var(--light-theme-hcui-color-chart-pink-high-contrast);--hcui-color-chart-pink-low-contrast:var(--light-theme-hcui-color-chart-pink-low-contrast);--hcui-color-chart-purple:var(--light-theme-hcui-color-chart-purple);--hcui-color-chart-purple-high-contrast:var(--light-theme-hcui-color-chart-purple-high-contrast);--hcui-color-chart-purple-low-contrast:var(--light-theme-hcui-color-chart-purple-low-contrast);--hcui-color-chart-red:var(--light-theme-hcui-color-chart-red);--hcui-color-chart-red-high-contrast:var(--light-theme-hcui-color-chart-red-high-contrast);--hcui-color-chart-red-low-contrast:var(--light-theme-hcui-color-chart-red-low-contrast);--hcui-color-chart-yellow:var(--light-theme-hcui-color-chart-yellow);--hcui-color-chart-yellow-high-contrast:var(--light-theme-hcui-color-chart-yellow-high-contrast);--hcui-color-chart-yellow-low-contrast:var(--light-theme-hcui-color-chart-yellow-low-contrast);--hcui-color-item-selected:var(--light-theme-hcui-color-item-selected);--hcui-color-item-selected-hover:var(--light-theme-hcui-color-item-selected-hover);--hcui-color-row-selected:var(--light-theme-hcui-color-row-selected);--hcui-color-row-selected-hover:var(--light-theme-hcui-color-row-selected-hover);--button-primary-color:var(--light-theme-button-primary-color);--button-primary-color-disabled:var(--light-theme-button-primary-color-disabled);--button-primary-color-focus:var(--light-theme-button-primary-color-focus);--button-hover-color:var(--light-theme-button-hover-color);--button-font-color:var(--light-theme-button-font-color);--button-disabled-font-color:var(--light-theme-button-disabled-font-color);--button-inline-color:var(--light-theme-button-inline-color);--button-inline-color-disabled:var(--light-theme-button-inline-color-disabled);--button-inline-color-focus:var(--light-theme-button-inline-color-focus);--button-inline-hover-color:var(--light-theme-button-inline-hover-color);--button-inline-font-color:var(--light-theme-button-inline-font-color);--button-inline-disabled-font-color:var(--light-theme-button-inline-disabled-font-color);--hcui-spacing-3xs:var(--compact-spacing-hcui-spacing-3xs);--hcui-spacing-2xs:var(--compact-spacing-hcui-spacing-2xs);--hcui-spacing-xs:var(--compact-spacing-hcui-spacing-xs);--hcui-spacing-sm:var(--compact-spacing-hcui-spacing-sm);--hcui-spacing-md:var(--compact-spacing-hcui-spacing-md);--hcui-spacing-lg:var(--compact-spacing-hcui-spacing-lg);--hcui-spacing-xl:var(--compact-spacing-hcui-spacing-xl);--hcui-spacing-2xl:var(--compact-spacing-hcui-spacing-2xl);--hcui-spacing-3xl:var(--compact-spacing-hcui-spacing-3xl);--hcui-spacing-4xl:var(--compact-spacing-hcui-spacing-4xl);--hcui-icon-fixed-size-sm:var(--compact-spacing-hcui-icon-fixed-size-sm);--hcui-icon-fixed-size-md:var(--compact-spacing-hcui-icon-fixed-size-md);--hcui-border-width:var(--compact-spacing-hcui-border-width);--hcui-border-radius:var(--compact-spacing-hcui-border-radius);--hcui-font-size-body:var(--small-typography-hcui-font-size-body);--hcui-font-size-body2:var(--small-typography-hcui-font-size-body2);--hcui-font-size-h1:var(--small-typography-hcui-font-size-h1);--hcui-font-size-h2:var(--small-typography-hcui-font-size-h2);--hcui-font-size-h3:var(--small-typography-hcui-font-size-h3);--hcui-font-size-h4:var(--small-typography-hcui-font-size-h4);--hcui-font-size-h5:var(--small-typography-hcui-font-size-h5);--hcui-font-size-subtitle:var(--small-typography-hcui-font-size-subtitle);--hcui-font-size-subtitle2:var(--small-typography-hcui-font-size-subtitle2);--hcui-line-height-body:var(--small-typography-hcui-line-height-body);--hcui-line-height-body2:var(--small-typography-hcui-line-height-body2);--hcui-line-height-h1:var(--small-typography-hcui-line-height-h1);--hcui-line-height-h2:var(--small-typography-hcui-line-height-h2);--hcui-line-height-h3:var(--small-typography-hcui-line-height-h3);--hcui-line-height-h4:var(--small-typography-hcui-line-height-h4);--hcui-line-height-h5:var(--small-typography-hcui-line-height-h5);--hcui-line-height-subtitle:var(--small-typography-hcui-line-height-subtitle);--hcui-line-height-subtitle2:var(--small-typography-hcui-line-height-subtitle2)}html.honeywell-dark-theme{--hcui-color-primary:var(--dark-theme-hcui-color-primary);--hcui-color-secondary:var(--dark-theme-hcui-color-secondary);--hcui-color-success:var(--dark-theme-hcui-color-success);--hcui-color-info:var(--dark-theme-hcui-color-info);--hcui-color-important:var(--dark-theme-hcui-color-important);--hcui-color-alert:var(--dark-theme-hcui-color-alert);--hcui-color-error:var(--dark-theme-hcui-color-error);--hcui-color-critical:var(--dark-theme-hcui-color-critical);--hcui-color-chrome-background:var(--dark-theme-hcui-color-chrome-background);--hcui-color-chrome-active-highlight:var(--dark-theme-hcui-color-chrome-active-highlight);--hcui-color-submenu-chrome-background:var(--dark-theme-hcui-color-submenu-chrome-background);--hcui-color-content-background:var(--dark-theme-hcui-color-content-background);--hcui-color-component-background:var(--dark-theme-hcui-color-component-background);--hcui-color-inverted-component-background:var(--dark-theme-hcui-color-inverted-component-background);--hcui-color-loader-background:var(--dark-theme-hcui-color-loader-background);--hcui-shadow-color:var(--dark-theme-hcui-shadow-color);--hcui-color-text-base:var(--dark-theme-hcui-color-text-base);--hcui-color-text-high-contrast:var(--dark-theme-hcui-color-text-high-contrast);--hcui-color-text-medium-contrast:var(--dark-theme-hcui-color-text-medium-contrast);--hcui-color-text-low-contrast:var(--dark-theme-hcui-color-text-low-contrast);--hcui-color-text-fixed:var(--dark-theme-hcui-color-text-fixed);--hcui-color-chrome-text:var(--dark-theme-hcui-color-chrome-text);--hcui-color-text-inverse:var(--dark-theme-hcui-color-text-inverse);--hcui-color-icon-disabled:var(--dark-theme-hcui-color-icon-disabled);--hcui-color-icon-hover:var(--dark-theme-hcui-color-icon-hover);--hcui-color-icon-active:var(--dark-theme-hcui-color-icon-active);--hcui-color-chrome-background-active:var(--dark-theme-hcui-color-chrome-background-active);--hcui-color-chrome-background-hover:var(--dark-theme-hcui-color-chrome-background-hover);--hcui-color-primary-hover:var(--dark-theme-hcui-color-primary-hover);--hcui-color-primary-active:var(--dark-theme-hcui-color-primary-active);--hcui-color-primary-disabled:var(--dark-theme-hcui-color-primary-disabled);--hcui-color-background-hover:var(--dark-theme-hcui-color-background-hover);--hcui-color-secondary-hover:var(--dark-theme-hcui-color-secondary-hover);--hcui-color-secondary-active:var(--dark-theme-hcui-color-secondary-active);--hcui-color-secondary-disabled:var(--dark-theme-hcui-color-secondary-disabled);--hcui-color-separator:var(--dark-theme-hcui-color-separator);--hcui-color-stroke-interactive:var(--dark-theme-hcui-color-stroke-interactive);--hcui-color-input-border:var(--dark-theme-hcui-color-input-border);--hcui-color-input-background:var(--dark-theme-hcui-color-input-background);--hcui-color-input-icon:var(--dark-theme-hcui-color-input-icon);--hcui-color-input-disabled:var(--dark-theme-hcui-color-input-disabled);--hcui-color-input-disabled-text:var(--dark-theme-hcui-color-input-disabled-text);--hcui-color-action-bar:var(--dark-theme-hcui-color-action-bar);--hcui-color-action-bar-item-active:var(--dark-theme-hcui-color-action-bar-item-active);--hcui-color-action-bar-item-hover:var(--dark-theme-hcui-color-action-bar-item-hover);--hcui-color-action-bar-x-button:var(--dark-theme-hcui-color-action-bar-x-button);--hcui-color-action-bar-x-button-active:var(--dark-theme-hcui-color-action-bar-x-button-active);--hcui-color-action-bar-x-button-hover:var(--dark-theme-hcui-color-action-bar-x-button-hover);--hcui-color-chart-blue:var(--dark-theme-hcui-color-chart-blue);--hcui-color-chart-blue-high-contrast:var(--dark-theme-hcui-color-chart-blue-high-contrast);--hcui-color-chart-blue-low-contrast:var(--dark-theme-hcui-color-chart-blue-low-contrast);--hcui-color-chart-green:var(--dark-theme-hcui-color-chart-green);--hcui-color-chart-green-high-contrast:var(--dark-theme-hcui-color-chart-green-high-contrast);--hcui-color-chart-green-low-contrast:var(--dark-theme-hcui-color-chart-green-low-contrast);--hcui-color-chart-grey:var(--dark-theme-hcui-color-chart-grey);--hcui-color-chart-grey-high-contrast:var(--dark-theme-hcui-color-chart-grey-high-contrast);--hcui-color-chart-grey-low-contrast:var(--dark-theme-hcui-color-chart-grey-low-contrast);--hcui-color-chart-orange:var(--dark-theme-hcui-color-chart-orange);--hcui-color-chart-orange-high-contrast:var(--dark-theme-hcui-color-chart-orange-high-contrast);--hcui-color-chart-orange-low-contrast:var(--dark-theme-hcui-color-chart-orange-low-contrast);--hcui-color-chart-pink:var(--dark-theme-hcui-color-chart-pink);--hcui-color-chart-pink-high-contrast:var(--dark-theme-hcui-color-chart-pink-high-contrast);--hcui-color-chart-pink-low-contrast:var(--dark-theme-hcui-color-chart-pink-low-contrast);--hcui-color-chart-purple:var(--dark-theme-hcui-color-chart-purple);--hcui-color-chart-purple-high-contrast:var(--dark-theme-hcui-color-chart-purple-high-contrast);--hcui-color-chart-purple-low-contrast:var(--dark-theme-hcui-color-chart-purple-low-contrast);--hcui-color-chart-red:var(--dark-theme-hcui-color-chart-red);--hcui-color-chart-red-high-contrast:var(--dark-theme-hcui-color-chart-red-high-contrast);--hcui-color-chart-red-low-contrast:var(--dark-theme-hcui-color-chart-red-low-contrast);--hcui-color-chart-yellow:var(--dark-theme-hcui-color-chart-yellow);--hcui-color-chart-yellow-high-contrast:var(--dark-theme-hcui-color-chart-yellow-high-contrast);--hcui-color-chart-yellow-low-contrast:var(--dark-theme-hcui-color-chart-yellow-low-contrast);--hcui-color-item-selected:var(--dark-theme-hcui-color-item-selected);--hcui-color-item-selected-hover:var(--dark-theme-hcui-color-item-selected-hover);--hcui-color-row-selected:var(--dark-theme-hcui-color-row-selected);--hcui-color-row-selected-hover:var(--dark-theme-hcui-color-row-selected-hover);--button-primary-color:var(--dark-theme-button-primary-color);--button-primary-color-disabled:var(--dark-theme-button-primary-color-disabled);--button-primary-color-focus:var(--dark-theme-button-primary-color-focus);--button-hover-color:var(--dark-theme-button-hover-color);--button-font-color:var(--dark-theme-button-font-color);--button-disabled-font-color:var(--dark-theme-button-disabled-font-color);--button-inline-color:var(--dark-theme-button-inline-color);--button-inline-color-disabled:var(--dark-theme-button-inline-color-disabled);--button-inline-color-focus:var(--dark-theme-button-inline-color-focus);--button-inline-hover-color:var(--dark-theme-button-inline-hover-color);--button-inline-font-color:var(--dark-theme-button-inline-font-color);--button-inline-disabled-font-color:var(--dark-theme-button-inline-disabled-font-color)}html.i-organization-theme{--hcui-color-info:var(--organization-theme-informationColor,var(--light-theme-color-info));--hcui-color-important:var(--organization-theme-importantColor,var(--light-theme-color-important));--hcui-color-success:var(--organization-theme-successColor,var(--light-theme-color-success));--hcui-color-alert:var(--organization-theme-alertColor,var(--light-theme-color-alert));--hcui-color-error:var(--organization-theme-errorColor,var(--light-theme-color-error));--hcui-color-critical:var(--organization-theme-criticalColor,var(--light-theme-color-critical))}a.i-link{font-weight:600;cursor:pointer}@-webkit-keyframes i-animation-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes i-animation-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.i-background-component{background-color:#fff!important;background-color:var(--hcui-color-component-background)!important}.i-background-content{background-color:#f7f7f7!important;background-color:var(--hcui-color-content-background)!important}.i-border{border:.0625rem solid #d0d0d0!important;border:var(--hcui-border-width) solid var(--hcui-color-separator)!important}.i-border-top{border-top:.0625rem solid #d0d0d0!important;border-top:var(--hcui-border-width) solid var(--hcui-color-separator)!important}.i-border-right{border-right:.0625rem solid #d0d0d0!important;border-right:var(--hcui-border-width) solid var(--hcui-color-separator)!important}.i-border-bottom{border-bottom:.0625rem solid #d0d0d0!important;border-bottom:var(--hcui-border-width) solid var(--hcui-color-separator)!important}.i-border-left{border-left:.0625rem solid #d0d0d0!important;border-left:var(--hcui-border-width) solid var(--hcui-color-separator)!important}.i-border-none{border:none!important}.i-box-shadow{box-shadow:0 1px 2px rgba(0,0,0,.1)!important}.i-button-container{display:-webkit-flex;display:flex}.i-button-container>.ui.button{-webkit-flex:1 1;flex:1 1;overflow:hidden}.i-button-container>.ui.button .button-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-button-bare{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible}.i-button-bare:not([disabled]){cursor:pointer}.i-button-bare:-moz-focus-inner{border:none}button.i-button-link{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;color:var(--hcui-color-primary);color:var(--organization-theme-themeColor,var(--hcui-color-primary));font-weight:600}button.i-button-link:not([disabled]){cursor:pointer}button.i-button-link:-moz-focus-inner{border:none}button.i-button-link:hover{color:#10659f;color:var(--button-hover-color)}button.i-button-link:active{color:var(--button-primary-color-focus);color:var(--organization-theme-themeColor-focus,var(--button-primary-color-focus))}button.i-button-link:disabled{color:#a0a0a0;color:var(--button-primary-color-disabled)}.i-scuf-checkbox-sizing-fix.ui.checkbox{margin:0}.i-scuf-checkbox-sizing-fix.ui.checkbox>input~label{min-height:1rem;min-width:1rem}.i-scuf-checkbox-sizing-fix.ui.checkbox.fitted>input~label{padding-left:0}.i-scuf-checkbox-sizing-fix.ui.checkbox.toggle{min-height:1rem}.i-scuf-checkbox-sizing-fix.ui.checkbox.toggle>input{height:auto;width:auto}.i-scuf-checkbox-sizing-fix.ui.checkbox.toggle>input~label{min-height:1rem;min-width:2.5rem;padding-top:0!important;padding-left:2.5rem}.i-scuf-checkbox-sizing-fix.ui.checkbox.toggle>input~label:after,.i-scuf-checkbox-sizing-fix.ui.checkbox.toggle>input~label:before{top:0}.i-scuf-checkbox-sizing-fix.ui.checkbox.toggle.fitted>input~label{min-width:2rem;padding-left:0}.i-scuf-checkbox-sizing-fix.ui.checkbox.toggle.i-loading:after{top:0}.i-chart-inline-small{width:50%;display:inline-grid}.i-cursor-default{cursor:default!important}.i-cursor-pointer{cursor:pointer!important}.i-display-flex{display:-webkit-flex;display:flex}.i-flex-flow-row{-webkit-flex-direction:row;flex-direction:row}.i-flex-flow-column{-webkit-flex-direction:column;flex-direction:column}.i-flex-align-start{-webkit-align-items:flex-start;align-items:flex-start}.i-flex-align-center{-webkit-align-items:center;align-items:center}.i-flex-align-end{-webkit-align-items:flex-end;align-items:flex-end}.i-flex-pack-start{-webkit-justify-content:flex-start;justify-content:flex-start}.i-flex-pack-center{-webkit-justify-content:center;justify-content:center}.i-flex-pack-end{-webkit-justify-content:flex-end;justify-content:flex-end}.i-flex-pack-space-between{-webkit-justify-content:space-between;justify-content:space-between}.i-flex-pack-space-evenly{-webkit-justify-content:space-evenly;justify-content:space-evenly}.i-flex-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.i-flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}h1{font-size:1.625rem;font-size:var(--hcui-font-size-h1);line-height:2.125rem;line-height:var(--hcui-line-height-h1)}h1,h2{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;color:var(--hcui-color-text-base);letter-spacing:0;font-weight:400;color:#404040;color:var(--hcui-color-text-high-contrast)}h2{font-size:1rem;font-size:var(--hcui-font-size-h2);line-height:1.5rem;line-height:var(--hcui-line-height-h2);font-weight:700}h3{font-size:1rem;font-size:var(--hcui-font-size-h3);line-height:1.5rem;line-height:var(--hcui-line-height-h3)}h3,h4{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;color:var(--hcui-color-text-base);letter-spacing:0;font-weight:400}h4{font-size:.875rem;font-size:var(--hcui-font-size-h4);line-height:1.375rem;line-height:var(--hcui-line-height-h4);font-weight:700}h5{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:#303030;color:var(--hcui-color-text-base);letter-spacing:0;font-weight:400;font-size:.75rem;font-size:var(--hcui-font-size-h5);line-height:1.25rem;line-height:var(--hcui-line-height-h5);font-weight:600;color:#606060;color:var(--hcui-color-text-medium-contrast)}.i-fill{height:100%!important}.i-clear-both{clear:both}.i-clear-left{clear:left}.i-clear-right{clear:right}.i-float-left{float:left}.i-float-right{float:right}.i-margin-4xl{margin:3rem!important;margin:var(--hcui-spacing-4xl)!important}.i-margin-3xl{margin:2.5rem!important;margin:var(--hcui-spacing-3xl)!important}.i-margin-2xl{margin:2rem!important;margin:var(--hcui-spacing-2xl)!important}.i-margin-xl{margin:1.5rem!important;margin:var(--hcui-spacing-xl)!important}.i-margin-lg{margin:1rem!important;margin:var(--hcui-spacing-lg)!important}.i-margin,.i-margin-md{margin:.75rem!important;margin:var(--hcui-spacing-md)!important}.i-margin-sm{margin:.5rem!important;margin:var(--hcui-spacing-sm)!important}.i-margin-xs{margin:.25rem!important;margin:var(--hcui-spacing-xs)!important}.i-margin-2xs{margin:.125rem!important;margin:var(--hcui-spacing-2xs)!important}.i-margin-none{margin:0!important}.i-margin-top-4xl{margin-top:3rem!important;margin-top:var(--hcui-spacing-4xl)!important}.i-margin-top-3xl{margin-top:2.5rem!important;margin-top:var(--hcui-spacing-3xl)!important}.i-margin-top-2xl{margin-top:2rem!important;margin-top:var(--hcui-spacing-2xl)!important}.i-margin-top-xl{margin-top:1.5rem!important;margin-top:var(--hcui-spacing-xl)!important}.i-margin-top-lg{margin-top:1rem!important;margin-top:var(--hcui-spacing-lg)!important}.i-margin-top,.i-margin-top-md{margin-top:.75rem!important;margin-top:var(--hcui-spacing-md)!important}.i-margin-top-sm{margin-top:.5rem!important;margin-top:var(--hcui-spacing-sm)!important}.i-margin-top-xs{margin-top:.25rem!important;margin-top:var(--hcui-spacing-xs)!important}.i-margin-top-2xs{margin-top:.125rem!important;margin-top:var(--hcui-spacing-2xs)!important}.i-margin-top-none{margin:0!important}.i-margin-right-4xl{margin-right:3rem!important;margin-right:var(--hcui-spacing-4xl)!important}.i-margin-right-3xl{margin-right:2.5rem!important;margin-right:var(--hcui-spacing-3xl)!important}.i-margin-right-2xl{margin-right:2rem!important;margin-right:var(--hcui-spacing-2xl)!important}.i-margin-right-xl{margin-right:1.5rem!important;margin-right:var(--hcui-spacing-xl)!important}.i-margin-right-lg{margin-right:1rem!important;margin-right:var(--hcui-spacing-lg)!important}.i-margin-right,.i-margin-right-md{margin-right:.75rem!important;margin-right:var(--hcui-spacing-md)!important}.i-margin-right-sm{margin-right:.5rem!important;margin-right:var(--hcui-spacing-sm)!important}.i-margin-right-xs{margin-right:.25rem!important;margin-right:var(--hcui-spacing-xs)!important}.i-margin-right-2xs{margin-right:.125rem!important;margin-right:var(--hcui-spacing-2xs)!important}.i-margin-right-none{margin-right:0!important}.i-margin-bottom-4xl{margin-bottom:3rem!important;margin-bottom:var(--hcui-spacing-4xl)!important}.i-margin-bottom-3xl{margin-bottom:2.5rem!important;margin-bottom:var(--hcui-spacing-3xl)!important}.i-margin-bottom-2xl{margin-bottom:2rem!important;margin-bottom:var(--hcui-spacing-2xl)!important}.i-margin-bottom-xl{margin-bottom:1.5rem!important;margin-bottom:var(--hcui-spacing-xl)!important}.i-margin-bottom-lg{margin-bottom:1rem!important;margin-bottom:var(--hcui-spacing-lg)!important}.i-margin-bottom,.i-margin-bottom-md{margin-bottom:.75rem!important;margin-bottom:var(--hcui-spacing-md)!important}.i-margin-bottom-sm{margin-bottom:.5rem!important;margin-bottom:var(--hcui-spacing-sm)!important}.i-margin-bottom-xs{margin-bottom:.25rem!important;margin-bottom:var(--hcui-spacing-xs)!important}.i-margin-bottom-2xs{margin-bottom:.125rem!important;margin-bottom:var(--hcui-spacing-2xs)!important}.i-margin-bottom-none{margin-bottom:0!important}.i-margin-left-4xl{margin-left:3rem!important;margin-left:var(--hcui-spacing-4xl)!important}.i-margin-left-3xl{margin-left:2.5rem!important;margin-left:var(--hcui-spacing-3xl)!important}.i-margin-left-2xl{margin-left:2rem!important;margin-left:var(--hcui-spacing-2xl)!important}.i-margin-left-xl{margin-left:1.5rem!important;margin-left:var(--hcui-spacing-xl)!important}.i-margin-left-lg{margin-left:1rem!important;margin-left:var(--hcui-spacing-lg)!important}.i-margin-left,.i-margin-left-md{margin-left:.75rem!important;margin-left:var(--hcui-spacing-md)!important}.i-margin-left-sm{margin-left:.5rem!important;margin-left:var(--hcui-spacing-sm)!important}.i-margin-left-xs{margin-left:.25rem!important;margin-left:var(--hcui-spacing-xs)!important}.i-margin-left-2xs{margin-left:.125rem!important;margin-left:var(--hcui-spacing-2xs)!important}.i-margin-left-none{margin-left:0!important}.i-margin-v-4xl{margin-top:3rem!important;margin-top:var(--hcui-spacing-4xl)!important;margin-bottom:3rem!important;margin-bottom:var(--hcui-spacing-4xl)!important}.i-margin-v-3xl{margin-top:2.5rem!important;margin-top:var(--hcui-spacing-3xl)!important;margin-bottom:2.5rem!important;margin-bottom:var(--hcui-spacing-3xl)!important}.i-margin-v-2xl{margin-top:2rem!important;margin-top:var(--hcui-spacing-2xl)!important;margin-bottom:2rem!important;margin-bottom:var(--hcui-spacing-2xl)!important}.i-margin-v-xl{margin-top:1.5rem!important;margin-top:var(--hcui-spacing-xl)!important;margin-bottom:1.5rem!important;margin-bottom:var(--hcui-spacing-xl)!important}.i-margin-v-lg{margin-top:1rem!important;margin-top:var(--hcui-spacing-lg)!important;margin-bottom:1rem!important;margin-bottom:var(--hcui-spacing-lg)!important}.i-margin-v,.i-margin-v-md{margin-top:.75rem!important;margin-top:var(--hcui-spacing-md)!important;margin-bottom:.75rem!important;margin-bottom:var(--hcui-spacing-md)!important}.i-margin-v-sm{margin-top:.5rem!important;margin-top:var(--hcui-spacing-sm)!important;margin-bottom:.5rem!important;margin-bottom:var(--hcui-spacing-sm)!important}.i-margin-v-xs{margin-top:.25rem!important;margin-top:var(--hcui-spacing-xs)!important;margin-bottom:.25rem!important;margin-bottom:var(--hcui-spacing-xs)!important}.i-margin-v-2xs{margin-top:.125rem!important;margin-top:var(--hcui-spacing-2xs)!important;margin-bottom:.125rem!important;margin-bottom:var(--hcui-spacing-2xs)!important}.i-margin-v-none{margin-top:0!important;margin-bottom:0!important}.i-margin-h-4xl{margin-left:3rem!important;margin-left:var(--hcui-spacing-4xl)!important;margin-right:3rem!important;margin-right:var(--hcui-spacing-4xl)!important}.i-margin-h-3xl{margin-left:2.5rem!important;margin-left:var(--hcui-spacing-3xl)!important;margin-right:2.5rem!important;margin-right:var(--hcui-spacing-3xl)!important}.i-margin-h-2xl{margin-left:2rem!important;margin-left:var(--hcui-spacing-2xl)!important;margin-right:2rem!important;margin-right:var(--hcui-spacing-2xl)!important}.i-margin-h-xl{margin-left:1.5rem!important;margin-left:var(--hcui-spacing-xl)!important;margin-right:1.5rem!important;margin-right:var(--hcui-spacing-xl)!important}.i-margin-h-lg{margin-left:1rem!important;margin-left:var(--hcui-spacing-lg)!important;margin-right:1rem!important;margin-right:var(--hcui-spacing-lg)!important}.i-margin-h,.i-margin-h-md{margin-left:.75rem!important;margin-left:var(--hcui-spacing-md)!important;margin-right:.75rem!important;margin-right:var(--hcui-spacing-md)!important}.i-margin-h-sm{margin-left:.5rem!important;margin-left:var(--hcui-spacing-sm)!important;margin-right:.5rem!important;margin-right:var(--hcui-spacing-sm)!important}.i-margin-h-xs{margin-left:.25rem!important;margin-left:var(--hcui-spacing-xs)!important;margin-right:.25rem!important;margin-right:var(--hcui-spacing-xs)!important}.i-margin-h-2xs{margin-left:.125rem!important;margin-left:var(--hcui-spacing-2xs)!important;margin-right:.125rem!important;margin-right:var(--hcui-spacing-2xs)!important}.i-margin-h-none{margin-left:0!important;margin-right:0!important}.i-padding-4xl{padding:3rem!important;padding:var(--hcui-spacing-4xl)!important}.i-padding-3xl{padding:2.5rem!important;padding:var(--hcui-spacing-3xl)!important}.i-padding-2xl{padding:2rem!important;padding:var(--hcui-spacing-2xl)!important}.i-padding-xl{padding:1.5rem!important;padding:var(--hcui-spacing-xl)!important}.i-padding-lg{padding:1rem!important;padding:var(--hcui-spacing-lg)!important}.i-padding,.i-padding-md{padding:.75rem!important;padding:var(--hcui-spacing-md)!important}.i-padding-sm{padding:.5rem!important;padding:var(--hcui-spacing-sm)!important}.i-padding-xs{padding:.25rem!important;padding:var(--hcui-spacing-xs)!important}.i-padding-2xs{padding:.125rem!important;padding:var(--hcui-spacing-2xs)!important}.i-padding-none{padding:0!important}.i-padding-top-4xl{padding-top:3rem!important;padding-top:var(--hcui-spacing-4xl)!important}.i-padding-top-3xl{padding-top:2.5rem!important;padding-top:var(--hcui-spacing-3xl)!important}.i-padding-top-2xl{padding-top:2rem!important;padding-top:var(--hcui-spacing-2xl)!important}.i-padding-top-xl{padding-top:1.5rem!important;padding-top:var(--hcui-spacing-xl)!important}.i-padding-top-lg{padding-top:1rem!important;padding-top:var(--hcui-spacing-lg)!important}.i-padding-top,.i-padding-top-md{padding-top:.75rem!important;padding-top:var(--hcui-spacing-md)!important}.i-padding-top-sm{padding-top:.5rem!important;padding-top:var(--hcui-spacing-sm)!important}.i-padding-top-xs{padding-top:.25rem!important;padding-top:var(--hcui-spacing-xs)!important}.i-padding-top-2xs{padding-top:.125rem!important;padding-top:var(--hcui-spacing-2xs)!important}.i-padding-top-none{padding-top:0!important}.i-padding-right-4xl{padding-right:3rem!important;padding-right:var(--hcui-spacing-4xl)!important}.i-padding-right-3xl{padding-right:2.5rem!important;padding-right:var(--hcui-spacing-3xl)!important}.i-padding-right-2xl{padding-right:2rem!important;padding-right:var(--hcui-spacing-2xl)!important}.i-padding-right-xl{padding-right:1.5rem!important;padding-right:var(--hcui-spacing-xl)!important}.i-padding-right-lg{padding-right:1rem!important;padding-right:var(--hcui-spacing-lg)!important}.i-padding-right,.i-padding-right-md{padding-right:.75rem!important;padding-right:var(--hcui-spacing-md)!important}.i-padding-right-sm{padding-right:.5rem!important;padding-right:var(--hcui-spacing-sm)!important}.i-padding-right-xs{padding-right:.25rem!important;padding-right:var(--hcui-spacing-xs)!important}.i-padding-right-2xs{padding-right:.125rem!important;padding-right:var(--hcui-spacing-2xs)!important}.i-padding-right-none{padding-right:0!important}.i-padding-bottom-4xl{padding-bottom:3rem!important;padding-bottom:var(--hcui-spacing-4xl)!important}.i-padding-bottom-3xl{padding-bottom:2.5rem!important;padding-bottom:var(--hcui-spacing-3xl)!important}.i-padding-bottom-2xl{padding-bottom:2rem!important;padding-bottom:var(--hcui-spacing-2xl)!important}.i-padding-bottom-xl{padding-bottom:1.5rem!important;padding-bottom:var(--hcui-spacing-xl)!important}.i-padding-bottom-lg{padding-bottom:1rem!important;padding-bottom:var(--hcui-spacing-lg)!important}.i-padding-bottom,.i-padding-bottom-md{padding-bottom:.75rem!important;padding-bottom:var(--hcui-spacing-md)!important}.i-padding-bottom-sm{padding-bottom:.5rem!important;padding-bottom:var(--hcui-spacing-sm)!important}.i-padding-bottom-xs{padding-bottom:.25rem!important;padding-bottom:var(--hcui-spacing-xs)!important}.i-padding-bottom-2xs{padding-bottom:.125rem!important;padding-bottom:var(--hcui-spacing-2xs)!important}.i-padding-bottom-none{padding-bottom:0!important}.i-padding-left-4xl{padding-left:3rem!important;padding-left:var(--hcui-spacing-4xl)!important}.i-padding-left-3xl{padding-left:2.5rem!important;padding-left:var(--hcui-spacing-3xl)!important}.i-padding-left-2xl{padding-left:2rem!important;padding-left:var(--hcui-spacing-2xl)!important}.i-padding-left-xl{padding-left:1.5rem!important;padding-left:var(--hcui-spacing-xl)!important}.i-padding-left-lg{padding-left:1rem!important;padding-left:var(--hcui-spacing-lg)!important}.i-padding-left,.i-padding-left-md{padding-left:.75rem!important;padding-left:var(--hcui-spacing-md)!important}.i-padding-left-sm{padding-left:.5rem!important;padding-left:var(--hcui-spacing-sm)!important}.i-padding-left-xs{padding-left:.25rem!important;padding-left:var(--hcui-spacing-xs)!important}.i-padding-left-2xs{padding-left:.125rem!important;padding-left:var(--hcui-spacing-2xs)!important}.i-padding-left-none{padding-left:0!important}.i-padding-v-4xl{padding-top:3rem!important;padding-top:var(--hcui-spacing-4xl)!important;padding-bottom:3rem!important;padding-bottom:var(--hcui-spacing-4xl)!important}.i-padding-v-3xl{padding-top:2.5rem!important;padding-top:var(--hcui-spacing-3xl)!important;padding-bottom:2.5rem!important;padding-bottom:var(--hcui-spacing-3xl)!important}.i-padding-v-2xl{padding-top:2rem!important;padding-top:var(--hcui-spacing-2xl)!important;padding-bottom:2rem!important;padding-bottom:var(--hcui-spacing-2xl)!important}.i-padding-v-xl{padding-top:1.5rem!important;padding-top:var(--hcui-spacing-xl)!important;padding-bottom:1.5rem!important;padding-bottom:var(--hcui-spacing-xl)!important}.i-padding-v-lg{padding-top:1rem!important;padding-top:var(--hcui-spacing-lg)!important;padding-bottom:1rem!important;padding-bottom:var(--hcui-spacing-lg)!important}.i-padding-v,.i-padding-v-md{padding-top:.75rem!important;padding-top:var(--hcui-spacing-md)!important;padding-bottom:.75rem!important;padding-bottom:var(--hcui-spacing-md)!important}.i-padding-v-sm{padding-top:.5rem!important;padding-top:var(--hcui-spacing-sm)!important;padding-bottom:.5rem!important;padding-bottom:var(--hcui-spacing-sm)!important}.i-padding-v-xs{padding-top:.25rem!important;padding-top:var(--hcui-spacing-xs)!important;padding-bottom:.25rem!important;padding-bottom:var(--hcui-spacing-xs)!important}.i-padding-v-2xs{padding-top:.125rem!important;padding-top:var(--hcui-spacing-2xs)!important;padding-bottom:.125rem!important;padding-bottom:var(--hcui-spacing-2xs)!important}.i-padding-v-none{padding-top:0!important;padding-bottom:0!important}.i-padding-h-4xl{padding-left:3rem!important;padding-left:var(--hcui-spacing-4xl)!important;padding-right:3rem!important;padding-right:var(--hcui-spacing-4xl)!important}.i-padding-h-3xl{padding-left:2.5rem!important;padding-left:var(--hcui-spacing-3xl)!important;padding-right:2.5rem!important;padding-right:var(--hcui-spacing-3xl)!important}.i-padding-h-2xl{padding-left:2rem!important;padding-left:var(--hcui-spacing-2xl)!important;padding-right:2rem!important;padding-right:var(--hcui-spacing-2xl)!important}.i-padding-h-xl{padding-left:1.5rem!important;padding-left:var(--hcui-spacing-xl)!important;padding-right:1.5rem!important;padding-right:var(--hcui-spacing-xl)!important}.i-padding-h-lg{padding-left:1rem!important;padding-left:var(--hcui-spacing-lg)!important;padding-right:1rem!important;padding-right:var(--hcui-spacing-lg)!important}.i-padding-h,.i-padding-h-md{padding-left:.75rem!important;padding-left:var(--hcui-spacing-md)!important;padding-right:.75rem!important;padding-right:var(--hcui-spacing-md)!important}.i-padding-h-sm{padding-left:.5rem!important;padding-left:var(--hcui-spacing-sm)!important;padding-right:.5rem!important;padding-right:var(--hcui-spacing-sm)!important}.i-padding-h-xs{padding-left:.25rem!important;padding-left:var(--hcui-spacing-xs)!important;padding-right:.25rem!important;padding-right:var(--hcui-spacing-xs)!important}.i-padding-h-2xs{padding-left:.125rem!important;padding-left:var(--hcui-spacing-2xs)!important;padding-right:.125rem!important;padding-right:var(--hcui-spacing-2xs)!important}.i-padding-h-none{padding-left:0!important;padding-right:0!important}body{overflow:hidden}body ::-webkit-scrollbar{-webkit-appearance:none;height:10px;width:10px}body ::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:0}body ::-webkit-scrollbar-thumb{cursor:pointer;background:#606060;background:var(--hcui-color-text-medium-contrast)}body .ui.forge-datatable-wrap .p-datatable .p-datatable-scrollable-body::-webkit-scrollbar-thumb:hover,body ::-webkit-scrollbar-thumb:hover{background:#535353}.i-selectable{-webkit-user-select:text;user-select:text}.i-unselectable{-webkit-user-select:none;user-select:none}.i-text-align-left{text-align:left!important}.i-text-align-center{text-align:center!important}.i-text-align-right{text-align:right!important}.i-text-transform-none{text-transform:none!important}.i-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-pre-wrap{white-space:pre-wrap}.i-fluid{width:100%!important}html .ui.button.disabled{cursor:default}.ui.dimmer{background-color:rgba(0,0,0,.65)}.ui.popup{border-color:#d0d0d0;border-color:var(--hcui-color-separator);border-radius:0}.ui.popup,.ui.popup.bottom:before,.ui.popup.top:before{background-color:#fff;background-color:var(--hcui-color-component-background)}.ui.popup.top.center:before,.ui.popup.top.left:before,.ui.popup.top.right:before{box-shadow:1px 1px 0 0 #d0d0d0;box-shadow:1px 1px 0 0 var(--hcui-color-separator)}.ui.popup.bottom.center:before,.ui.popup.bottom.left:before,.ui.popup.bottom.right:before{box-shadow:-1px -1px 0 0 #d0d0d0;box-shadow:-1px -1px 0 0 var(--hcui-color-separator)}.ui.dropdown.active.selection.visible .selected.item{background-color:#f7f7f7!important;background-color:var(--hcui-color-content-background)!important}.ui.single-input input[type=password]::-ms-clear,.ui.single-input input[type=password]::-ms-reveal{display:none}.ui.color-picker .color-input-wrap input.multi-color-type-input{width:28px!important;-moz-appearance:textfield}.ui.color-picker .color-input-wrap input.multi-color-type-input::-webkit-inner-spin-button,.ui.color-picker .color-input-wrap input.multi-color-type-input::-webkit-outer-spin-button{-webkit-appearance:none}html.i-organization-theme .ui.notification.information{border-color:var(--organization-theme-informationColor,var(--light-theme-hcui-color-info))}html.i-organization-theme .ui.notification.information .h-icon{color:var(--light-theme-hcui-color-info)!important;color:var(--organization-theme-informationColor,var(--light-theme-hcui-color-info))!important}html.i-organization-theme .ui.notification.important{border-color:var(--organization-theme-importantColor,var(--light-theme-hcui-color-important))}html.i-organization-theme .ui.notification.important .h-icon{color:var(--light-theme-hcui-color-important)!important;color:var(--organization-theme-importantColor,var(--light-theme-hcui-color-important))!important}html.i-organization-theme .ui.notification.success{border-color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success))}html.i-organization-theme .ui.notification.success .h-icon{color:var(--light-theme-hcui-color-success)!important;color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success))!important}html.i-organization-theme .ui.notification.alert{border-color:var(--organization-theme-alertColor,var(--light-theme-hcui-color-alert))}html.i-organization-theme .ui.notification.alert .h-icon{color:var(--light-theme-hcui-color-alert)!important;color:var(--organization-theme-alertColor,var(--light-theme-hcui-color-alert))!important}html.i-organization-theme .ui.notification.error{border-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}html.i-organization-theme .ui.notification.error .h-icon{color:var(--light-theme-hcui-color-error)!important;color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))!important}html.i-organization-theme .ui.notification.critical{border-color:var(--organization-theme-criticalColor,var(--light-theme-hcui-color-critical))}html.i-organization-theme .ui.notification.critical .h-icon{color:var(--light-theme-hcui-color-critical)!important;color:var(--organization-theme-criticalColor,var(--light-theme-hcui-color-critical))!important}html.i-organization-theme .ui.button:not(.disabled).primary{border-color:var(--organization-theme-themeColor,var(--hcui-color-primary));background-color:var(--hcui-color-primary);background-color:var(--organization-theme-themeColor,var(--hcui-color-primary))}html.i-organization-theme .ui.button:not(.disabled).primary:hover{border-color:var(--organization-theme-themeColor-hover,var(--button-hover-color));background-color:var(--button-hover-color);background-color:var(--organization-theme-themeColor-hover,var(--button-hover-color))}html.i-organization-theme .ui.button:not(.disabled).primary:active{border-color:var(--organization-theme-themeColor-focus,var(--button-primary-color-focus));background-color:var(--button-primary-color-focus);background-color:var(--organization-theme-themeColor-focus,var(--button-primary-color-focus))}html.i-organization-theme .ui.button:not(.disabled).secondary{border-color:var(--organization-theme-themeColor,var(--hcui-color-primary));color:var(--hcui-color-primary);color:var(--organization-theme-themeColor,var(--hcui-color-primary))}html.i-organization-theme .ui.button:not(.disabled).secondary:hover{border-color:var(--organization-theme-themeColor-hover,var(--button-hover-color));color:var(--button-hover-color);color:var(--organization-theme-themeColor-hover,var(--button-hover-color))}html.i-organization-theme .ui.button:not(.disabled).secondary:active{border-color:var(--organization-theme-themeColor-focus,var(--button-primary-color-focus));color:var(--button-primary-color-focus);color:var(--organization-theme-themeColor-focus,var(--button-primary-color-focus))}.i-popup{padding:var(--hcui-spacing-md);background-color:var(--hcui-color-component-background);border:var(--hcui-border-width) solid var(--hcui-color-stroke-interactive);box-shadow:0 4px 8px 0 rgba(0,0,0,.1);font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);overflow:hidden}.i-popup.i-scrollable{overflow:auto}.i-popup-wrapper{display:-webkit-flex;display:flex;outline:none;z-index:1000}.i-popup-wrapper>.i-popup-arrow:before{content:"";position:absolute;width:.75rem;height:.75rem;top:-.375rem;left:-.375rem;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:var(--hcui-color-component-background);border:var(--hcui-border-width) solid var(--hcui-color-stroke-interactive)}.i-popup-wrapper>.i-popup-arrow[data-placement^=top]{bottom:0}.i-popup-wrapper>.i-popup-arrow[data-placement^=top]:before{border-top:0;border-left:0}.i-popup-wrapper>.i-popup-arrow[data-placement^=right]{left:0}.i-popup-wrapper>.i-popup-arrow[data-placement^=right]:before{border-top:0;border-right:0}.i-popup-wrapper>.i-popup-arrow[data-placement^=bottom]{top:0}.i-popup-wrapper>.i-popup-arrow[data-placement^=bottom]:before{border-bottom:0;border-right:0}.i-popup-wrapper>.i-popup-arrow[data-placement^=left]{right:0}.i-popup-wrapper>.i-popup-arrow[data-placement^=left]:before{border-bottom:0;border-left:0}.i-tooltip-wrapper{pointer-events:none}.i-tooltip-wrapper .i-tooltip{padding:var(--hcui-spacing-sm) var(--hcui-spacing-md);border:none;font-size:.75rem;line-height:1.125rem;max-width:15rem;min-width:-webkit-min-content;min-width:min-content;transition:opacity .15s linear;opacity:1}.i-tooltip-wrapper .i-tooltip.i-transition{opacity:0}.i-tooltip-wrapper .i-tooltip .i-tooltip-header{font-weight:700;margin-bottom:var(--hcui-spacing-2xs)}.i-tooltip-wrapper .i-tooltip.i-arrow:before{position:absolute;content:"";height:.5rem;width:.5rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=top-start]:before{bottom:-.25rem;left:.5rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=top]:before{bottom:-.25rem;left:50%;margin-left:-.25rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=top-end]:before{bottom:-.25rem;right:.5rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=bottom-start]:before{top:-.25rem;left:.5rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=bottom]:before{top:-.25rem;left:50%;margin-left:-.25rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=bottom-end]:before{top:-.25rem;right:.5rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=left-start]:before{top:.5rem;right:-.25rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=left]:before{top:50%;right:-.25rem;margin-top:-.25rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=left-end]:before{bottom:.5rem;right:-.25rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=right-start]:before{top:.5rem;left:-.25rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=right]:before{top:50%;left:-.25rem;margin-top:-.25rem}.i-tooltip-wrapper .i-tooltip.i-arrow[data-placement=right-end]:before{bottom:.5rem;left:-.25rem}.i-tooltip-wrapper .i-tooltip.i-inverse{color:var(--hcui-color-text-inverse)}.i-tooltip-wrapper .i-tooltip.i-inverse,.i-tooltip-wrapper .i-tooltip.i-inverse:before{background-color:var(--hcui-color-inverted-component-background)}.i-tooltip-wrapper .i-tooltip.i-tone-on-tone{color:var(--hcui-color-text-base)}.i-tooltip-wrapper .i-tooltip.i-tone-on-tone,.i-tooltip-wrapper .i-tooltip.i-tone-on-tone:before{background-color:var(--hcui-color-component-background)}.i-tooltip-wrapper .i-tooltip.i-validation-error{color:var(--hcui-color-text-fixed)}.i-tooltip-wrapper .i-tooltip.i-validation-error,.i-tooltip-wrapper .i-tooltip.i-validation-error:before{background-color:var(--light-theme-hcui-color-error);background-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-icon{display:inline-block;vertical-align:middle}.i-icon:not(.h-icon){height:1.5rem;width:1.5rem}.i-icon.i-small{height:1rem;width:1rem}.i-icon.i-medium{height:1.5rem;width:1.5rem}.i-icon.i-large{height:2rem;width:2rem}.i-icon.i-xlarge{height:4rem;width:4rem}.i-icon.h-icon{padding:0!important}.i-icon.h-icon.i-small{font-size:1rem}.i-icon.h-icon.i-medium{font-size:1.5rem}.i-icon.h-icon.i-large{font-size:2rem}.i-icon.h-icon.i-xlarge{font-size:4rem}.i-icon.i-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.i-icon.i-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}svg.i-icon{fill:currentColor}.i-vertical-menu{width:12rem;border:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-vertical-menu .i-vertical-menu-group>.i-group-title{color:var(--hcui-color-text-medium-contrast);font-size:.75rem;font-weight:600;text-transform:uppercase;padding:var(--hcui-spacing-sm) var(--hcui-spacing-md) var(--hcui-spacing-3xs)}.i-vertical-menu .i-vertical-menu-item,.i-vertical-menu .i-vertical-menu-sub-menu{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:var(--hcui-spacing-sm) var(--hcui-spacing-md);cursor:pointer}.i-vertical-menu .i-vertical-menu-item>*,.i-vertical-menu .i-vertical-menu-sub-menu>*{-webkit-flex:0 0 auto;flex:0 0 auto}.i-vertical-menu .i-vertical-menu-item>.i-item-icon,.i-vertical-menu .i-vertical-menu-sub-menu>.i-item-icon{display:-webkit-flex;display:flex}.i-vertical-menu .i-vertical-menu-item>.i-item-content,.i-vertical-menu .i-vertical-menu-sub-menu>.i-item-content{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-vertical-menu .i-vertical-menu-item>*+*,.i-vertical-menu .i-vertical-menu-sub-menu>*+*{margin-left:var(--hcui-spacing-sm)}.i-vertical-menu .i-vertical-menu-item.i-loading,.i-vertical-menu .i-vertical-menu-sub-menu.i-loading{cursor:default}.i-vertical-menu .i-vertical-menu-item.i-loading>.i-item-icon:first-child,.i-vertical-menu .i-vertical-menu-sub-menu.i-loading>.i-item-icon:first-child{position:relative}.i-vertical-menu .i-vertical-menu-item.i-loading>.i-item-icon:first-child>*,.i-vertical-menu .i-vertical-menu-sub-menu.i-loading>.i-item-icon:first-child>*{visibility:hidden}.i-vertical-menu .i-vertical-menu-item.i-loading>.i-item-icon:first-child:after,.i-vertical-menu .i-vertical-menu-sub-menu.i-loading>.i-item-icon:first-child:after{content:"";position:absolute;display:inline-block;height:100%;width:100%;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}html.honeywell-dark-theme .i-vertical-menu .i-vertical-menu-item.i-loading>.i-item-icon:first-child:after,html.honeywell-dark-theme .i-vertical-menu .i-vertical-menu-sub-menu.i-loading>.i-item-icon:first-child:after{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-vertical-menu .i-vertical-menu-item.i-disabled,.i-vertical-menu .i-vertical-menu-sub-menu.i-disabled{color:var(--hcui-color-text-low-contrast);cursor:not-allowed}.i-vertical-menu .i-vertical-menu-item.i-active,.i-vertical-menu .i-vertical-menu-item:hover:not(.i-disabled):not(.i-loading),.i-vertical-menu .i-vertical-menu-sub-menu.i-active,.i-vertical-menu .i-vertical-menu-sub-menu:hover:not(.i-disabled):not(.i-loading){background-color:var(--hcui-color-secondary-hover)}.i-vertical-menu .i-vertical-menu-sub-menu{padding-right:var(--hcui-spacing-sm)}.i-vertical-menu>:not(:first-child){border-top:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-vertical-menu-sub-menu-popup.i-popup{border:0;padding:0}.i-vertical-menu-sub-menu-popup .i-vertical-menu{width:-webkit-min-content;width:min-content;min-width:8rem;max-width:20rem}.i-context-menu-trigger{padding:var(--hcui-spacing-sm)}.i-context-menu-trigger:not(:disabled){color:var(--hcui-color-icon-active);transition:color .1s linear;cursor:pointer}.i-context-menu-trigger:not(:disabled):hover{color:var(--hcui-color-icon-hover)}.i-context-menu-trigger:disabled,.i-context-menu-trigger:not(:disabled).disabled,.i-context-menu-trigger:not(:disabled):active{color:var(--hcui-color-icon-disabled)}.i-context-menu-popup.i-popup{padding:0;border:0}.i-context-menu-popup .i-vertical-menu{width:-webkit-min-content;width:min-content;min-width:8rem;max-width:20rem}.i-icon-button{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible}.i-icon-button:not([disabled]){cursor:pointer}.i-icon-button:-moz-focus-inner{border:none}.i-icon-button:not(:disabled){color:var(--hcui-color-icon-active);transition:color .1s linear;cursor:pointer}.i-icon-button:not(:disabled):hover{color:var(--hcui-color-icon-hover)}.i-icon-button:disabled,.i-icon-button:not(:disabled).disabled,.i-icon-button:not(:disabled):active{color:var(--hcui-color-icon-disabled)}.i-icon-button>.i-icon{display:block}.i-action-menu{position:relative;display:block;height:100%;width:100%}.i-action-menu>.i-action-menu-inner-wrapper{position:absolute;top:0;bottom:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}.i-action-menu>.i-action-menu-inner-wrapper.i-align-left{left:0}.i-action-menu>.i-action-menu-inner-wrapper.i-align-right{right:0}.i-action-menu .i-action-group,.i-action-menu .i-action-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-action-menu .i-action-item{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding:var(--hcui-spacing-sm);font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:600;-webkit-user-select:none;user-select:none}.i-action-menu .i-action-item:not(.i-disabled):not(.i-loading){cursor:pointer}.i-action-menu .i-action-item:not(.i-disabled):not(.i-loading):hover{background-color:var(--hcui-color-secondary-hover)}.i-action-menu .i-action-item:not(.i-disabled):not(.i-loading).i-active,.i-action-menu .i-action-item:not(.i-disabled):not(.i-loading):active{background-color:var(--hcui-color-secondary-active)}.i-action-menu .i-action-item.i-disabled{color:var(--hcui-color-text-low-contrast)}.i-action-menu .i-action-item>.i-action-icon{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex}.i-action-menu .i-action-item>.i-action-icon>.i-icon{display:block}.i-action-menu .i-action-item>.i-action-icon>.i-icon.i-size-default{height:1.5rem;width:1.5rem;font-size:1.5rem}.i-action-menu .i-action-item>.i-action-text{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-action-menu .i-action-item>.i-action-icon+.i-action-text{margin-left:var(--hcui-spacing-xs)}.i-action-menu .i-action-item.i-loading{cursor:default}.i-action-menu .i-action-item.i-loading>.i-action-icon{position:relative}.i-action-menu .i-action-item.i-loading>.i-action-icon>*{visibility:hidden}.i-action-menu .i-action-item.i-loading>.i-action-icon:after{content:"";position:absolute;display:inline-block;height:100%;width:100%;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}html.honeywell-dark-theme .i-action-menu .i-action-item.i-loading>.i-action-icon:after{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-action-menu .i-action-group:not(:last-child):after,.i-action-menu .i-action-item+.i-action-group:before{content:"";display:block;width:1px;height:1.5rem;margin:0 var(--hcui-spacing-sm);background-color:var(--hcui-color-separator)}.i-alarm-list{position:relative;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:var(--hcui-color-component-background)}.i-alarm-list>.i-list-header{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:2rem;padding:0 var(--hcui-spacing-sm);background-color:var(--hcui-color-content-background)}.i-alarm-list>.i-list-header>.i-list-title{-webkit-flex:1 1 auto;flex:1 1 auto;color:var(--hcui-color-text-medium-contrast);font-size:.75rem;font-weight:600;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-alarm-list>.i-list-header>.i-list-sort-menu-button{-webkit-flex:0 0 auto;flex:0 0 auto;padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;display:-webkit-flex;display:flex}.i-alarm-list>.i-list-header>.i-list-sort-menu-button:not([disabled]){cursor:pointer}.i-alarm-list>.i-list-header>.i-list-sort-menu-button:-moz-focus-inner{border:none}.i-alarm-list>.i-list-content{-webkit-flex:1 1 auto;flex:1 1 auto}.i-alarm-list>.i-list-content.i-scrollable{overflow:auto}.i-alarm-list>.i-list-content>.i-list-sort-menu>.i-list-sort-option{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;padding:var(--hcui-spacing-sm) var(--hcui-spacing-md);border-bottom:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-alarm-list>.i-list-content>.i-list-sort-menu>.i-list-sort-option:hover{background-color:var(--hcui-color-secondary-hover);cursor:pointer}.i-alarm-list-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:4.125rem;padding:0 var(--hcui-spacing-md);background-color:var(--hcui-color-component-background);border-bottom:var(--hcui-color-separator) var(--hcui-border-width) solid;overflow:hidden}.i-alarm-list-item.i-clickable:hover{background-color:var(--hcui-color-secondary-hover);cursor:pointer}.i-alarm-list-item.i-unread{font-weight:700}.i-alarm-list-item>.i-item-icon{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;margin-right:var(--hcui-spacing-sm)}.i-alarm-list-item>.i-item-body{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.i-alarm-list-item>.i-item-body>.i-item-header{display:-webkit-flex;display:flex}.i-alarm-list-item>.i-item-body>.i-item-header>.i-item-title{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-alarm-list-item>.i-item-body>.i-item-header>.i-item-time{-webkit-flex:0 0 auto;flex:0 0 auto;margin:0 var(--hcui-spacing-sm);font-size:.75rem;font-weight:600;color:var(--hcui-color-text-medium-contrast)}.i-alarm-list-item>.i-item-body>.i-item-message{display:block;font-size:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2rem;line-height:1rem;color:var(--hcui-color-text-medium-contrast)}.i-alarm-list-item>.i-item-chevron{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex}.i-alarm-list.i-compact-rows .i-alarm-list-item{height:2.875rem}.i-alarm-list.i-compact-rows .i-alarm-list-item .i-item-message{height:1.25rem;line-height:1rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.i-alarm-list-details{position:absolute;top:0;bottom:0;left:0;right:0;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.i-alarm-list-details>.i-details-header{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:2rem;padding-left:var(--hcui-spacing-sm);background-color:var(--hcui-color-primary);background-color:var(--organization-theme-themeColor,var(--hcui-color-primary));color:var(--hcui-color-text-inverse)}.i-alarm-list-details>.i-details-header>.i-details-title{-webkit-flex:1 1 auto;flex:1 1 auto;color:var(--hcui-color-text-medium-contrast);font-size:.75rem;font-weight:600;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--hcui-color-text-inverse)}.i-alarm-list-details>.i-details-header>.i-details-close{-webkit-flex:0 0 auto;flex:0 0 auto;padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:100%;width:2rem}.i-alarm-list-details>.i-details-header>.i-details-close:not([disabled]){cursor:pointer}.i-alarm-list-details>.i-details-header>.i-details-close:-moz-focus-inner{border:none}.i-alarm-list-details>.i-details-summary{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;margin-top:var(--hcui-spacing-md);padding:0 var(--hcui-spacing-md);overflow:hidden}.i-alarm-list-details>.i-details-summary>.i-item-icon{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;margin-right:var(--hcui-spacing-sm)}.i-alarm-list-details>.i-details-summary>.i-item-flex{-webkit-flex:1 1 auto;flex:1 1 auto}.i-alarm-list-details>.i-details-summary>.i-item-flex>.i-item-time{float:right;margin-left:var(--hcui-spacing-sm);font-size:.75rem;font-weight:600;color:var(--hcui-color-text-medium-contrast)}.i-alarm-list-details>.i-details-summary>.i-item-flex .i-item-location,.i-alarm-list-details>.i-details-summary>.i-item-flex .i-item-message{display:block;margin-top:var(--hcui-spacing-sm)}.i-alarm-list-details>.i-details-summary>.i-item-flex .i-item-location{color:var(--hcui-color-text-low-contrast)}.i-alarm-list-details>.i-details-resolution{-webkit-flex:0 1 auto;flex:0 1 auto;overflow:auto;padding:0 var(--hcui-spacing-md)}.i-alarm-list-details>.i-details-resolution .i-resolution-title{color:var(--hcui-color-text-medium-contrast);font-size:.75rem;font-weight:600;text-transform:uppercase}.i-alarm-list-details>.i-details-resolution .i-resolution-message{display:block;margin-top:var(--hcui-spacing-sm);white-space:pre-wrap}.i-alarm-list-details>.i-details-content{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:auto;padding:0 var(--hcui-spacing-md)}.i-alarm-list-details>.i-details-footer{-webkit-flex:0 0 auto;flex:0 0 auto;overflow:hidden;margin-top:var(--hcui-spacing-md);padding:0 var(--hcui-spacing-md)}.i-alarm-list-details>:last-child{margin-bottom:var(--hcui-spacing-md)}.i-empty-collection{position:absolute;top:0;left:0;z-index:2;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:100%;width:100%;overflow:hidden;background-color:var(--hcui-color-component-background);color:var(--hcui-color-text-medium-contrast)}.i-empty-collection.i-static{position:static;padding:var(--hcui-spacing-xl)}.i-empty-collection>div{-webkit-flex-direction:column;flex-direction:column;max-width:20rem}.i-empty-collection>div,.i-empty-collection>div>.i-empty-icon{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-empty-collection>div>.i-empty-icon{-webkit-justify-content:center;justify-content:center;height:7.5rem;width:7.5rem;margin-bottom:var(--hcui-spacing-md);border-radius:50%;background-color:var(--hcui-color-content-background);color:var(--hcui-color-text-medium-contrast)}.i-empty-collection>div>.i-empty-icon .i-icon.i-size-default{height:4rem;width:4rem;font-size:4rem}.i-empty-collection>div>.i-empty-title{font-weight:400;font-size:var(--hcui-font-size-h4);line-height:var(--hcui-line-height-h4);font-weight:700;text-transform:uppercase}.i-empty-collection>div>.i-empty-message,.i-empty-collection>div>.i-empty-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;color:var(--hcui-color-text-base);text-align:center;color:var(--hcui-color-text-medium-contrast)}.i-empty-collection>div>.i-empty-message{font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);margin-top:var(--hcui-spacing-md)}.i-empty-collection.i-compressed .i-empty-icon{display:none}.i-badge{display:inline-block;vertical-align:middle;font-size:.75rem;font-weight:600;text-align:center;border-radius:500rem;min-height:1rem;min-width:1rem;margin:0 var(--hcui-spacing-xs);padding:0 .25rem;line-height:1rem}.i-badge:first-child{margin-left:0}.i-badge:last-child{margin-right:0}.i-badge.i-red{background-color:var(--light-theme-hcui-color-error);background-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error));color:#fff}.i-badge.i-orange{background-color:var(--light-theme-hcui-color-alert);background-color:var(--organization-theme-alertColor,var(--light-theme-hcui-color-alert));color:#fff}.i-badge.i-yellow{background-color:var(--light-theme-hcui-color-important);background-color:var(--organization-theme-importantColor,var(--light-theme-hcui-color-important));color:#fff}.i-badge.i-green{background-color:var(--light-theme-hcui-color-success);background-color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success));color:#fff}.i-badge.i-blue{background-color:var(--light-theme-hcui-color-info);background-color:var(--organization-theme-informationColor,var(--light-theme-hcui-color-info));color:#fff}.i-badge.i-purple{background-color:#826ede;color:#fff}.i-badge.i-pink{background-color:#c955a1;color:#fff}.i-badge.i-grey{background-color:grey;color:#fff}.i-badge.i-empty{height:.5rem;width:.5rem;padding:0;min-height:0;min-width:0}.i-notification{display:-webkit-flex;display:flex;padding:var(--hcui-spacing-md);width:100%;background:var(--hcui-color-component-background);border:var(--hcui-spacing-3xs) solid;border-left:var(--hcui-spacing-sm) solid}.i-notification.i-critical{border-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-notification.i-important{border-color:var(--organization-theme-importantColor,var(--light-theme-hcui-color-important))}.i-notification.i-information{border-color:var(--organization-theme-informationColor,var(--light-theme-hcui-color-info))}.i-notification.i-success{border-color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success))}.i-notification>.i-notification-icon{-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:var(--hcui-spacing-sm)}.i-notification>.i-notification-content{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.i-notification .i-close-icon,.i-notification .i-details-link{float:right;margin-left:var(--hcui-spacing-sm)}.i-notification .i-notification-content .i-message,.i-notification .i-notification-content .i-title{white-space:pre-line;word-wrap:break-word}.i-notification .i-notification-content .i-title{font-weight:400;font-size:var(--hcui-font-size-h4);line-height:var(--hcui-line-height-h4);font-weight:700}.i-notification .i-notification-content .i-message,.i-notification .i-notification-content .i-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;color:var(--hcui-color-text-base)}.i-notification .i-notification-content .i-message{font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);line-height:1.25rem}.i-notification .i-notification-content .i-footer{margin-top:var(--hcui-spacing-xs)}.i-panelplus{height:100%;width:100%}.i-panelplus .i-panelplus-main{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;width:100%}.i-panelplus .i-panelplus-main>.i-panelplus-header{-webkit-flex:0 0 auto;flex:0 0 auto;padding:var(--hcui-spacing-lg);padding-bottom:0}.i-panelplus .i-panelplus-main>.i-panelplus-footer{-webkit-flex:0 0 auto;flex:0 0 auto;padding:var(--hcui-spacing-lg);padding-top:0}.i-panelplus .i-panelplus-main>.i-panelplus-body{-webkit-flex:1 1;flex:1 1;padding:0 var(--hcui-spacing-lg);overflow:hidden}.i-panelplus .i-panelplus-main>.i-panelplus-body.i-scrollable{overflow:auto}.i-panelplus .i-panelplus-main>.i-panelplus-body>.i-panelplus-body-inner-wrapper{height:100%}.i-panelplus .i-panelplus-main>section:last-of-type{padding-bottom:var(--hcui-spacing-lg)}.i-panelplus .i-panelplus-titlebar{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;margin-bottom:var(--hcui-spacing-lg)}.i-panelplus .i-panelplus-titlebar>.i-panelplus-title{-webkit-flex:0 0 auto;flex:0 0 auto;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:var(--hcui-color-text-base);letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h1);line-height:var(--hcui-line-height-h1);color:var(--hcui-color-text-high-contrast);line-height:2.125rem;margin-right:var(--hcui-spacing-lg)}.i-panelplus .i-panelplus-titlebar>.i-panelplus-instance-selector{-webkit-flex:0 1 auto;flex:0 1 auto;height:100%;margin-right:var(--hcui-spacing-lg);position:relative}.i-panelplus .i-panelplus-titlebar>.i-panelplus-instance-selector .i-dropdown{margin-top:-3px;margin-bottom:-3px}.i-panelplus .i-panelplus-titlebar>.i-panelplus-actions{-webkit-flex:1 1 auto;flex:1 1 auto;height:2.125rem;min-width:1.25rem;overflow:hidden}.i-panelplus .i-panelplus-titlebar>.i-panelplus-actions-internal{-webkit-flex:0 0 auto;flex:0 0 auto;height:2.125rem;min-width:7rem;overflow:hidden}.i-panelplus .i-panelplus-breadcrumbs .i-breadcrumb{margin:0 0 var(--hcui-spacing-sm) 0}.i-panelplus #i-panelplus-tabs{height:3rem;margin-bottom:var(--hcui-spacing-md)}.i-panelplus .i-panelplus-details{height:100%;width:100%;background-color:var(--hcui-color-component-background)}.i-panelplus .i-panelplus-details.i-details-overlay{position:absolute;overflow:hidden;box-sizing:content-box;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);transition:right .5s cubic-bezier(.5,0,.1,1),bottom .5s cubic-bezier(.5,0,.1,1)}.i-panelplus .i-panelplus-details.i-details-overlay.i-dock-right{top:0;bottom:0;border-left:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-panelplus .i-panelplus-details.i-details-overlay.i-dock-bottom{left:0;right:0;border-top:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-panelplus .i-dock-right .i-details-title{box-sizing:content-box;min-height:2.125rem;line-height:2.125rem;padding:var(--hcui-spacing-lg) var(--hcui-spacing-lg) var(--hcui-spacing-lg) 0}.i-panelplus .i-dock-bottom .i-details-title{line-height:48px;padding-left:var(--hcui-spacing-lg)}.i-panelplus.i-transition-forced .i-splitter-pane,.i-panelplus.i-transition-in-progress .i-splitter-pane{transition:-webkit-flex-basis .5s cubic-bezier(.5,0,.1,1);transition:flex-basis .5s cubic-bezier(.5,0,.1,1);transition:flex-basis .5s cubic-bezier(.5,0,.1,1),-webkit-flex-basis .5s cubic-bezier(.5,0,.1,1)}.i-panelplus .i-panelplus-details.i-closed .i-details-pane .i-details-title,.i-panelplus .i-panelplus-details.i-closed .i-details-pane>:not(.i-details-header){opacity:0}.i-panelplus.i-transition-forced .i-panelplus-details .i-details-pane .i-details-title,.i-panelplus.i-transition-forced .i-panelplus-details .i-details-pane>:not(.i-details-header),.i-panelplus.i-transition-in-progress .i-panelplus-details .i-details-pane .i-details-title,.i-panelplus.i-transition-in-progress .i-panelplus-details .i-details-pane>:not(.i-details-header){transition:opacity .5s cubic-bezier(.5,0,.1,1)}.i-panelplus .i-panelplus-details.i-closed .i-details-toggle>.h-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.i-panelplus.i-transition-forced .i-details-toggle>.h-icon,.i-panelplus.i-transition-in-progress .i-details-toggle>.h-icon{transition:-webkit-transform .5s cubic-bezier(.5,0,.1,1);transition:transform .5s cubic-bezier(.5,0,.1,1);transition:transform .5s cubic-bezier(.5,0,.1,1),-webkit-transform .5s cubic-bezier(.5,0,.1,1)}.i-panelplus.i-gutterless>.i-panelplus-main>.i-panelplus-body{padding-left:0!important;padding-right:0!important}.i-window.i-closable .i-panelplus-titlebar{padding-right:calc(var(--hcui-spacing-lg) + 1rem)}.i-window .i-panelplus .i-panelplus-main{background-color:var(--hcui-color-component-background)}.i-window.i-size-fill .i-panelplus .i-panelplus-main{background-color:var(--hcui-color-content-background)}.i-dashboard-header-tile .i-panelplus .i-panelplus-titlebar>.i-panelplus-title,.ui.dashboard-wrap .ui.tile-container .i-panelplus .i-panelplus-titlebar>.i-panelplus-title{font-size:1.35rem}.i-back-button{height:2.125rem;position:relative}.i-back-button.ui.button.link{margin-right:var(--hcui-spacing-md)!important;padding-right:var(--hcui-spacing-md)!important}.i-back-button.ui.button.link .button-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%;overflow:hidden}.i-back-button.ui.button.link .i-icon{margin-left:-4px;margin-right:var(--hcui-spacing-xs);color:var(--hcui-color-text-base)}.i-back-button:after{content:"";position:absolute;top:12.5%;right:-1px;display:block;height:75%;width:1px;background-color:var(--hcui-color-separator)}.i-splitter{display:-webkit-flex;display:flex;height:100%;overflow:hidden}.i-splitter.i-orientation-vertical{-webkit-flex-direction:row;flex-direction:row}.i-splitter.i-orientation-horizontal{-webkit-flex-direction:column;flex-direction:column}.i-splitter>.i-splitter-pane{-webkit-flex:1 1;flex:1 1}.i-splitter>.i-splitter-pane.i-fixed-size{-webkit-flex:0 0 auto;flex:0 0 auto}.i-splitter>.i-splitter-pane{position:relative;overflow:hidden}.i-splitter>.i-splitter-pane.i-scrollable{overflow:auto}.i-splitter>.i-splitter-bar{-webkit-flex:0 0 auto;flex:0 0 auto;position:relative;z-index:1;background-color:var(--hcui-color-separator)}.i-splitter>.i-splitter-bar.i-resize-handle{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;color:var(--hcui-color-icon-active);transition:color .1s linear;cursor:pointer}.i-splitter>.i-splitter-bar.i-resize-handle:hover{color:var(--hcui-color-icon-hover)}.i-splitter>.i-splitter-bar.i-resize-handle.disabled,.i-splitter>.i-splitter-bar.i-resize-handle:active{color:var(--hcui-color-icon-disabled)}.i-splitter.i-orientation-vertical>.i-splitter-bar{height:auto;width:1px}.i-splitter.i-orientation-vertical>.i-splitter-bar.i-draggable{cursor:ew-resize}.i-splitter.i-orientation-vertical>.i-splitter-bar.i-invisible{width:0}.i-splitter.i-orientation-vertical>.i-splitter-bar.i-resize-handle{width:1rem;background-color:var(--hcui-color-secondary-active);border-left:1px solid var(--hcui-color-separator);border-right:1px solid var(--hcui-color-separator)}.i-splitter.i-orientation-horizontal>.i-splitter-bar{height:1px;width:auto}.i-splitter.i-orientation-horizontal>.i-splitter-bar.i-draggable{cursor:ns-resize}.i-splitter.i-orientation-horizontal>.i-splitter-bar.i-invisible{height:0}.i-splitter.i-orientation-horizontal>.i-splitter-bar.i-resize-handle{height:1rem;background-color:var(--hcui-color-secondary-active);border-top:1px solid var(--hcui-color-separator);border-bottom:1px solid var(--hcui-color-separator)}.i-splitter.i-orientation-horizontal>.i-splitter-bar.i-resize-handle>.i-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.i-splitter>.i-splitter-bar.i-draggable:after{content:"";display:block;position:absolute}.i-splitter.i-orientation-vertical>.i-splitter-bar.i-draggable:after{height:100%;width:12px;top:0;left:0}.i-splitter.i-orientation-horizontal>.i-splitter-bar.i-draggable:after{height:12px;width:100%;top:0;left:0}.i-splitter.i-drag-in-progress{-webkit-user-select:none;user-select:none}.i-splitter.i-drag-in-progress.i-orientation-vertical{cursor:ew-resize!important}.i-splitter.i-drag-in-progress.i-orientation-horizontal{cursor:ns-resize!important}.i-tabstrip{position:relative;display:block;height:2.5rem;box-sizing:content-box;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none}.i-tabstrip>.i-tabstrip-inner-wrapper{position:absolute;top:0;bottom:0;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;transition:-webkit-transform .25s cubic-bezier(.5,0,.1,1);transition:transform .25s cubic-bezier(.5,0,.1,1);transition:transform .25s cubic-bezier(.5,0,.1,1),-webkit-transform .25s cubic-bezier(.5,0,.1,1)}.i-tabstrip>.i-tabstrip-inner-wrapper>.i-tabstrip-tab{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%;padding:0 var(--hcui-spacing-sm);border-top:.25rem solid transparent;border-bottom:.25rem solid transparent;font-weight:600;opacity:.8;cursor:pointer}.i-tabstrip>.i-tabstrip-inner-wrapper>.i-tabstrip-tab.i-active{border-bottom-color:var(--organization-theme-themeColor,var(--hcui-color-primary));opacity:1}.i-tabstrip>.i-tabstrip-inner-wrapper>.i-tabstrip-tab.i-disabled{color:var(--hcui-color-text-low-contrast);cursor:not-allowed}.i-tabstrip>.i-tabstrip-nav-button{position:absolute;top:0;bottom:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:var(--hcui-spacing-xl);background-color:var(--hcui-color-chrome-background-hover);cursor:pointer}.i-tabstrip>.i-tabstrip-nav-button.i-prev{left:0}.i-tabstrip>.i-tabstrip-nav-button.i-next{right:0}.i-tabstrip>.i-tabstrip-nav-button:hover{background-color:#d3d3d3}.i-tabstrip .i-tab-badge+.i-tab-title{margin-left:var(--hcui-spacing-xs)}.i-details-view{display:-webkit-flex;display:flex;height:100%;width:100%}.i-details-view>div{position:absolute;height:100%;width:100%}.i-details-view>div.i-back{left:-100%}.i-details-view>div.i-normal{left:0}.i-details-view>div.i-forward{left:100%}.i-details-view.i-transition-in-progress>div{transition:left .5s cubic-bezier(.5,0,.1,1)}.i-details-pane{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;width:100%}.i-details-pane>.i-details-header{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:0}.i-details-pane>.i-details-header>.i-details-toggle{-webkit-flex:0 0 auto;flex:0 0 auto;padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible}.i-details-pane>.i-details-header>.i-details-toggle:not([disabled]){cursor:pointer}.i-details-pane>.i-details-header>.i-details-toggle:-moz-focus-inner{border:none}.i-details-pane>.i-details-header>.i-details-title{-webkit-flex:1 1 auto;flex:1 1 auto}.i-details-pane>.i-details-header>.i-details-close{padding-right:var(--hcui-spacing-lg)!important;padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible}.i-details-pane>.i-details-header>.i-details-close:not([disabled]){cursor:pointer}.i-details-pane>.i-details-header>.i-details-close:-moz-focus-inner{border:none}.i-details-pane>.i-details-body{-webkit-flex:1 1;flex:1 1;padding:0 var(--hcui-spacing-lg);overflow:auto}.i-details-pane>.i-details-body>.i-details-body-inner-wrapper{position:relative;height:100%}.i-details-pane>.i-details-footer{-webkit-flex:0 0 auto;flex:0 0 auto;padding:var(--hcui-spacing-lg)}.i-details-pane>section:last-of-type{padding-bottom:var(--hcui-spacing-lg)}.i-details-pane .i-details-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;text-transform:uppercase;color:var(--hcui-color-text-medium-contrast)}.i-details-pane .i-details-toggle{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:48px;width:48px;cursor:pointer}.i-details-pane .i-details-toggle>.h-icon{padding:0!important;color:var(--hcui-color-text-medium-contrast)}.i-loader-wrap{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.i-loader-wrap.i-loading{display:block}.i-loader-wrap>*{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.i-loader-wrap>.i-loader-overlay{background:var(--hcui-color-component-background)}.i-loader-wrap>.i-loader-content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.i-loader-wrap>.i-loader-content>.i-loader{display:inline-block;height:var(--hcui-spacing-4xl);width:var(--hcui-spacing-4xl);border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}html.honeywell-dark-theme .i-loader-wrap>.i-loader-content>.i-loader{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-loader-wrap>.i-loader-content>.i-loader-text{font-weight:600;padding-top:var(--hcui-spacing-lg)}.i-loader-wrap.i-inverted>.i-loader-content>.i-loader{display:inline-block;height:var(--hcui-spacing-4xl);width:var(--hcui-spacing-4xl);border-radius:100%;box-sizing:border-box;border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}.i-loader-wrap.i-inverted>.i-loader-content>.i-loader-text{color:var(--hcui-color-text-fixed)}.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-webkit-flex:1 1;flex:1 1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-webkit-align-self:flex-start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);-webkit-transform-origin:left;transform-origin:left}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;-webkit-transform-origin:right;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0)}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0)}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0)}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}.i-notification-toast .ui.notification{margin:0!important}.i-notification-toast .Toastify__toast-body{overflow-x:hidden}.i-notification-toast .Toastify__toast-body .content,.i-notification-toast .Toastify__toast-body .heading,.i-notification-toast .Toastify__toast-body .heading>span,.i-notification-toast .Toastify__toast-body .message,.i-notification-toast .Toastify__toast-body .message>div{overflow-x:hidden;word-wrap:break-word}.i-notification-toast-container.Toastify__toast-container--top-left,.i-notification-toast-container.Toastify__toast-container--top-right{top:4rem}.i-notification-toast-container.Toastify__toast-container--bottom-left,.i-notification-toast-container.Toastify__toast-container--bottom-right{max-height:75vh}.i-copyright{font-size:.75rem}.i-window-overlay{position:absolute;top:0;left:0;z-index:1000;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;height:100%;width:100%;overflow:hidden;background-color:rgba(0,0,0,.65)}.i-window-overlay:focus{outline:none!important}body>.i-window-overlay{position:fixed}.i-window.i-size-mini{width:350px}.i-window.i-size-small{width:500px}.i-window.i-size-large{width:75%}.i-window.i-size-fluid{height:calc(100% - 4rem);width:calc(100% - 4rem)}.i-window.i-size-fill,.i-window.i-size-fill>.i-window-inner-wrapper,.i-window.i-size-fluid>.i-window-inner-wrapper{height:100%;width:100%}.i-window{-webkit-align-self:center;align-self:center;justify-self:center;overflow:hidden;visibility:visible;background-color:var(--hcui-color-component-background);box-shadow:0 12px 24px 0 var(--hcui-shadow-color)}.i-window.i-fixed-position{position:absolute}.i-window:focus{outline:none!important}.i-window>.i-window-inner-wrapper{position:relative;z-index:1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.i-window>.i-window-inner-wrapper>section.i-window-header{-webkit-flex:0 0 auto;flex:0 0 auto;font-size:1.625rem;font-weight:400;line-height:2.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-window>.i-window-inner-wrapper>section.i-window-content{-webkit-flex:1 1;flex:1 1;overflow:hidden}.i-window>.i-window-inner-wrapper>section.i-window-content.i-scrollable{overflow:auto}.i-window>.i-window-inner-wrapper>section.i-window-footer{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;overflow:hidden}.i-window>.i-window-inner-wrapper>section.i-window-footer.i-align-center{-webkit-justify-content:center;justify-content:center}.i-window>.i-window-inner-wrapper>section.i-window-footer.i-align-right{-webkit-justify-content:flex-end;justify-content:flex-end}.i-window>.i-window-inner-wrapper>section{padding:0 var(--hcui-spacing-lg);padding-top:var(--hcui-spacing-lg)}.i-window>.i-window-inner-wrapper>section:last-of-type{padding-bottom:var(--hcui-spacing-lg)}.i-window.i-closable section.i-window-header{padding-right:calc(2rem + var(--hcui-spacing-lg))}.i-window-inner-wrapper>.i-close-icon{position:absolute;top:var(--hcui-spacing-lg);right:var(--hcui-spacing-lg);z-index:1;color:var(--hcui-color-stroke-interactive)}.i-window-inner-wrapper>.i-close-icon:hover{color:var(--hcui-color-icon-hover);cursor:pointer}.i-window.i-draggable>.i-window-inner-wrapper{padding-top:1.75rem}.i-window.i-draggable>.i-window-inner-wrapper>.i-drag-handle{position:absolute;top:0;left:0;height:1.75rem;width:100%;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-bottom:1px solid var(--hcui-color-separator)}.i-window.i-draggable>.i-window-inner-wrapper>.i-drag-handle>.i-icon{fill:var(--hcui-color-stroke-interactive)}.i-window.i-draggable>.i-window-inner-wrapper>.i-close-icon{top:calc(1.75rem + var(--hcui-spacing-lg))}.i-window-overlay.i-move-in-progress .i-drag-handle,.i-window-overlay:not(.i-resize-in-progress) .i-drag-handle:hover{background-color:var(--hcui-color-secondary-hover);cursor:move}.i-window-overlay.i-move-in-progress .i-drag-handle>.i-icon,.i-window-overlay:not(.i-resize-in-progress) .i-drag-handle:hover>.i-icon{fill:var(--hcui-color-icon-hover)}.i-window-resize-handlers>.i-resize-handle{position:absolute}.i-window-resize-handlers>.i-resize-handle.i-resize-n{top:-4px;left:0;cursor:n-resize}.i-window-resize-handlers>.i-resize-handle.i-resize-s{bottom:-4px;left:0;cursor:s-resize}.i-window-resize-handlers>.i-resize-handle.i-resize-e{top:0;right:-4px;cursor:e-resize}.i-window-resize-handlers>.i-resize-handle.i-resize-w{top:0;left:-4px;cursor:w-resize}.i-window-resize-handlers>.i-resize-handle.i-resize-ne{top:-8px;right:-8px;cursor:ne-resize}.i-window-resize-handlers>.i-resize-handle.i-resize-nw{top:-8px;left:-8px;cursor:nw-resize}.i-window-resize-handlers>.i-resize-handle.i-resize-se{bottom:-8px;right:-8px;cursor:se-resize}.i-window-resize-handlers>.i-resize-handle.i-resize-sw{bottom:-8px;left:-8px;cursor:sw-resize}.i-window-resize-handlers>.i-resize-handle.i-resize-n,.i-window-resize-handlers>.i-resize-handle.i-resize-s{height:8px;width:100%}.i-window-resize-handlers>.i-resize-handle.i-resize-e,.i-window-resize-handlers>.i-resize-handle.i-resize-w{height:100%;width:8px}.i-window-resize-handlers>.i-resize-handle.i-resize-ne,.i-window-resize-handlers>.i-resize-handle.i-resize-nw,.i-window-resize-handlers>.i-resize-handle.i-resize-se,.i-window-resize-handlers>.i-resize-handle.i-resize-sw{height:16px;width:16px}.i-window-overlay.i-move-in-progress,.i-window-overlay.i-resize-in-progress{-webkit-user-select:none;user-select:none}.i-error-overlay{border:1px solid var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-error-overlay .i-error-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.i-error-overlay .i-error-header>.i-divider{margin:0 var(--hcui-spacing-md);height:1.25rem;width:1px;background-color:var(--hcui-color-separator)}.i-error-overlay .i-error-header img+img{margin-left:var(--hcui-spacing-md);border-left:1px solid var(--hcui-color-separator);padding-left:var(--hcui-spacing-md)}.i-error-overlay .i-error-content{position:relative;height:100%;padding:0;margin-top:var(--hcui-spacing-2xl)}.i-error-overlay .i-error-content .i-loader{margin-top:var(--hcui-spacing-md);height:var(--hcui-spacing-xl)}.i-error-overlay .i-error-content .i-loader:not(.i-loading){visibility:hidden}.i-error-overlay .i-error-content .i-loader>span{display:inline-block;height:var(--hcui-spacing-xl);width:var(--hcui-spacing-xl);border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}html.honeywell-dark-theme .i-error-overlay .i-error-content .i-loader>span{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-error-overlay .i-error-footer{-webkit-justify-content:center;justify-content:center}.i-badged-icon{position:relative;display:inline-block;vertical-align:middle}.i-badged-icon>.i-badge{position:absolute;bottom:50%;right:-25%}.i-app-icon.i-initials{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:1.5rem;width:1.5rem;border:1px solid var(--hcui-color-text-base);font-size:.75rem;font-weight:600;overflow:hidden}.i-app-icon.i-initials.i-large{height:2rem;width:2rem;font-size:1rem}.i-header-flyout-menu.i-popup{overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 4rem);padding:0;z-index:10000}.i-app-launcher{width:16rem;box-sizing:content-box}.i-app-launcher>label{display:block;margin:var(--hcui-spacing-md);font-weight:700}.i-app-launcher>.i-app-launcher-menu{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:16rem}.i-app-launcher>.i-app-launcher-menu>.i-app-launcher-item{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;vertical-align:top;height:8rem;width:8rem;padding:var(--hcui-spacing-sm);padding-top:calc(var(--hcui-spacing-sm) + 1rem);white-space:normal}.i-app-launcher>.i-app-launcher-menu>.i-app-launcher-item:not([disabled]){cursor:pointer}.i-app-launcher>.i-app-launcher-menu>.i-app-launcher-item:-moz-focus-inner{border:none}.i-app-launcher>.i-app-launcher-menu>.i-app-launcher-item:hover{background-color:var(--hcui-color-chrome-background-hover)}.i-app-launcher>.i-app-launcher-menu>.i-app-launcher-item.i-active{background-color:var(--hcui-color-chrome-background-active)}.i-app-launcher>.i-app-launcher-menu>.i-app-launcher-item>.i-app-title{font-size:.75rem;font-weight:600;line-height:1rem;margin-top:var(--hcui-spacing-sm);height:3rem;width:100%;overflow:hidden;text-align:center}.i-app-launcher.ui.modal{padding:0!important;width:16rem!important}.i-app-tab{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:2.25rem;max-width:250px;padding:0 var(--hcui-spacing-sm);box-sizing:content-box;border:1px solid var(--hcui-color-separator);color:var(--hcui-color-text-medium-contrast);white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:pointer}.i-app-tab:before{content:"";position:absolute;top:0;left:0;display:block;height:.25rem;width:100%}.i-app-tab.i-severity-critical:before{background-color:var(--light-theme-hcui-color-error);background-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-app-tab.i-severity-warning:before{background-color:var(--light-theme-hcui-color-important);background-color:var(--organization-theme-importantColor,var(--light-theme-hcui-color-important))}.i-app-tab.i-active{background-color:var(--hcui-color-content-background)}.i-app-tab .i-tab-close:hover,.i-app-tab:hover>.i-tab-title{color:var(--hcui-color-text-high-contrast)}.i-app-tab>.i-tab-background{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--hcui-color-chrome-background);z-index:-1}.i-app-tab>.i-tab-title{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-app-tab>.i-tab-close{-webkit-flex:0 0 auto;flex:0 0 auto}.i-app-tab+.i-app-tab,.i-app-tab>.i-tab-close{margin-left:var(--hcui-spacing-xs)}.i-profile-picture{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;border-radius:50%;background:grey 50%/cover no-repeat;color:var(--hcui-color-text-fixed);font-weight:700;font-size:.875rem;border:1px solid transparent;box-sizing:content-box}.i-profile-picture.i-border{border-color:var(--hcui-color-separator)!important}.i-profile-picture.i-size-small{height:1.5rem;width:1.5rem}.i-profile-picture.i-size-medium{height:2rem;width:2rem}.i-profile-picture.i-size-large{height:5rem;width:5rem;font-size:2rem}.i-profile-picture.i-size-xlarge{height:10rem;width:10rem;font-size:4rem}.i-profile-picture.i-size-fill{height:100%;width:100%;font-size:1em;border:none!important;border-radius:0!important}.i-notification-center .i-silent-mode-alert{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;padding:var(--hcui-spacing-2xs) var(--hcui-spacing-xs);background-color:var(--light-theme-hcui-color-error);background-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error));color:var(--hcui-color-text-fixed)}.i-notification-center .i-silent-mode-alert>.i-icon{-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:var(--hcui-spacing-xs)}.i-notification-center .i-silent-mode-alert>span{font-size:.75rem}.i-notification-center>.i-notification-center-item{display:-webkit-flex;display:flex;width:20rem;padding:var(--hcui-spacing-md)}.i-notification-center>.i-notification-center-item:not(:first-of-type){border-top:1px solid var(--hcui-color-separator)}.i-notification-center>.i-notification-center-item>.i-icon{-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:var(--hcui-spacing-sm)}.i-notification-center>.i-notification-center-item>div{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.i-notification-center>.i-notification-center-item>div .i-time{float:right;margin-left:var(--hcui-spacing-sm);font-weight:700}.i-notification-center>.i-notification-center-item>div .i-title{font-weight:700}.i-notification-center>.i-notification-center-item>div .i-title:after{content:"";display:block;height:var(--hcui-spacing-sm)}.i-notification-center>.i-notification-center-item>div .i-message,.i-notification-center>.i-notification-center-item>div .i-title{white-space:pre-line;word-wrap:break-word}.i-notification-center>.i-notification-center-item.i-see-all-link{-webkit-justify-content:flex-end;justify-content:flex-end;font-weight:600;cursor:pointer}.i-notification-center>.i-notification-center-item.i-see-all-link:hover{background-color:var(--hcui-color-chrome-background-hover)}.i-notification-center.i-popup{max-width:20rem}.i-notification-center.ui.modal{padding:0;width:20rem}.i-error-boundary{padding:var(--hcui-spacing-lg)}.i-error-boundary,.i-error-boundary>h1{color:var(--light-theme-hcui-color-error);color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-below-text{min-height:var(--hcui-line-height-body2);margin:var(--hcui-spacing-2xs) 0}.i-below-text .i-error-message{font-weight:400;color:var(--hcui-color-text-base);color:var(--light-theme-hcui-color-error);color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error));font-weight:600}.i-below-text .i-error-message,.i-below-text .i-helper-message{display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-size:var(--hcui-font-size-body2);line-height:var(--hcui-line-height-body2)}.i-below-text .i-helper-message{font-weight:400;color:var(--hcui-color-text-base);color:var(--hcui-color-text-medium-contrast)}.i-input-label{display:-webkit-flex;display:flex;margin-bottom:var(--hcui-spacing-2xs)}.i-input-label .i-input-label-message{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h4);line-height:var(--hcui-line-height-h4);color:var(--hcui-color-text-base);font-weight:700}.i-input-label .i-input-label-required{-webkit-align-self:flex-end;align-self:flex-end;margin-left:var(--hcui-spacing-2xs);margin-bottom:.4rem;padding-bottom:0}.i-input-label .i-input-label-optional{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);color:var(--hcui-color-text-medium-contrast);font-style:italic;margin-left:var(--hcui-spacing-xs)}.i-checkbox{display:inline-block;vertical-align:top;max-width:100%}.i-checkbox>.i-checkbox-content{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-checkbox>.i-checkbox-content>input{position:absolute;top:0;left:0;z-index:1;opacity:0!important;cursor:pointer}.i-checkbox>.i-checkbox-content>.i-checkbox-field{-webkit-flex:0 0 auto;flex:0 0 auto}.i-checkbox>.i-checkbox-content>.i-checkbox-label{-webkit-flex:1 1 auto;flex:1 1 auto;padding-left:var(--hcui-spacing-sm);cursor:pointer}.i-checkbox>.i-checkbox-content.i-reverse{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.i-checkbox>.i-checkbox-content.i-reverse>input{left:unset;right:0}.i-checkbox>.i-checkbox-content.i-reverse>.i-checkbox-label{padding-left:0;padding-right:var(--hcui-spacing-sm)}.i-checkbox.i-fluid{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.i-checkbox.i-fluid:not(.i-reserve-space){margin-bottom:var(--hcui-spacing-md)}.i-checkbox.i-fluid>.i-checkbox-content:not(.i-reverse){margin-right:auto}.i-checkbox.i-hidden{display:none}.i-checkbox.i-no-wrap .i-checkbox-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-checkbox input~.i-checkbox-field{position:relative}.i-checkbox input~.i-checkbox-field:after,.i-checkbox input~.i-checkbox-field:before{position:absolute;top:0;left:0;display:block;height:100%;width:100%}.i-checkbox input:disabled{cursor:not-allowed}.i-checkbox input:disabled~.i-checkbox-label{color:var(--hcui-color-input-disabled-text);cursor:not-allowed}.i-checkbox input.i-basic,.i-checkbox input.i-basic~.i-checkbox-field{height:1rem;width:1rem}.i-checkbox input.i-basic~.i-checkbox-field:before{content:"";border:.0625rem solid var(--hcui-color-input-border);background-color:var(--hcui-color-input-background)}.i-checkbox input.i-basic~.i-checkbox-field:after{content:"";font-family:Honeywell-Icons!important;font-size:.65rem!important;font-weight:600!important;line-height:1rem!important;text-align:center;color:var(--hcui-color-text-fixed);opacity:0}.i-checkbox input.i-basic~.i-checkbox-label{line-height:1rem}.i-checkbox input.i-basic:checked~.i-checkbox-field:before{background-color:var(--hcui-color-primary-active);border-color:transparent}.i-checkbox input.i-basic:checked~.i-checkbox-field:after{opacity:1}.i-checkbox input.i-basic:disabled:checked~.i-checkbox-field:before{background-color:var(--hcui-color-primary-disabled)}.i-checkbox input.i-basic.i-indeterminate~.i-checkbox-field:before{background-color:var(--hcui-color-input-background);border-color:var(--hcui-color-input-border)}.i-checkbox input.i-basic.i-indeterminate~.i-checkbox-field:after{border-left:1rem solid transparent;border-bottom:1rem solid var(--hcui-color-primary-active);opacity:1;overflow:hidden}.i-checkbox input.i-basic.i-indeterminate:disabled~.i-checkbox-field:after{border-bottom-color:var(--hcui-color-primary-disabled)}.i-checkbox input.i-basic:focus-visible~.i-checkbox-field:before{outline:.0625rem solid var(--hcui-color-inverted-component-background);border-radius:.0625rem}.i-checkbox input.i-radio,.i-checkbox input.i-radio~.i-checkbox-field{height:1rem;width:1rem}.i-checkbox input.i-radio~.i-checkbox-field:before{content:"";border:.0625rem solid var(--hcui-color-input-border);border-radius:50%;background-color:var(--hcui-color-input-background)}.i-checkbox input.i-radio~.i-checkbox-field:after{content:"";border-radius:50%;background-color:var(--hcui-color-primary-active);-webkit-transform:scale(0);transform:scale(0)}.i-checkbox input.i-radio~.i-checkbox-label{line-height:1rem}.i-checkbox input.i-radio:checked~.i-checkbox-field:after{-webkit-transform:scale(.667);transform:scale(.667)}.i-checkbox input.i-radio:disabled~.i-checkbox-field:after{background-color:var(--hcui-color-primary-disabled)}.i-checkbox input.i-radio:focus-visible~.i-checkbox-field:before{outline:.0625rem solid var(--hcui-color-inverted-component-background)}.i-checkbox input.i-switch,.i-checkbox input.i-switch~.i-checkbox-field{height:1rem;width:2rem}.i-checkbox input.i-switch~.i-checkbox-field:before{content:"";border:1px solid var(--hcui-color-input-border);border-radius:2rem;background-color:#e0e0e0}.i-checkbox input.i-switch~.i-checkbox-field:after{content:"";height:1rem;width:1rem;border-radius:50%;border:1px solid var(--hcui-color-input-border);background-color:var(--hcui-color-input-background);transition:left .3s ease}.i-checkbox input.i-switch~.i-checkbox-label{line-height:1rem}.i-checkbox input.i-switch:checked~.i-checkbox-field:before{background-color:var(--hcui-color-primary-active);border-color:transparent}.i-checkbox input.i-switch:checked~.i-checkbox-field:after{left:1rem;border-color:var(--hcui-color-primary-active)}.i-checkbox input.i-switch:disabled:checked~.i-checkbox-field:before{background-color:var(--hcui-color-primary-disabled)}.i-checkbox input.i-switch:disabled:checked~.i-checkbox-field:after{border-color:var(--hcui-color-primary-disabled)}.i-checkbox input.i-switch:focus-visible~.i-checkbox-field:before{outline:.0625rem solid var(--hcui-color-inverted-component-background)}.i-checkbox.i-loading input:checked~.i-checkbox-field:before,.i-checkbox.i-loading input~.i-checkbox-field:before{background-color:transparent;display:inline-block;height:1rem;width:1rem;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}html.honeywell-dark-theme .i-checkbox.i-loading input:checked~.i-checkbox-field:before,html.honeywell-dark-theme .i-checkbox.i-loading input~.i-checkbox-field:before{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-checkbox.i-loading input:checked~.i-checkbox-field:after,.i-checkbox.i-loading input~.i-checkbox-field:after{display:none}.i-checkbox.i-loading input.i-switch~.i-checkbox-field:before,.i-checkbox.i-loading input:checked.i-switch~.i-checkbox-field:before{margin-left:.5rem}.i-select .i-loading{display:inline-block;height:1rem;width:1rem;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite;margin-left:var(--hcui-spacing-xs)}html.honeywell-dark-theme .i-select .i-loading{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-select-control{border:var(--hcui-color-separator) var(--hcui-border-width) solid;background-color:var(--hcui-color-component-background)}.i-select-control.i-disabled{background-color:var(--hcui-color-input-disabled);border-color:var(--hcui-color-separator);color:var(--hcui-color-input-disabled-text)}.i-select-control.i-focused{border-color:var(--organization-theme-themeColor,var(--hcui-color-primary))}.i-select-control.i-error{border-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-select-control .i-selected-count{color:var(--hcui-color-text-low-contrast);font-size:.75rem;line-height:1rem;margin-right:var(--hcui-spacing-sm)}.i-select-menu{background-color:var(--hcui-color-component-background);box-shadow:0 4px 8px 0 rgba(0,0,0,.1)}.i-select-menu .i-empty-message,.i-select-menu .i-loading-message{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);color:var(--hcui-color-text-medium-contrast);font-style:italic;padding:var(--hcui-spacing-sm)}.i-select-multi-value{background-color:var(--hcui-color-item-selected)}.i-select-option.i-focused{background-color:var(--hcui-color-item-selected-hover)}.i-select-option.i-selected{background-color:var(--hcui-color-item-selected)}.i-select-option.i-disabled{color:var(--hcui-color-text-low-contrast)}.i-select-option-label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;overflow:hidden}.i-select-option-label>.i-option-checkbox{-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:var(--hcui-spacing-sm)}.i-select-option-label>.i-option-icon{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex}.i-select-option-label>.i-option-icon>.i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-select-option-label>.i-option-text{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-select-option-label>.i-option-icon+.i-option-text{margin-left:var(--hcui-spacing-xs)}.i-select-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);color:var(--hcui-color-text-medium-contrast);font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-dropdown.i-bare .i-select-control{border-color:transparent;background-color:transparent}.i-dropdown.i-bare .i-select-control .i-select-single-value{color:var(--hcui-color-primary);color:var(--organization-theme-themeColor,var(--hcui-color-primary));font-weight:600}.i-dropdown.i-bare .i-select-control.i-disabled .i-select-single-value{color:var(--hcui-color-text-low-contrast)}.i-dropdown-menu .i-select-option{position:relative}.i-dropdown-menu .i-select-option .i-select-all:after{content:"";position:absolute;display:block;height:1px;right:0;bottom:0;left:0;background-color:var(--hcui-color-separator)}#i-site-selector.i-readonly{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;overflow:hidden}#i-site-selector.i-readonly>.i-icon{-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:var(--hcui-spacing-xs)}#i-site-selector.i-readonly>.i-label{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-task-menu .i-task-menu-item{width:20rem;padding:var(--hcui-spacing-md)}.i-task-menu .i-task-menu-item:not(:first-of-type){border-top:1px solid var(--hcui-color-separator)}.i-task-menu .i-task-menu-item .title{font-weight:700;margin-bottom:var(--hcui-spacing-md)}.i-task-menu .i-task-menu-item .progress-box{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-task-menu .i-task-menu-item .progress-box>.progress-count{-webkit-flex:0 0 auto;flex:0 0 auto;font-size:.75rem;font-weight:600;text-transform:uppercase;text-align:center}.i-task-menu .i-task-menu-item .progress-box>.progress-bar{-webkit-flex:1 1 auto;flex:1 1 auto;margin:0 0 0 var(--hcui-spacing-md)}.i-task-menu .i-task-menu-item .progress-box>.progress-bar .ui.progress{margin:0}.i-task-menu.i-popup{max-width:20rem}.i-task-menu.ui.modal{padding:0;width:20rem}.i-user-profile{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base)}.i-user-profile>.i-user-profile-item,.i-user-profile>.i-user-profile-top{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:14rem;padding:var(--hcui-spacing-sm) var(--hcui-spacing-md)}.i-user-profile .i-user-profile-top{overflow:hidden}.i-user-profile .i-user-profile-top>div:first-child{-webkit-flex:0 0 auto;flex:0 0 auto}.i-user-profile .i-user-profile-top>div:last-child{-webkit-flex:1 1 auto;flex:1 1 auto;margin-left:var(--hcui-spacing-sm);overflow:hidden}.i-user-profile .i-user-profile-top>div:last-child>.i-user-name,.i-user-profile .i-user-profile-top>div:last-child>.i-user-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25rem;color:var(--hcui-color-text-medium-contrast)}.i-user-profile .i-user-profile-top>div:last-child>.i-user-title{font-size:.75rem;font-weight:600;text-transform:uppercase}.i-user-profile .i-user-profile-item{cursor:pointer}.i-user-profile .i-user-profile-item:hover{background-color:var(--hcui-color-secondary-hover)}.i-user-profile .i-user-profile-item.i-active{font-weight:700}.i-user-profile .i-user-profile-item>.i-item-icon{-webkit-flex:0 0 auto;flex:0 0 auto}.i-user-profile .i-user-profile-item>.i-item-title{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-left:var(--hcui-spacing-sm);color:var(--hcui-color-icon-hover)}.i-user-profile .i-user-profile-item.i-disabled{cursor:not-allowed}.i-user-profile .i-user-profile-item.i-disabled>.i-item-icon,.i-user-profile .i-user-profile-item.i-disabled>.i-item-title{color:var(--hcui-color-text-low-contrast)}.i-user-profile .i-user-profile-divider{margin-left:var(--hcui-spacing-xs)!important;margin-right:var(--hcui-spacing-xs)!important}.i-user-profile.i-popup{max-width:14rem}.i-user-profile.ui.modal{padding:0;width:14rem}.i-app-header{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:3rem;color:var(--hcui-color-inverted-component-background);color:var(--organization-theme-headerForegroundColor,var(--hcui-color-inverted-component-background));box-sizing:content-box;border-bottom:1px solid var(--hcui-color-separator);background-color:var(--hcui-color-chrome-background);background-color:var(--organization-theme-headerBackgroundColor,var(--hcui-color-chrome-background))}.i-app-header>*{-webkit-flex:0 0 auto;flex:0 0 auto;height:100%}.i-app-header button{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible}.i-app-header button:not([disabled]){cursor:pointer}.i-app-header button:-moz-focus-inner{border:none}.i-app-header button .i-badged-icon,.i-app-header button .i-icon{display:block}.i-app-header>#i-app-menu{display:block;padding:0 1.125rem}.i-app-header>.i-app-logo{height:.75rem;width:105px;margin-left:1px;margin-right:1.125rem;fill:currentColor}.i-app-header>.i-app-logo:first-child{margin-left:var(--hcui-spacing-lg)}.i-app-header>.i-app-title{height:1.5rem;line-height:1.5rem;border-left:1px solid var(--hcui-color-separator);padding-left:var(--hcui-spacing-lg)}.i-app-header>.i-app-header-flex{-webkit-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end;overflow:hidden;margin-bottom:-2px}.i-app-header>.i-app-header-flex>.i-app-tab{-webkit-flex:0 1 auto;flex:0 1 auto;overflow:hidden;padding-bottom:1px;border-bottom-color:transparent}.i-app-header>.i-app-header-flex>.i-app-site-selector{-webkit-flex:0 1 auto;flex:0 1 auto;-webkit-align-self:center;align-self:center;display:-webkit-flex;display:flex;margin-left:auto;padding-left:var(--hcui-spacing-md);overflow:hidden}.i-app-header>.i-app-global-actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%;margin-left:var(--hcui-spacing-md)}.i-app-header>.i-app-global-actions>button{height:100%;padding:0 var(--hcui-spacing-md)}.i-app-header>.i-app-global-actions>button.i-active,.i-app-header>.i-app-global-actions>button:hover{background-color:var(--hcui-color-chrome-background-hover);background-color:var(--organization-theme-headerBackgroundColor-hover,var(--hcui-color-chrome-background-hover))}.i-app-header>.i-app-global-actions #i-user-profile-btn{padding:0 var(--hcui-spacing-sm)}.i-app-header>.i-app-global-actions #i-global-context-menu-btn .i-badge{right:-10px}.i-app.i-compressed>.i-app-header>.i-app-title{position:absolute;top:0;left:6rem;right:6rem;display:block;height:3rem;line-height:3rem;padding:0;margin:0;border:none;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-global-context-menu.ui.popup{padding:0}.i-global-context-menu>button{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;width:14rem;padding:var(--hcui-spacing-md) var(--hcui-spacing-xl);cursor:pointer}.i-global-context-menu>button:not([disabled]){cursor:pointer}.i-global-context-menu>button:-moz-focus-inner{border:none}.i-global-context-menu>button .i-badged-icon,.i-global-context-menu>button>.i-icon{margin-right:var(--hcui-spacing-lg)}.i-global-context-menu>button:hover{background-color:var(--hcui-color-secondary-hover)}#i-main-presenter{position:relative;height:100%;width:100%}#i-main-presenter>#i-display-panel-content{height:100%;width:100%;overflow:auto}.i-notification-toast{background:none;box-shadow:0 12px 24px 0 rgba(0,0,0,.1);padding:0}.i-notification-toast .ui.notification{margin:0}.i-notification-toast .ui.notification .message{white-space:pre-line}.i-messagebox{width:600px;white-space:pre-wrap}.i-messagebox .i-messagebox-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-messagebox .i-messagebox-header>.i-title{-webkit-flex:1 1;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-messagebox .i-messagebox-selection{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h4);line-height:var(--hcui-line-height-h4);color:var(--hcui-color-text-base);font-weight:700;margin-top:var(--hcui-spacing-md)}.i-messagebox .i-messagebox-footer{width:100%}.i-messagebox .i-messagebox-footer .i-messagebox-buttons{display:-webkit-flex;display:flex;-webkit-justify-content:flex-end;justify-content:flex-end}.i-messagebox .i-messagebox-footer .i-messagebox-buttons:not(:first-child){margin-top:var(--hcui-spacing-2xl)}.i-messagebox .i-messagebox-footer .i-messagebox-buttons>.ui.button{-webkit-flex:0 1 auto;flex:0 1 auto;overflow:hidden}.i-messagebox .i-messagebox-footer .i-messagebox-buttons>.ui.button .button-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-sidebar{display:block;width:14.25rem;border-right:1px solid var(--hcui-color-separator);box-sizing:content-box;overflow:hidden;background-color:var(--hcui-color-chrome-background);transition:width .5s cubic-bezier(.5,0,.1,1)}.i-sidebar:hover{overflow-y:auto}.i-app.i-collapsed .i-sidebar{width:3.75rem}.i-app.i-collapsed .i-sidebar::-webkit-scrollbar{width:3px}.i-app.i-compressed .i-sidebar{position:absolute;top:0;left:0;height:100%;z-index:1000;min-width:14.25rem;transition:left .25s cubic-bezier(.5,0,.1,1)}.i-app.i-compressed.i-collapsed .i-sidebar{left:-15.675rem}.i-sidebar-item>.i-item-link{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:.75rem .75rem .75rem .875rem;border-left:.25rem solid transparent;color:var(--hcui-color-text-base)!important;cursor:pointer}.i-sidebar-item>.i-item-link>.i-item-icon{-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:var(--hcui-spacing-md)}.i-sidebar-item>.i-item-link>.i-item-title{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:clip;white-space:nowrap;transition:opacity .5s cubic-bezier(.5,0,.1,1)}.i-sidebar-item>.i-item-link>.i-item-toggle{-webkit-flex:0 0 auto;flex:0 0 auto;height:.75rem;width:.75rem;font-size:.75rem!important;margin-left:var(--hcui-spacing-sm);position:static;left:100%;transition:left .25s cubic-bezier(.5,0,.1,1);transition-delay:.25s}.i-sidebar-item>.i-item-link:hover{background-color:var(--hcui-color-chrome-background-hover)}.i-sidebar-item.i-active>.i-item-link{background-color:var(--hcui-color-chrome-background-active);border-left-color:var(--hcui-color-primary-active)}.i-sidebar-item.i-active-container>.i-item-link>.i-item-title,.i-sidebar-item.i-active>.i-item-link>.i-item-title{font-weight:700}.i-sidebar-item.i-expanded>.i-item-link{background-color:var(--hcui-color-chrome-background-active)}.i-sidebar-item.i-expanded>.i-item-link>.i-item-toggle{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.i-sidebar-item>.i-item-menu{padding:var(--hcui-spacing-sm) 0;background-color:var(--hcui-color-content-background)}.i-sidebar-item>.i-item-menu>.i-sidebar-item>.i-item-link{padding:.6rem .75rem}.i-sidebar-item>.i-item-menu>.i-sidebar-item.i-active>.i-item-link:not(:hover){background-color:transparent}.i-sidebar-item>.i-item-menu .i-item-icon{display:none}.i-app.i-collapsed .i-sidebar .i-sidebar-item>.i-item-link>.i-item-title{opacity:0}.i-app.i-collapsed .i-sidebar .i-sidebar-item>.i-item-link>.i-item-toggle{position:absolute;left:36px;height:.4rem;width:.4rem;font-size:.4rem!important;font-weight:900}.i-app.i-collapsed .i-sidebar-item .i-item-badge{position:absolute;top:.375rem;left:1.75rem;z-index:1}.i-sidebar-rollover-wrapper{position:fixed;z-index:1000}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu{padding:var(--hcui-spacing-lg);margin-left:calc(var(--hcui-spacing-md)/2);border:1px solid var(--hcui-color-separator);background-color:var(--hcui-color-chrome-background);box-shadow:0 4px 8px 0 rgba(0,0,0,.1)}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-title{color:var(--hcui-color-text-medium-contrast);font-size:.75rem;font-weight:600;text-transform:uppercase}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content{display:grid;grid-auto-flow:column;margin-top:var(--hcui-spacing-sm)}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content>.i-menu-item{min-width:12rem;padding:var(--hcui-spacing-sm) 0;border-bottom:1px solid var(--hcui-color-separator);color:var(--hcui-color-text-medium-contrast);white-space:nowrap;cursor:pointer}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content>.i-menu-item:hover{color:var(--hcui-color-text-high-contrast)}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content>.i-menu-item.i-active{color:var(--hcui-color-text-base);font-weight:700}@media(max-height:479px){.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content{grid-template-rows:repeat(6,auto)}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content>.i-menu-item:nth-child(n+7){margin-left:var(--hcui-spacing-2xl)}}@media(min-height:480px)and (max-height:799px){.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content{grid-template-rows:repeat(9,auto)}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content>.i-menu-item:nth-child(n+10){margin-left:var(--hcui-spacing-2xl)}}@media(min-height:800px)and (max-height:1079px){.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content{grid-template-rows:repeat(16,auto)}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content>.i-menu-item:nth-child(n+17){margin-left:var(--hcui-spacing-2xl)}}@media(min-height:1080px){.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content{grid-template-rows:repeat(24,auto)}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-menu>.i-menu-content>.i-menu-item:nth-child(n+25){margin-left:var(--hcui-spacing-2xl)}}.i-sidebar-rollover-wrapper>.i-sidebar-rollover-pointer{position:fixed;background-color:var(--hcui-color-chrome-background);height:var(--hcui-spacing-md);width:var(--hcui-spacing-md);margin-top:calc(var(--hcui-spacing-md)/-2);border-left:1px solid var(--hcui-color-separator);border-bottom:1px solid var(--hcui-color-separator);-webkit-transform:rotate(45deg);transform:rotate(45deg)}#i-app{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;width:100%}#i-app>.i-app-header{-webkit-flex:0 0 auto;flex:0 0 auto;z-index:1}#i-app>.i-app-body{-webkit-flex:1 1;flex:1 1;overflow:hidden;z-index:0;display:-webkit-flex;display:flex;position:relative}#i-app>.i-app-body>.i-sidebar{-webkit-flex:0 0 auto;flex:0 0 auto}#i-app>.i-app-body>.i-main-presenter{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden}.i-app-error-message.ui.modal{background-color:transparent!important;box-shadow:none!important}body.i-login-background .i-window-overlay{background:url(../../static/media/logon-background.ddb96f44.jpg) no-repeat 50% fixed;background-size:cover}.i-binary-slider{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:1rem;line-height:1rem}.i-binary-slider>*{display:inline-block;vertical-align:middle}.i-binary-slider.i-loading .ui.slider{position:relative}.i-binary-slider.i-loading .ui.slider:before{content:"";position:absolute;left:50%;z-index:1;display:block;height:2rem;width:2rem;margin-left:-1rem;background-color:var(--hcui-color-component-background)}.i-binary-slider.i-loading .ui.slider:after{content:"";position:absolute;left:50%;z-index:2;display:inline-block;height:1.25rem;width:1.25rem;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite;margin-left:-.625rem}html.honeywell-dark-theme .i-binary-slider.i-loading .ui.slider:after{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-binary-slider>.i-label-off{margin-right:var(--hcui-spacing-lg);cursor:default}.i-binary-slider>.i-label-on{margin-left:var(--hcui-spacing-lg);cursor:default}.i-binary-slider .max-value,.i-binary-slider .slider-handle-tooltip{display:none!important}.i-breadcrumb{margin:var(--hcui-spacing-sm) 0 var(--hcui-spacing-sm) var(--hcui-spacing-lg);font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:var(--hcui-color-text-base);letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h5);line-height:var(--hcui-line-height-h5);font-weight:600;color:var(--hcui-color-text-medium-contrast)}.i-breadcrumb,.i-breadcrumb .i-breadcrumb-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-breadcrumb .i-breadcrumb-item{color:var(--hcui-color-text-base)}.i-breadcrumb a.i-breadcrumb-item:hover{cursor:pointer;color:var(--hcui-color-text-base)}.i-breadcrumb .i-breadcrumb-divider{display:-webkit-flex;display:flex;margin:0 var(--hcui-spacing-xs)}.i-breadcrumb .i-breadcrumb-divider:last-of-type{display:none}.i-selection-bar{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;min-height:calc(var(--hcui-spacing-xs)*2 + var(--hcui-spacing-xl));box-sizing:content-box;padding:calc(var(--hcui-spacing-xs)/2)}.i-selection-bar>*{margin:calc(var(--hcui-spacing-xs)/2)}.i-selection-bar>label{padding:0 var(--hcui-spacing-xs);line-height:var(--hcui-spacing-xl);white-space:nowrap}.i-selection-tag{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:var(--hcui-spacing-xl);max-width:16rem;padding:0 var(--hcui-spacing-xs);background-color:var(--hcui-color-item-selected);-webkit-user-select:none;user-select:none}.i-selection-tag>.i-tag-label{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-selection-tag>.i-tag-clear{-webkit-flex:0 0 auto;flex:0 0 auto;height:100%;padding:0 var(--hcui-spacing-xs);margin-right:calc(var(--hcui-spacing-xs)*-1);cursor:pointer}.i-selection-tag>.i-tag-clear:hover{color:var(--hcui-color-icon-hover)}.i-filter-bar{background-color:var(--hcui-color-component-background);border:var(--hcui-color-separator) var(--hcui-border-width) solid;border-bottom:none}.i-filter-tag-popup .i-popup{padding:var(--hcui-spacing-xs);z-index:1}.i-filter-tag-popup .i-popup,.i-filter-tag-popup .i-popup-arrow:before{border-color:var(--hcui-color-item-selected);background-color:var(--hcui-color-item-selected)}.i-filter-tag-popup .i-filter-child:not(:first-child){margin-top:var(--hcui-spacing-xs)}.i-filter-tag-popup .i-filter-child.i-selection-tag{background-color:var(--hcui-color-content-background)}.i-flyout-menu-trigger{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible}.i-flyout-menu-trigger:not([disabled]){cursor:pointer}.i-flyout-menu-trigger:-moz-focus-inner{border:none}.i-flyout-menu{padding:var(--hcui-spacing-md) var(--hcui-spacing-lg);width:350px}.i-flyout-menu .i-flyout-menu-section>.i-section-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);font-weight:600;cursor:pointer}.i-flyout-menu .i-flyout-menu-section>.i-section-header>*{-webkit-flex:0 0 auto;flex:0 0 auto;margin-left:var(--hcui-spacing-sm)}.i-flyout-menu .i-flyout-menu-section>.i-section-header>.i-section-label{-webkit-flex:1 1 auto;flex:1 1 auto;margin-left:0}.i-flyout-menu .i-flyout-menu-section>.i-section-header>.i-section-toggle{color:var(--hcui-color-icon-active);transition:color .1s linear;cursor:pointer;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.i-flyout-menu .i-flyout-menu-section>.i-section-header>.i-section-toggle:hover{color:var(--hcui-color-icon-hover)}.i-flyout-menu .i-flyout-menu-section>.i-section-header>.i-section-toggle.disabled,.i-flyout-menu .i-flyout-menu-section>.i-section-header>.i-section-toggle:active{color:var(--hcui-color-icon-disabled)}.i-flyout-menu .i-flyout-menu-section>.i-section-content{display:none}.i-flyout-menu .i-flyout-menu-section.i-expanded>.i-section-content{display:block}.i-flyout-menu .i-flyout-menu-section.i-expanded>.i-section-header>.i-section-toggle{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.i-flyout-menu .i-flyout-menu-section>.i-section-header+.i-section-content{padding-top:var(--hcui-spacing-md)}.i-flyout-menu .i-flyout-menu-item.i-disabled{color:var(--hcui-color-secondary-disabled);cursor:not-allowed}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item>.i-toggle-input-checkbox{-webkit-flex:0 0 auto;flex:0 0 auto;margin-right:var(--hcui-spacing-sm)}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item>.i-toggle-input-label{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item>.i-toggle-input-actions{-webkit-flex:0 0 auto;flex:0 0 auto}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item>.i-toggle-input-actions>button{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;padding:var(--hcui-spacing-sm)}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item>.i-toggle-input-actions>button:not([disabled]){cursor:pointer}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item>.i-toggle-input-actions>button:-moz-focus-inner{border:none}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item>.i-toggle-input-actions>button:first-child{margin-left:var(--hcui-spacing-sm)}.i-flyout-menu .i-flyout-menu-item .i-toggle-input-item.i-has-error>.i-toggle-input-actions{margin-bottom:1.5rem}.i-flyout-menu .i-toggle-item{margin:0 var(--hcui-spacing-md) var(--hcui-spacing-md) 0}.i-flyout-menu>.i-flyout-menu-item,.i-flyout-menu>.i-flyout-menu-section{border-top:var(--hcui-color-separator) var(--hcui-border-width) solid;padding-top:var(--hcui-spacing-md);padding-bottom:var(--hcui-spacing-md)}.i-flyout-menu>.i-flyout-menu-item:first-child,.i-flyout-menu>.i-flyout-menu-section:first-child{border-top:none;padding-top:0}.i-flyout-menu>.i-flyout-menu-item:last-child,.i-flyout-menu>.i-flyout-menu-section:last-child{padding-bottom:0}.i-filter-panel-trigger{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible}.i-filter-panel-trigger:not([disabled]){cursor:pointer}.i-filter-panel-trigger:-moz-focus-inner{border:none}.i-control-bar .i-action-bar,.i-control-bar .i-header-bar{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:var(--hcui-spacing-4xl);border:solid var(--hcui-color-separator);border-width:1px 1px 0}.i-control-bar .i-action-bar>*,.i-control-bar .i-header-bar>*{-webkit-flex:0 0 auto;flex:0 0 auto}.i-control-bar .i-action-bar>.i-item-menu,.i-control-bar .i-header-bar>.i-item-menu{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end;height:100%;overflow:hidden}.i-control-bar .i-header-bar{background:var(--hcui-color-component-background);color:var(--hcui-color-text-base)}.i-control-bar .i-header-bar .i-global-filter{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding-left:var(--hcui-spacing-xs);margin-right:var(--hcui-spacing-xs)}.i-control-bar .i-header-bar .i-global-filter>.i-total-count{margin-left:var(--hcui-spacing-sm);margin-right:var(--hcui-spacing-xs)}.i-control-bar .i-action-bar{background:var(--hcui-color-action-bar);background:var(--organization-theme-themeColor,var(--hcui-color-action-bar));color:var(--hcui-color-text-fixed);padding-left:var(--hcui-spacing-lg)}.i-control-bar .i-action-bar .i-totals>*{display:inline-block;margin-right:var(--hcui-spacing-sm)}.i-control-bar .i-action-bar .i-totals .i-total-count+.i-selected-count{border-left:1px solid var(--hcui-color-text-fixed);padding-left:var(--hcui-spacing-sm)}.i-control-bar .i-action-bar .i-clear-selection{-webkit-justify-content:center;justify-content:center;width:3rem;background-color:var(--hcui-color-action-bar-x-button)!important;background-color:var(--organization-theme-themeColor,var(--hcui-color-action-bar-x-button))!important}.i-control-bar .i-action-bar .i-clear-selection:hover{background-color:var(--hcui-color-action-bar-x-button-hover)!important;background-color:var(--organization-theme-themeColor-hover,var(--hcui-color-action-bar-x-button-hover))!important}.i-control-bar .i-action-bar .i-clear-selection:active{background-color:var(--hcui-color-action-bar-x-button-active)!important;background-color:var(--organization-theme-themeColor-focus,var(--hcui-color-action-bar-x-button-active))!important}.i-control-bar .i-action-bar-item,.i-control-bar .i-header-bar-item{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%;padding:0 var(--hcui-spacing-sm);max-width:14rem;min-width:2.5rem}.i-control-bar .i-action-bar-item:not([disabled]),.i-control-bar .i-header-bar-item:not([disabled]){cursor:pointer}.i-control-bar .i-action-bar-item:-moz-focus-inner,.i-control-bar .i-header-bar-item:-moz-focus-inner{border:none}.i-control-bar .i-action-bar-item>.i-item-icon,.i-control-bar .i-header-bar-item>.i-item-icon{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex}.i-control-bar .i-action-bar-item>.i-item-icon>.i-icon,.i-control-bar .i-header-bar-item>.i-item-icon>.i-icon{display:block}.i-control-bar .i-action-bar-item>.i-item-icon>.i-icon.i-size-default,.i-control-bar .i-header-bar-item>.i-item-icon>.i-icon.i-size-default{height:1.5rem;width:1.5rem;font-size:1.5rem}.i-control-bar .i-action-bar-item>.i-item-content,.i-control-bar .i-header-bar-item>.i-item-content{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-control-bar .i-action-bar-item>:not(:first-child),.i-control-bar .i-header-bar-item>:not(:first-child){margin-left:var(--hcui-spacing-xs)}.i-control-bar .i-action-bar-item.i-disabled,.i-control-bar .i-header-bar-item.i-disabled{cursor:not-allowed;opacity:.6}.i-control-bar .i-action-bar-item.i-loading,.i-control-bar .i-header-bar-item.i-loading{cursor:default}.i-control-bar .i-action-bar-item.i-loading>.i-item-icon,.i-control-bar .i-header-bar-item.i-loading>.i-item-icon{position:relative}.i-control-bar .i-action-bar-item.i-loading>.i-item-icon>*,.i-control-bar .i-header-bar-item.i-loading>.i-item-icon>*{visibility:hidden}.i-control-bar .i-action-bar-item.i-loading>.i-item-icon:after,.i-control-bar .i-header-bar-item.i-loading>.i-item-icon:after{content:"";position:absolute;display:inline-block;height:100%;width:100%;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}html.honeywell-dark-theme .i-control-bar .i-action-bar-item.i-loading>.i-item-icon:after,html.honeywell-dark-theme .i-control-bar .i-header-bar-item.i-loading>.i-item-icon:after{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-control-bar .i-header-bar-item:not(.i-disabled):not(.i-loading):hover{background:var(--hcui-color-item-selected-hover)}.i-control-bar .i-header-bar-item:not(.i-disabled):not(.i-loading).i-active,.i-control-bar .i-header-bar-item:not(.i-disabled):not(.i-loading):active{background:var(--hcui-color-item-selected)}.i-control-bar .i-action-bar-item:not(.i-disabled):not(.i-loading):hover{background:var(--hcui-color-action-bar-item-hover);background:var(--organization-theme-themeColor-hover,var(--hcui-color-action-bar-item-hover))}.i-control-bar .i-action-bar-item:not(.i-disabled):not(.i-loading).i-active,.i-control-bar .i-action-bar-item:not(.i-disabled):not(.i-loading):active{background:var(--hcui-color-action-bar-item-active);background:var(--organization-theme-themeColor-focus,var(--hcui-color-action-bar-item-active))}.i-control-bar .i-action-bar-item.i-loading>.i-item-icon{position:relative}.i-control-bar .i-action-bar-item.i-loading>.i-item-icon>*{visibility:hidden}.i-control-bar .i-action-bar-item.i-loading>.i-item-icon:after{content:"";position:absolute;display:inline-block;height:100%;width:100%;border-radius:100%;box-sizing:border-box;border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}.i-control-bar .i-view-selector-trigger{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:2.25rem;max-width:14rem;min-width:3.875rem;padding:0 var(--hcui-spacing-sm);margin:0 var(--hcui-spacing-sm);border:1px solid var(--hcui-color-separator)}.i-control-bar .i-view-selector-trigger:not([disabled]){cursor:pointer}.i-control-bar .i-view-selector-trigger:-moz-focus-inner{border:none}.i-control-bar .i-view-selector-trigger>:not(:first-child){margin-left:var(--hcui-spacing-xs)}.i-control-bar .i-view-selector-trigger>*{-webkit-flex:0 0 auto;flex:0 0 auto}.i-control-bar .i-view-selector-trigger>.i-active-icon>.i-icon{display:block}.i-control-bar .i-view-selector-trigger>.i-active-icon>.i-icon.i-size-default{height:1.5rem;width:1.5rem;font-size:1.5rem}.i-control-bar .i-view-selector-trigger>.i-active-title{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-control-bar .i-action-bar .i-view-selector-trigger{color:var(--hcui-color-text-fixed);border-color:var(--hcui-color-text-fixed)}.i-control-bar .i-item-menu.i-compressed .i-action-bar-item .i-item-icon+.i-item-content,.i-control-bar .i-item-menu.i-compressed .i-header-bar-item .i-item-icon+.i-item-content,.i-control-bar .i-item-menu.i-compressed .i-view-selector-trigger .i-active-icon+.i-active-title{display:none}.i-view-selector.i-flyout-menu{width:auto;padding:0;border:0}.i-view-selector .i-view-selector-menu{border:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-view-selector .i-view-selector-menu>.i-view-selector-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:2.25rem;max-width:350px;padding:0 var(--hcui-spacing-sm);cursor:pointer}.i-view-selector .i-view-selector-menu>.i-view-selector-item:not(:first-child){border-top:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-view-selector .i-view-selector-menu>.i-view-selector-item:hover{background:var(--hcui-color-item-selected-hover)}.i-view-selector .i-view-selector-menu>.i-view-selector-item.i-active,.i-view-selector .i-view-selector-menu>.i-view-selector-item:active{background:var(--hcui-color-item-selected)}.i-view-selector .i-view-selector-menu>.i-view-selector-item>.i-item-icon{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;margin-right:var(--hcui-spacing-xs)}.i-view-selector .i-view-selector-menu>.i-view-selector-item>.i-item-icon>.i-icon.i-size-default{height:1.5rem;width:1.5rem;font-size:1.5rem}.i-view-selector .i-view-selector-menu>.i-view-selector-item>.i-item-title{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-view-selector.i-action-mode .i-view-selector-menu>.i-view-selector-item{background:var(--hcui-color-action-bar);background:var(--organization-theme-themeColor,var(--hcui-color-action-bar));color:var(--hcui-color-text-fixed)}.i-view-selector.i-action-mode .i-view-selector-menu>.i-view-selector-item:hover{background:var(--hcui-color-action-bar-item-hover);background:var(--organization-theme-themeColor-hover,var(--hcui-color-action-bar-item-hover))}.i-view-selector.i-action-mode .i-view-selector-menu>.i-view-selector-item.i-active,.i-view-selector.i-action-mode .i-view-selector-menu>.i-view-selector-item:active{background:var(--hcui-color-action-bar-item-active);background:var(--organization-theme-themeColor-focus,var(--hcui-color-action-bar-item-active))}.i-capsule{position:relative;display:-webkit-inline-flex;display:inline-flex;vertical-align:middle;overflow:hidden;background-color:var(--hcui-color-component-background);border-radius:.5rem;border:1px solid var(--hcui-color-separator);box-shadow:0 1px 2px rgba(0,0,0,.1);font-size:.75rem;line-height:1rem}.i-capsule.i-active{border-color:transparent!important;box-shadow:inset 0 0 .5rem rgba(0,0,0,.25);outline:3px solid var(--hcui-color-primary);outline:3px solid var(--organization-theme-themeColor,var(--hcui-color-primary));outline-offset:1px}.i-capsule.i-clickable{cursor:pointer}.i-capsule.i-disabled{background-color:#eee}html.honeywell-dark-theme .i-capsule.i-disabled{background-color:#101010}.i-capsule>.i-capsule-stripe{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:100%;width:1.25rem;color:var(--hcui-color-text-fixed);background-color:var(--hcui-color-separator)}.i-capsule>.i-capsule-stripe>.i-icon{opacity:0!important}.i-capsule>.i-capsule-stripe.i-checked>.i-icon{opacity:1!important}.i-capsule>.i-capsule-content{-webkit-flex:1 1 auto;flex:1 1 auto;font-size:.75rem;line-height:1rem;padding:var(--hcui-spacing-sm);overflow:hidden}.i-capsule>.i-capsule-content .i-capsule-icon{float:right;margin-left:var(--hcui-spacing-xs)}.i-capsule>.i-capsule-content .i-capsule-icon .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-capsule>.i-capsule-content .i-capsule-title{font-weight:700}.i-capsule>.i-capsule-content .i-capsule-description,.i-capsule>.i-capsule-content .i-capsule-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-capsule+.i-capsule{margin-left:var(--hcui-spacing-md)}.i-capsule.i-critical{border-color:var(--organization-theme-criticalColor,var(--light-theme-hcui-color-critical))}.i-capsule.i-critical>.i-capsule-stripe{background-color:var(--light-theme-hcui-color-critical);background-color:var(--organization-theme-criticalColor,var(--light-theme-hcui-color-critical))}.i-capsule.i-error{border-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-capsule.i-error>.i-capsule-stripe{background-color:var(--light-theme-hcui-color-error);background-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-capsule.i-alert{border-color:var(--organization-theme-alertColor,var(--light-theme-hcui-color-alert))}.i-capsule.i-alert>.i-capsule-stripe{background-color:var(--light-theme-hcui-color-alert);background-color:var(--organization-theme-alertColor,var(--light-theme-hcui-color-alert))}.i-capsule.i-important{border-color:var(--organization-theme-importantColor,var(--light-theme-hcui-color-important))}.i-capsule.i-important>.i-capsule-stripe{background-color:var(--light-theme-hcui-color-important);background-color:var(--organization-theme-importantColor,var(--light-theme-hcui-color-important))}.i-capsule.i-information{border-color:var(--organization-theme-informationColor,var(--light-theme-hcui-color-info))}.i-capsule.i-information>.i-capsule-stripe{background-color:var(--light-theme-hcui-color-info);background-color:var(--organization-theme-informationColor,var(--light-theme-hcui-color-info))}.i-capsule.i-success{border-color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success))}.i-capsule.i-success>.i-capsule-stripe{background-color:var(--light-theme-hcui-color-success);background-color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success))}.i-card{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:column;flex-direction:column;vertical-align:middle;box-shadow:0 1px 2px rgba(0,0,0,.1);background-color:var(--hcui-color-component-background);overflow:hidden}.i-card.i-active{border-color:transparent!important;box-shadow:inset 0 0 .5rem rgba(0,0,0,.25);outline:3px solid var(--hcui-color-primary);outline:3px solid var(--organization-theme-themeColor,var(--hcui-color-primary));outline-offset:1px}.i-card.i-outline{border:1px solid var(--hcui-color-separator)}.i-card>*{-webkit-flex:0 0;flex:0 0}.i-card>.i-card-content{-webkit-flex:1 1;flex:1 1;padding:var(--hcui-spacing-md);overflow:hidden}.i-card>.i-card-content.i-scrollable{overflow:auto}.i-card>.i-card-content>.i-card-title{height:1.5rem;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:var(--hcui-color-text-base);letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h3);line-height:var(--hcui-line-height-h3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-card>.i-card-content>.i-card-description{line-height:1.25rem;color:var(--hcui-color-text-medium-contrast)}.i-card>.i-card-content>.i-card-description:not(:last-child){margin-bottom:var(--hcui-spacing-md)}.i-card>.i-card-actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end;min-height:calc(1rem + var(--hcui-spacing-md)*2);position:relative}.i-card>.i-card-actions:after{content:"";display:block;height:1px;position:absolute;top:0;left:var(--hcui-spacing-md);right:var(--hcui-spacing-md);background-color:var(--hcui-color-separator)}.i-card>.i-card-actions .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-card .i-card-action{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;padding:var(--hcui-spacing-md)}.i-card .i-card-action:not([disabled]){cursor:pointer}.i-card .i-card-action:-moz-focus-inner{border:none}.i-card .i-card-action.i-disabled{cursor:not-allowed;color:var(--hcui-color-icon-disabled)}.i-card .i-card-image{background:grey 50%/cover no-repeat;width:100%}.i-confirmation{padding:var(--hcui-spacing-md);box-sizing:border-box;border:2px solid var(--organization-theme-importantColor,var(--light-theme-hcui-color-important));overflow:hidden}.i-confirmation>.i-confirmation-title{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-confirmation>.i-confirmation-title>.i-icon{color:var(--light-theme-hcui-color-important);color:var(--organization-theme-importantColor,var(--light-theme-hcui-color-important))}.i-confirmation>.i-confirmation-title>*+*{margin-left:var(--hcui-spacing-sm)}.i-confirmation>.i-confirmation-message{margin-top:var(--hcui-spacing-xs)}.i-confirmation>.i-confirmation-footer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:var(--hcui-spacing-md)}.i-counter{display:inline-block;vertical-align:middle;min-width:9rem;max-width:18rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-counter>.i-counter-value{font-size:2.5rem;line-height:2.75rem;font-weight:600;vertical-align:baseline}.i-counter>.i-counter-label{font-size:.75rem;vertical-align:baseline;margin-left:var(--hcui-spacing-lg)}.i-counter+.i-counter{margin-left:var(--hcui-spacing-2xl)}.i-datatable.ui-datatable .ui-datatable-data tr>td .cell-data-wrap{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.i-datatable.ui-datatable .ui-datatable-scrollable-table-wrapper{margin-bottom:1px}.i-datatable.ui-datatable .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}html .i-datatable-wrapper,html .i-datatable-wrapper>div:not(.i-datatable){height:100%;width:100%}html .i-datatable-wrapper .ui.forge-datatable-wrap .select-all-checkbox{z-index:2}html .i-datatable-wrapper .ui.forge-datatable-wrap .p-datatable .p-datatable-thead>tr>th.align-right{padding-top:6px;padding-bottom:6px}html .i-datatable-wrapper:focus{outline:none}.i-datatable.p-datatable .i-selection-column .p-column-title{overflow:visible!important}.i-datatable.p-datatable .i-selection-column .ui.checkbox{display:block}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox{margin:0}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox>input~label{min-height:1rem;min-width:1rem}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox.fitted>input~label{padding-left:0}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox.toggle{min-height:1rem}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox.toggle>input{height:auto;width:auto}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox.toggle>input~label{min-height:1rem;min-width:2.5rem;padding-top:0!important;padding-left:2.5rem}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox.toggle>input~label:after,.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox.toggle>input~label:before{top:0}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox.toggle.fitted>input~label{min-width:2rem;padding-left:0}.i-datatable.p-datatable .i-selection-column .ui.checkbox.ui.checkbox.toggle.i-loading:after{top:0}.i-datatable.p-datatable .p-datatable-tbody tr>td .cell-data-wrap{white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis}.i-datatable.p-datatable .p-datatable-thead tr>th .p-column-title div:not(.checkbox),.i-datatable.p-datatable .p-datatable-thead tr>th .p-column-title label:not(.checkbox),.i-datatable.p-datatable .p-datatable-thead tr>th .p-column-title span:not(.checkbox){overflow:hidden;text-overflow:ellipsis}.i-datatable.p-datatable .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-datatable.p-datatable.i-locked-columns .p-datatable-thead th{background-color:var(--hcui-color-chrome-background)!important}.i-datatable.p-datatable.i-locked-columns .i-locked-column,.i-datatable.p-datatable.i-locked-columns .i-selection-column,.i-datatable.p-datatable.i-locked-columns .p-selection-column{position:-webkit-sticky!important;position:sticky!important;left:0;z-index:1;overflow:visible;overflow:initial}.i-datatable.p-datatable.i-locked-columns .i-locked-column:before,.i-datatable.p-datatable.i-locked-columns .i-selection-column:before,.i-datatable.p-datatable.i-locked-columns .p-selection-column:before{content:"";position:absolute;top:0;left:-1px;display:block;height:100%;width:1px;background-color:inherit}.i-datatable.p-datatable.i-locked-columns .i-locked-column:first-of-type:before,.i-datatable.p-datatable.i-locked-columns .i-selection-column:first-of-type:before,.i-datatable.p-datatable.i-locked-columns .p-selection-column:first-of-type:before{background-color:var(--hcui-color-separator)}.i-datatable.p-datatable.i-locked-columns .i-locked-column.i-locked-end:after,.i-datatable.p-datatable.i-locked-columns .i-selection-column.i-locked-end:after,.i-datatable.p-datatable.i-locked-columns .p-selection-column.i-locked-end:after{content:"";position:absolute;top:0;right:-1px;display:block;height:100%;width:1px;background-color:var(--hcui-color-separator)}.i-datatable.p-datatable .i-row-actions-column>.cell-data-wrap{display:-webkit-flex;display:flex;padding-top:0!important;padding-bottom:0!important;padding-right:0!important}.i-datatable.p-datatable .i-row-actions-column>.cell-data-wrap>:first-child{-webkit-flex:1 1 auto;flex:1 1 auto;padding-top:5px;padding-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-datatable.p-datatable .i-row-actions-column>.cell-data-wrap>.i-row-actions{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;margin-left:var(--hcui-spacing-2xs)}.i-datatable.p-datatable .p-datatable-row.i-selected .i-row-action.i-active,.i-datatable.p-datatable .p-datatable-row.i-selected .i-row-action:hover,.i-datatable.p-datatable .p-datatable-row.p-highlight .i-row-action.i-active,.i-datatable.p-datatable .p-datatable-row.p-highlight .i-row-action:hover{background-color:#5db2ec;color:#fff}html.honeywell-dark-theme .i-datatable.p-datatable .p-datatable-row.i-selected .i-row-action.i-active,html.honeywell-dark-theme .i-datatable.p-datatable .p-datatable-row.i-selected .i-row-action:hover,html.honeywell-dark-theme .i-datatable.p-datatable .p-datatable-row.p-highlight .i-row-action.i-active,html.honeywell-dark-theme .i-datatable.p-datatable .p-datatable-row.p-highlight .i-row-action:hover{background-color:#0d5789}.ui.forge-datatable-wrap .i-datatable.p-datatable tbody.p-datatable-tbody>tr.p-highlight{background-color:var(--hcui-color-row-selected)!important}.ui.forge-datatable-wrap .i-datatable.p-datatable tbody.p-datatable-tbody>tr.i-selected{background-color:var(--hcui-color-row-selected)}.ui.forge-datatable-wrap .i-datatable.p-datatable tbody.p-datatable-tbody>tr:hover.i-selected{background:var(--hcui-color-row-selected-hover)}.ui.forge-datatable-wrap .i-datatable.p-datatable tbody.p-datatable-tbody>tr:hover:not(.i-selected){background:var(--hcui-color-secondary-hover)}.i-datatable-wrapper.i-hide-select-all .p-datatable-scrollable-header-table .p-datatable-thead .p-selection-column .p-checkbox,.i-datatable-wrapper.i-hide-select-all .select-all-checkbox{display:none}.i-column-title>div{overflow:hidden;text-overflow:ellipsis}.i-column-title .i-append-units:after{text-transform:none!important;content:attr(data-units)}.i-row-action{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:2rem;width:2rem;overflow:hidden}.i-row-action,.i-row-action:not([disabled]){cursor:pointer}.i-row-action:-moz-focus-inner{border:none}.i-row-action.i-disabled{color:var(--hcui-color-text-low-contrast);cursor:default}.i-row-action.i-active,.i-row-action:hover:not(.i-disabled){background-color:var(--hcui-color-item-selected)}.i-date-picker.ui.date-picker-input{display:inline-block;position:relative}.i-date-picker.ui.date-picker-input .vertical-center{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.i-date-picker.ui.date-picker-input .cal-row{display:-webkit-flex;display:flex;width:100%}.i-date-picker.ui.date-picker-input .datetime-input-wrap{display:-webkit-flex;display:flex;-webkit-align-items:flex-end;align-items:flex-end}.i-date-picker.ui.date-picker-input .datetime-input-wrap .picker-input.focused .input-box{border-color:var(--organization-theme-themeColor,var(--hcui-color-primary))}.i-date-picker.ui.date-picker-input .datetime-input-wrap .picker-input.error+.picker-input .input-box{border-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-date-picker.ui.date-picker-input .header{cursor:default;font-size:var(--hcui-spacing-md);display:block;-webkit-user-select:none;user-select:none;padding-bottom:var(--hcui-spacing-md)}.i-date-picker.ui.date-picker-input .header .month-display{font-weight:600;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.i-date-picker.ui.date-picker-input .header .month-label{-webkit-flex:1 1 auto;flex:1 1 auto;display:block;height:var(--hcui-spacing-lg);line-height:var(--hcui-spacing-lg);-webkit-justify-content:center;justify-content:center;text-align:center}.i-date-picker.ui.date-picker-input .header .month-label+.month-label{margin-left:var(--hcui-spacing-lg)}.i-date-picker.ui.date-picker-input .header .cal-nav-btn{display:-webkit-flex;display:flex;font-size:var(--hcui-spacing-lg);color:var(--hcui-color-icon-active);transition:color .1s linear;cursor:pointer}.i-date-picker.ui.date-picker-input .header .cal-nav-btn:hover{color:var(--hcui-color-icon-hover)}.i-date-picker.ui.date-picker-input .header .cal-nav-btn.disabled,.i-date-picker.ui.date-picker-input .header .cal-nav-btn:active{color:var(--hcui-color-icon-disabled)}.i-date-picker.ui.date-picker-input .header .cal-nav-btn .cal-nav-icon{font-size:1em}.i-date-picker.ui.date-picker-input .header .cal-nav-btn .cal-nav-icon:before{top:0}.i-date-picker.ui.date-picker-input .overlay-position-wrap{z-index:4;position:relative;display:inline-block}.i-date-picker.ui.date-picker-input .overlay-position-wrap .picker-input.datetime-time .input-wrap .input-box{border-left:none}.i-date-picker.ui.date-picker-input .calendar-overlay{position:absolute;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);z-index:500;bottom:calc(var(--hcui-line-height-body2) + var(--hcui-spacing-xs));-webkit-transform:translateY(calc(100% + var(--hcui-spacing-xs)));transform:translateY(calc(100% + var(--hcui-spacing-xs)));display:-webkit-flex;display:flex}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.i-date-picker.ui.date-picker-input .calendar-overlay{-webkit-transform:translateY(100%);transform:translateY(100%);box-shadow:none}}.i-date-picker.ui.date-picker-input .calendar-overlay.unreserved{bottom:0}.i-date-picker.ui.date-picker-input .calendar-overlay .calendar-overlay-wrap{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;padding:var(--hcui-spacing-lg);background:var(--hcui-color-component-background)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.i-date-picker.ui.date-picker-input .calendar-overlay .calendar-overlay-wrap{box-shadow:0 4px 8px 0 rgba(0,0,0,.1);border:var(--hcui-color-separator) var(--hcui-border-width) solid;border-right:none}}.i-date-picker.ui.date-picker-input .calendar-overlay .time-wrap{border-left:var(--hcui-color-separator) var(--hcui-border-width) solid;max-height:376px;width:calc(var(--hcui-spacing-lg)*5);font-size:var(--hcui-spacing-md);display:-webkit-flex;display:flex;-webkit-flex:1 0 auto;flex:1 0 auto;-webkit-flex-direction:column;flex-direction:column;background:var(--hcui-color-component-background);overflow-y:scroll;max-height:294px;width:calc(var(--hcui-spacing-md)*9)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.i-date-picker.ui.date-picker-input .calendar-overlay .time-wrap{box-shadow:0 4px 8px 0 rgba(0,0,0,.1);border:var(--hcui-color-separator) var(--hcui-border-width) solid;font-size:var(--hcui-spacing-sm);height:294px;font-size:var(--hcui-spacing-md)!important}}.i-date-picker.ui.date-picker-input .calendar-overlay .time-wrap .time-option{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body2);line-height:var(--hcui-line-height-body2);color:var(--hcui-color-text-base);padding:var(--hcui-spacing-md);width:100%}.i-date-picker.ui.date-picker-input .calendar-overlay .time-wrap .time-option:hover{background:var(--hcui-color-secondary-hover)}.i-date-picker.ui.date-picker-input .calendar-overlay .time-wrap .time-option.selected{background-color:var(--hcui-color-primary);background-color:var(--organization-theme-themeColor,var(--hcui-color-primary));color:var(--hcui-color-text-fixed)}.i-date-picker.ui.date-picker-input .date-picker-footer{padding-top:var(--hcui-spacing-lg);display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.i-date-picker.ui.date-picker-input .today-btn{color:var(--hcui-color-primary);color:var(--organization-theme-themeColor,var(--hcui-color-primary));font-size:var(--hcui-font-size-body);font-weight:600;cursor:pointer}.i-date-picker.ui.date-picker-input.is-range .date-picker-footer{-webkit-justify-content:space-between;justify-content:space-between}.i-date-picker.ui.date-picker-input.is-range .picker-input,.i-date-picker.ui.date-picker-input.is-range .picker-input .input-box{min-width:300px}.i-date-picker.ui.date-picker-input.fluid,.i-date-picker.ui.date-picker-input.fluid .overlay-position-wrap{display:block}.i-date-picker.ui.date-picker-input.fluid .datetime-date,.i-date-picker.ui.date-picker-input.fluid .datetime-time,.i-date-picker.ui.date-picker-input.fluid .overlay-position-wrap .datetime-date,.i-date-picker.ui.date-picker-input.fluid .overlay-position-wrap .datetime-time{width:100%}.i-date-picker.ui.date-picker-input.open{z-index:30}.i-date-picker.ui.date-picker-input.open-up .calendar-overlay{-webkit-transform:translateY(0);transform:translateY(0);bottom:100%}.i-details-accordion .i-details-accordion-section>.i-header{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-user-select:none;user-select:none}.i-details-accordion .i-details-accordion-section>.i-header>.i-title{-webkit-flex:1 1 auto;flex:1 1 auto;padding:var(--hcui-spacing-lg) 0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h4);line-height:var(--hcui-line-height-h4);color:var(--hcui-color-text-base);font-weight:700;-webkit-user-select:text;user-select:text;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox{display:block}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox{margin:0}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox>input~label{min-height:1rem;min-width:1rem}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox.fitted>input~label{padding-left:0}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox.toggle{min-height:1rem}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox.toggle>input{height:auto;width:auto}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox.toggle>input~label{min-height:1rem;min-width:2.5rem;padding-top:0!important;padding-left:2.5rem}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox.toggle>input~label:after,.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox.toggle>input~label:before{top:0}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox.toggle.fitted>input~label{min-width:2rem;padding-left:0}.i-details-accordion .i-details-accordion-section>.i-header>.i-actions .ui.checkbox.ui.checkbox.toggle.i-loading:after{top:0}.i-details-accordion .i-details-accordion-section>.i-header>.i-toggle{-webkit-flex:0 0 auto;flex:0 0 auto;padding:var(--hcui-spacing-lg) 0 var(--hcui-spacing-lg) calc(var(--hcui-spacing-lg)/2);margin-left:calc(var(--hcui-spacing-lg)/2);color:var(--hcui-color-text-medium-contrast);cursor:pointer}.i-details-accordion .i-details-accordion-section.i-disabled>.i-header>.i-toggle{color:var(--hcui-color-icon-disabled);cursor:default}.i-details-accordion .i-details-accordion-section:not(.i-no-separator){border-bottom:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-details-accordion .i-details-accordion-section:not(.i-no-separator)>.i-content{padding-bottom:var(--hcui-spacing-lg)}.i-details-accordion.i-compact-titles>.i-details-accordion-section>.i-header>*{padding:var(--hcui-spacing-xs) 0}.i-details-accordion.i-compact-titles>.i-details-accordion-section.i-active{border-bottom:none}.i-details-accordion.i-compact-titles>.i-details-accordion-section.i-active>.i-content{padding-bottom:var(--hcui-spacing-xs)}.i-inputx{position:relative;display:inline-block;vertical-align:middle;z-index:1}.i-inputx>.i-inputx-inner-wrapper{display:-webkit-flex;display:flex;width:12rem}.i-inputx>.i-inputx-inner-wrapper>*{-webkit-flex:1 1 auto;flex:1 1 auto}.i-inputx>.i-inputx-inner-wrapper>* .input-box{width:100%}.i-inputx>.i-inputx-inner-wrapper>.i-units{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;min-width:1.5rem;padding:0 var(--hcui-spacing-xs);border:1px solid var(--hcui-color-separator);border-left:none;background-color:var(--hcui-color-component-background);color:var(--hcui-color-text-medium-contrast)}.i-inputx.i-fluid>.i-inputx-inner-wrapper{width:auto}.ui.single-input.i-loader .input-wrap:after{content:"";position:absolute;left:50%;margin-left:-.75rem;top:50%;margin-top:-.75rem;display:inline-block;height:1.5rem;width:1.5rem;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite;pointer-events:none;z-index:2}html.honeywell-dark-theme .ui.single-input.i-loader .input-wrap:after{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-details-list{width:100%;min-width:12rem;border:1px solid var(--hcui-color-separator);background-color:var(--hcui-color-component-background);margin:1em 0}.i-details-list:first-child{margin-top:0}.i-details-list:last-child{margin-bottom:0}.i-details-list-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;min-height:2.25rem;padding:0 var(--hcui-spacing-sm)}.i-details-list-item.i-link:not(.i-disabled){cursor:pointer}.i-details-list-item.i-link:not(.i-disabled):hover{background-color:var(--hcui-color-secondary-hover)}.i-details-list-item:not(:first-child){border-top:1px solid var(--hcui-color-separator)}.i-details-list-item>.i-item-status-icon{-webkit-flex:0 0 auto;flex:0 0 auto}.i-details-list-item>.i-item-title{-webkit-flex:1 1 auto;flex:1 1 auto;min-width:1.5rem}.i-details-list-item>.i-item-content{-webkit-flex:0 1 auto;flex:0 1 auto;margin-left:var(--hcui-spacing-md)}.i-details-list-item>.i-item-buttons{-webkit-flex:0 0 auto;flex:0 0 auto}.i-details-list-item>.i-item-status-icon{display:-webkit-flex;display:flex}.i-details-list-item>.i-item-status-icon>.i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-details-list-item>.i-item-status-icon>:first-child{margin-right:var(--hcui-spacing-sm)}.i-details-list-item>.i-item-content,.i-details-list-item>.i-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-details-list-item>.i-item-content>.i-checkbox{display:block}.i-details-list-item>.i-item-content>.ui.checkbox{display:block;margin:0 1px!important}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox{margin:0}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox>input~label{min-height:1rem;min-width:1rem}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox.fitted>input~label{padding-left:0}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox.toggle{min-height:1rem}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox.toggle>input{height:auto;width:auto}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox.toggle>input~label{min-height:1rem;min-width:2.5rem;padding-top:0!important;padding-left:2.5rem}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox.toggle>input~label:after,.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox.toggle>input~label:before{top:0}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox.toggle.fitted>input~label{min-width:2rem;padding-left:0}.i-details-list-item>.i-item-content>.ui.checkbox.ui.checkbox.toggle.i-loading:after{top:0}.i-details-list-item.i-input-item{padding-right:var(--hcui-spacing-xs)}.i-details-list-item>.i-item-content>.i-details-input{display:inline-block;position:relative}.i-details-list-item>.i-item-content>.i-details-input .input-wrap>input{height:1.6875rem!important;line-height:1.75rem;padding:0 var(--hcui-spacing-xs)}.i-details-list-item>.i-item-content>.i-details-input .input-wrap>input::-webkit-inner-spin-button,.i-details-list-item>.i-item-content>.i-details-input .input-wrap>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.i-details-list-item>.i-item-content>.i-details-input .input-wrap>input[type=number]{-moz-appearance:textfield}.i-details-list-item>.i-item-content>.i-details-input.i-size-mini{max-width:3.5rem}.i-details-list-item>.i-item-content>.i-details-input.i-size-small{max-width:5rem}.i-details-list-item>.i-item-content>.i-details-input.i-size-medium{max-width:7rem}.i-details-list-item>.i-item-content>.i-details-input.i-size-large{max-width:10rem}.i-details-list-item>.i-item-content>.i-details-input .i-below-text{display:none}.i-details-list-item.i-dropdown-item{padding-right:var(--hcui-spacing-xs)}.i-details-list-item>.i-item-buttons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-details-list-item>.i-item-buttons>button{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;display:block;margin-left:var(--hcui-spacing-sm);color:var(--hcui-color-text-medium-contrast)}.i-details-list-item>.i-item-buttons>button:not([disabled]){cursor:pointer}.i-details-list-item>.i-item-buttons>button:-moz-focus-inner{border:none}.i-details-list-item.i-disabled>.i-item-buttons>button{color:var(--hcui-color-text-low-contrast)}.i-details-list-item.i-multiline{-webkit-flex-direction:column;flex-direction:column;padding:var(--hcui-spacing-sm)}.i-details-list-item.i-multiline .i-line{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;min-height:1.5rem;width:100%}.i-details-list-item.i-multiline .i-line.i-deemphasized{color:var(--hcui-color-text-low-contrast)}.i-details-list-item.i-multiline .i-line>.i-line-icon{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex}.i-details-list-item.i-multiline .i-line>.i-line-icon .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-details-list-item.i-multiline .i-line>.i-line-content,.i-details-list-item.i-multiline .i-line>.i-line-title{-webkit-flex:0 1 auto;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-details-list-item.i-multiline .i-line>.i-line-content{margin-left:auto;padding-left:var(--hcui-spacing-xs)}.i-details-list.i-title-transform-upper .i-item-title{min-width:1rem;color:var(--hcui-color-text-medium-contrast);font-size:.75rem;font-weight:600;text-transform:uppercase}.i-details-list.i-align-left .i-item-content{-webkit-flex:0 0 50%;flex:0 0 50%}.i-details-list-item.i-emphasized{background-color:var(--hcui-color-content-background)}.i-details-list-item.i-emphasized>.i-item-content,.i-details-list-item.i-emphasized>.i-item-title{font-weight:600}.i-details-list-item.i-title-fixed>.i-item-title{-webkit-flex-shrink:0;flex-shrink:0}table.i-details-table.ui.table{border:none;background-color:transparent}table.i-details-table.ui.table tbody tr td,table.i-details-table.ui.table th{border-bottom:1px solid var(--hcui-color-separator)}table.i-details-table.ui.table tbody tr td{background-color:var(--hcui-color-component-background)}table.i-details-table.ui.table tbody tr td:first-child{border-left:1px solid var(--hcui-color-separator)}table.i-details-table.ui.table tbody tr td:last-child{border-right:1px solid var(--hcui-color-separator)}.i-scroll-box{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;overflow:hidden}.i-scroll-box>.i-scroll-header{-webkit-flex:0 0 auto;flex:0 0 auto}.i-scroll-box>.i-scroll-content{-webkit-flex:1 1;flex:1 1;overflow:auto;position:relative}.i-scroll-box>.i-scroll-footer{-webkit-flex:0 0 auto;flex:0 0 auto}.i-scroll-box.i-scroll-horizontal>.i-scroll-content{overflow-y:hidden}.i-scroll-box.i-scroll-vertical>.i-scroll-content{overflow-x:hidden}.i-scroll-box.i-scroll-none>.i-scroll-content{overflow:hidden}.i-radio-list{cursor:pointer}.i-radio-list .i-radio-list-option{display:-webkit-flex;display:flex}.i-radio-list .i-radio-list-option>.i-option-radio{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-right:var(--hcui-spacing-lg)}.i-radio-list .i-radio-list-option>.i-option-label{-webkit-flex:1 1 auto;flex:1 1 auto}.i-radio-list .i-radio-list-option>.i-option-label .i-option-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h4);line-height:var(--hcui-line-height-h4);color:var(--hcui-color-text-base);font-weight:700}.i-radio-list .i-radio-list-option>.i-option-label .i-option-description{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);color:var(--hcui-color-text-medium-contrast)}.i-radio-list .i-radio-list-option.i-disabled{cursor:not-allowed}.i-radio-list .i-radio-list-option.i-disabled>.i-option-label .i-option-description,.i-radio-list .i-radio-list-option.i-disabled>.i-option-label .i-option-title{color:var(--hcui-color-text-low-contrast)}.i-radio-list .i-radio-list-option+.i-radio-list-option{margin-top:var(--hcui-spacing-xl)}.i-radio-list .i-confirmation-wrapper{margin-left:2.25rem}.i-diagnostic{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;width:100%;background-color:var(--hcui-color-component-background);position:relative}.i-diagnostic h1,.i-diagnostic h2,.i-diagnostic h3,.i-diagnostic h4,.i-diagnostic h5{margin-top:var(--hcui-spacing-lg);margin-bottom:0}.i-diagnostic ol{margin-top:0;-webkit-padding-start:2rem;padding-inline-start:2rem}.i-diagnostic p{color:var(--hcui-color-text-base);color:var(--hcui-color-text-medium-contrast)}.i-diagnostic .i-diagnostic-header-label,.i-diagnostic p{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body)}.i-diagnostic .i-diagnostic-header-label{position:absolute;top:1.5rem;left:0;right:0;text-align:center;color:var(--hcui-color-text-base);font-weight:600}.i-diagnostic .i-back-button{z-index:1}.i-diagnostic .i-diagnostic-actions{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end}.i-diagnostic .i-diagnostic-image{cursor:pointer}.i-diagnostic .i-diagnostic-image>img,.i-diagnostic .i-diagnostic-image svg{max-height:350px;max-width:100%;object-fit:contain;object-position:0 0}.i-diagnostic .i-diagnostic-image-full-size{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;border:var(--hcui-color-separator) var(--hcui-border-width) solid;background-color:var(--hcui-color-component-background);padding:var(--hcui-spacing-lg)}.i-diagnostic .i-diagnostic-image-full-size>.i-diagnostic-image-header{height:2rem;position:absolute}.i-diagnostic .i-diagnostic-image-full-size>.i-diagnostic-image-header .ui.button.link .button-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-diagnostic .i-diagnostic-image-full-size>.i-diagnostic-image-header .ui.button.link .button-content>.i-icon{color:var(--hcui-color-text-medium-contrast);margin-right:var(--hcui-spacing-xs)}.i-diagnostic .i-diagnostic-image-full-size>.i-diagnostic-image-content{padding-top:2rem;height:100%;text-align:center}.i-diagnostic .i-diagnostic-image-full-size>.i-diagnostic-image-content>img,.i-diagnostic .i-diagnostic-image-full-size>.i-diagnostic-image-content svg{object-fit:contain;max-height:100%;max-width:100%}.i-diagnostic .i-diagnostic-splitter{-webkit-flex:1 1;flex:1 1;position:relative}.i-diagnostic .i-diagnostic-splitter>.i-splitter-bar.i-resize-handle{border:0;background-color:transparent;width:1.5rem}.i-diagnostic .i-diagnostic-main,.i-diagnostic .i-diagnostic-splitter .i-diagnostic-pane{height:100%}.i-diagnostic .i-diagnostic-main .i-diagnostic-content>.i-scroll-content{padding-right:var(--hcui-spacing-lg)}.i-diagnostic .i-diagnostic-main .i-diagnostic-content>.i-scroll-footer.i-diagnostic-actions{padding-top:var(--hcui-spacing-lg);padding-right:var(--hcui-spacing-lg)}.i-diagnostic .i-diagnostic-details{border:1px solid var(--hcui-color-separator)}.i-diagnostic .i-diagnostic-details .i-diagnostic-instructions,.i-diagnostic .i-diagnostic-details .i-diagnostic-results{position:relative}.i-diagnostic .i-diagnostic-details .i-diagnostic-instructions>.i-scroll-content,.i-diagnostic .i-diagnostic-details .i-diagnostic-results>.i-scroll-content{padding:var(--hcui-spacing-lg)}.i-diagnostic .i-diagnostic-details .i-diagnostic-instructions>.i-scroll-content:not(:last-child),.i-diagnostic .i-diagnostic-details .i-diagnostic-results>.i-scroll-content:not(:last-child){padding-bottom:0}.i-diagnostic .i-diagnostic-details .i-diagnostic-instructions>.i-scroll-footer.i-diagnostic-actions,.i-diagnostic .i-diagnostic-details .i-diagnostic-results>.i-scroll-footer.i-diagnostic-actions{padding:var(--hcui-spacing-lg)}.i-diagnostic .i-diagnostic-select{margin-left:var(--hcui-spacing-lg)}.i-diagnostic .i-diagnostic-footer{-webkit-flex:0 0;flex:0 0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;min-height:2.375rem;margin-top:var(--hcui-spacing-lg)}.i-diagnostic .i-diagnostic-footer>.i-diagnostic-status{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-diagnostic .i-diagnostic-footer>.i-diagnostic-status>.i-status-icon{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;margin-right:var(--hcui-spacing-sm)}.i-diagnostic .i-diagnostic-footer>.i-diagnostic-status>.i-status-icon>.i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-diagnostic .i-diagnostic-footer>.i-diagnostic-status>.i-status-text{-webkit-flex:0 1 auto;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-diagnostic .i-diagnostic-footer>.i-diagnostic-progress{-webkit-flex:1 1 auto;flex:1 1 auto;border:1px solid var(--hcui-color-separator);max-width:16rem}.i-diagnostic .i-diagnostic-footer>.i-diagnostic-progress:not(:first-child){margin-left:var(--hcui-spacing-lg)}.i-diagnostic .i-diagnostic-footer>.i-diagnostic-progress .ui.progress{margin-bottom:0!important}.i-diagnostic .i-diagnostic-footer>.i-diagnostic-actions{-webkit-flex:1 1 auto;flex:1 1 auto}.i-form>.i-form-error{margin-bottom:var(--hcui-spacing-lg)}.i-html-preview-frame{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.i-html-preview-frame>*{-webkit-flex:0 0;flex:0 0}.i-html-preview-frame>iframe{-webkit-flex:1 1;flex:1 1;min-height:0}.i-icon-label{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%}.i-icon-label>.i-icon{-webkit-flex:0 0 auto;flex:0 0 auto}.i-icon-label>.i-label{-webkit-flex:1 1 auto;flex:1 1 auto;margin-left:var(--hcui-spacing-xs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-industrial-button{display:-webkit-inline-flex;display:inline-flex;padding:var(--hcui-spacing-sm);overflow:hidden;height:152px;width:88px;font-weight:600;color:var(--button-inline-color);text-align:center;text-transform:uppercase}.i-industrial-button.i-size-compact{height:96px;width:88px}.i-industrial-button.i-size-sm{height:120px;width:88px}.i-industrial-button.i-size-lg{height:184px;width:112px}.i-industrial-button.i-size-tall{height:192px;width:88px}.i-industrial-button.i-disabled{opacity:.5}.i-industrial-button.i-disabled button{cursor:not-allowed}.i-industrial-button .i-industrial-button-content{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.i-industrial-button .i-industrial-button-content>.i-status-label{-webkit-flex:0 0 auto;flex:0 0 auto;width:100%;border-radius:.25rem;font-size:.75rem;text-align:center;padding:0 var(--hcui-spacing-xs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#404040;color:#fff;box-shadow:inset 0 0 .25rem #000}.i-industrial-button .i-industrial-button-content>.i-status-label.i-illuminated{background-color:#f7f7f7;color:#303030;box-shadow:inset 0 0 .25rem #b0b0b0}.i-industrial-button .i-industrial-button-content>.i-lamp-button{padding:0;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;color:inherit;background-color:transparent;outline:none;overflow:visible;position:relative}.i-industrial-button .i-industrial-button-content>.i-lamp-button:not([disabled]){cursor:pointer}.i-industrial-button .i-industrial-button-content>.i-lamp-button:-moz-focus-inner{border:none}.i-industrial-button .i-industrial-button-content>.i-lamp-button:active:not(:disabled){-webkit-transform:translateY(1px);transform:translateY(1px)}.i-industrial-button .i-industrial-button-content>.i-lamp-button:not(:active):before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;border-radius:50%;box-shadow:0 4px 4px rgba(0,0,0,.5)}.i-industrial-button .i-industrial-button-content>.i-button-label{-webkit-flex:1 1 auto;flex:1 1 auto;display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;-webkit-justify-content:center;justify-content:center;min-height:2rem;width:100%;overflow:hidden}.i-industrial-button .i-industrial-button-content>.i-button-label>span{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word}.i-industrial-button svg #spinner{-webkit-transform-origin:center;transform-origin:center;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}.i-industrial-button-grid{display:grid;grid-gap:var(--hcui-spacing-sm);height:100%;width:100%;background-color:var(--hcui-color-content-background);padding:var(--hcui-spacing-sm);border:1px solid var(--hcui-color-separator);border-radius:1rem;box-shadow:1px 2px var(--hcui-color-separator)}.i-industrial-button-grid .i-industrial-button{height:100%!important;width:100%!important}.i-industrial-button-grid .i-industrial-button-grid-section{display:grid;-webkit-align-content:space-evenly;align-content:space-evenly;-webkit-justify-content:center;justify-content:center}.i-instance-selector{display:inline-block;vertical-align:middle}.i-instance-selector .i-offline-count{color:var(--hcui-color-text-low-contrast);font-size:.75rem;margin-left:var(--hcui-spacing-sm)}.i-kpi-banner{display:-webkit-flex;display:flex;height:3rem;overflow:hidden;grid-gap:var(--hcui-spacing-lg);gap:var(--hcui-spacing-lg)}.i-kpi-banner>*{-webkit-flex:0 0;flex:0 0}.i-kpi-banner>.i-kpi-divider{height:100%;border-left:1px solid var(--hcui-color-separator)}.i-kpi-banner-item{max-width:8rem}.i-kpi-banner-item.i-clickable{cursor:pointer}.i-kpi-banner-item>.i-kpi-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--hcui-color-text-medium-contrast)}.i-kpi-banner-item>.i-kpi-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.i-kpi-banner-item>.i-kpi-content strong{font-weight:800;font-size:1.375rem}.i-kpi-banner-item>.i-kpi-content>.i-kpi-hyperlink{margin:0 0 var(--hcui-spacing-xs) .375rem}.i-kpi-banner-combo-item>.i-kpi-row{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:var(--hcui-spacing-sm);gap:var(--hcui-spacing-sm);font-size:.875;line-height:1rem}.i-kpi-banner-combo-item>.i-kpi-row>.i-kpi-title{-webkit-flex:1 1 auto;flex:1 1 auto;color:var(--hcui-color-text-medium-contrast);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-kpi-banner-combo-item>.i-kpi-row>.i-kpi-content{-webkit-flex:0 0 auto;flex:0 0 auto;font-weight:800;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-kpi-bar{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:var(--hcui-spacing-md);position:relative;overflow:hidden}.i-kpi-bar.i-size-xs{height:var(--hcui-spacing-xs)}.i-kpi-bar.i-size-sm{height:var(--hcui-spacing-sm)}.i-kpi-bar.i-size-lg{height:var(--hcui-spacing-lg)}.i-kpi-bar.i-size-xl{height:var(--hcui-spacing-xl)}.i-kpi-bar.i-size-2xl{height:var(--hcui-spacing-2xl)}.i-kpi-bar>.i-kpi-bar-track{height:1px;-webkit-flex:1 1 auto;flex:1 1 auto;background-color:var(--hcui-color-separator);opacity:.75}.i-kpi-bar>.i-kpi-bar-segment{position:absolute;top:0;height:100%;transition:left .25s cubic-bezier(.5,0,.1,1),width .25s cubic-bezier(.5,0,.1,1)}.i-kpi-bar>.i-kpi-bar-segment.i-clickable{cursor:pointer}.i-kpi-bar>.i-kpi-bar-segment.i-clickable:after{content:"";display:block;height:100%;width:100%;background-color:#fff;opacity:0;transition:opacity .25s cubic-bezier(.5,0,.1,1)}.i-kpi-bar>.i-kpi-bar-segment.i-clickable:hover:after{opacity:.25}.i-kpi-bar+.i-kpi-bar{margin-top:var(--hcui-spacing-md)}.i-kpi-carousel{overflow:hidden;border:1px solid var(--hcui-color-separator)}.i-kpi-carousel>.i-kpi-carousel-header{padding:var(--hcui-spacing-lg) var(--hcui-spacing-lg) 0;text-transform:uppercase;font-weight:700}.i-kpi-carousel>.i-kpi-carousel-scroll-container{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:var(--hcui-spacing-lg);gap:var(--hcui-spacing-lg);padding:var(--hcui-spacing-sm) var(--hcui-spacing-lg) 0;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.i-kpi-carousel>.i-kpi-carousel-scroll-container::-webkit-scrollbar{width:0;height:0}.i-kpi-carousel>.i-kpi-carousel-scroll-container>.i-kpi-carousel-item{-webkit-flex:1 0;flex:1 0}.i-kpi-carousel>.i-kpi-carousel-footer{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:2.25rem}.i-kpi-carousel>.i-kpi-carousel-footer .i-button-bare{display:-webkit-flex;display:flex}.i-kpi-carousel>.i-kpi-carousel-footer .i-scroll-arrow{padding:var(--hcui-spacing-sm) var(--hcui-spacing-md)}.i-kpi-carousel>.i-kpi-carousel-footer .i-scroll-arrow:disabled{visibility:hidden}.i-kpi-carousel-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;grid-gap:var(--hcui-spacing-md);gap:var(--hcui-spacing-md)}.i-kpi-carousel-item:not(:first-child){border-left:1px solid var(--hcui-color-separator);padding-left:var(--hcui-spacing-lg)}.i-kpi-carousel-item>.i-kpi-item-content{-webkit-flex:0 0;flex:0 0;display:-webkit-flex;display:flex}.i-kpi-carousel-item>.i-kpi-item-label{-webkit-flex:0 0;flex:0 0;white-space:nowrap}.i-kpi-carousel-item .i-kpi-header-text{color:var(--hcui-color-text-medium-contrast)}.i-kpi-carousel-item .i-kpi-major-text{font-size:1.5rem}.i-kpi-carousel-item .i-kpi-major-text .i-kpi-text{font-weight:800}.i-kpi-carousel-item .i-kpi-major-text .i-kpi-prefix{color:var(--hcui-color-text-medium-contrast);margin-right:var(--hcui-spacing-xs)}.i-kpi-carousel-item .i-kpi-major-text .i-kpi-suffix{font-size:1.25rem;margin-left:var(--hcui-spacing-xs)}.i-kpi-carousel-item .i-kpi-minor-text .i-kpi-text{font-weight:800}.i-kpi-carousel-item .i-kpi-minor-text .i-kpi-prefix{color:var(--hcui-color-text-medium-contrast);margin-right:var(--hcui-spacing-xs)}.i-kpi-carousel-item .i-kpi-minor-text .i-kpi-suffix{margin-left:var(--hcui-spacing-xs)}.i-kpi-gauge{display:inline-block;position:relative}.i-kpi-gauge.i-transition *{transition:all 1s ease-out}.i-kpi-gauge>.i-kpi-text{position:absolute;top:0;left:0;height:100%;width:100%;font-weight:700}.i-kpi-gauge>.i-kpi-text,.i-kpi-legend{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.i-kpi-legend{-webkit-flex-wrap:wrap;flex-wrap:wrap;grid-column-gap:var(--hcui-spacing-lg);-webkit-column-gap:var(--hcui-spacing-lg);column-gap:var(--hcui-spacing-lg);padding:var(--hcui-spacing-xs) 0}.i-kpi-legend.i-align-left{-webkit-justify-content:left;justify-content:left}.i-kpi-legend.i-layout-vertical{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.i-kpi-legend.i-reverse-order{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.i-kpi-legend.i-reverse-order.i-layout-vertical{-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.i-kpi-legend-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-kpi-legend-item.i-active{font-weight:700}.i-kpi-legend-item.i-clickable{cursor:pointer}.i-kpi-legend-item>.i-item-box{display:-webkit-flex;display:flex}.i-kpi-legend-item>.i-item-box>*{-webkit-flex:0 0 auto;flex:0 0 auto}.i-kpi-legend-item>.i-item-box>.i-kpi-color{height:.75rem;width:.75rem}.i-kpi-legend-item>.i-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:16rem}.i-kpi-legend-item .i-item-box+.i-item-label{margin-left:var(--hcui-spacing-xs)}.i-kpi-list.i-border,.i-kpi-list.i-box-shadow{background-color:var(--hcui-color-component-background);padding:var(--hcui-spacing-md) var(--hcui-spacing-md) 0}.i-kpi-list-item{display:-webkit-flex;display:flex;-webkit-align-items:flex-start;align-items:flex-start;grid-gap:var(--hcui-spacing-md);gap:var(--hcui-spacing-md);padding-bottom:var(--hcui-spacing-md)}.i-kpi-list-item:not(:last-child){border-bottom:1px solid var(--hcui-color-separator);margin-bottom:var(--hcui-spacing-md)}.i-kpi-list-item>.i-label{-webkit-flex:1 1 auto;flex:1 1 auto;font-weight:600;font-size:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.i-kpi-list-item>.i-content{-webkit-flex:0 0 50%;flex:0 0 50%;font-size:1rem}.i-kpi-list-item>.i-content>.i-badge{margin-top:-.25rem;margin-right:.5rem}.i-kpi-list-item>.i-content strong{font-weight:800;font-size:1.375rem}.i-kpi-list-item>.i-content small{font-size:.875rem}.i-kpi-list-item>.i-content small strong{font-weight:600;font-size:.875rem}.i-sort-indicator{position:relative;height:1rem;width:.625rem}.i-sort-indicator>svg{position:absolute;top:0;left:0;fill:var(--hcui-color-text-low-contrast)}.i-sort-indicator>svg.i-sort-asc,.i-sort-indicator>svg.i-sort-desc{fill:var(--hcui-color-primary);fill:var(--organization-theme-themeColor,var(--hcui-color-primary))}.i-table{border-collapse:collapse;border:1px solid var(--hcui-color-separator);width:100%;overflow:hidden}.i-table.i-fitted{width:auto}.i-table.i-fixed{table-layout:fixed}.i-table tr{background-color:var(--hcui-color-component-background)}.i-table tr:nth-child(2n){background-color:var(--hcui-color-content-background)}.i-table td,.i-table th{position:relative;padding:var(--hcui-spacing-xs) var(--hcui-spacing-md);height:2rem;text-align:left;vertical-align:middle}.i-table td>.i-cell-wrap,.i-table th>.i-cell-wrap{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-table td>.i-cell-wrap>*,.i-table th>.i-cell-wrap>*{-webkit-flex:0 0 auto;flex:0 0 auto}.i-table td>.i-cell-wrap>*+*,.i-table th>.i-cell-wrap>*+*{margin-left:var(--hcui-spacing-sm)}.i-table td>.i-cell-wrap>.i-cell-icon,.i-table th>.i-cell-wrap>.i-cell-icon{display:-webkit-flex;display:flex}.i-table td>.i-cell-wrap>.i-cell-content,.i-table th>.i-cell-wrap>.i-cell-content{-webkit-flex:1 1 auto;flex:1 1 auto;line-height:1.5em;white-space:pre-line}.i-table td.i-align-left,.i-table th.i-align-left{text-align:left!important}.i-table td.i-align-left>.i-cell-wrap,.i-table th.i-align-left>.i-cell-wrap{-webkit-justify-content:flex-start!important;justify-content:flex-start!important}.i-table td.i-align-center,.i-table th.i-align-center{text-align:center!important}.i-table td.i-align-center>.i-cell-wrap,.i-table th.i-align-center>.i-cell-wrap{-webkit-justify-content:center!important;justify-content:center!important}.i-table td.i-align-right,.i-table th.i-align-right{text-align:right!important}.i-table td.i-align-right>.i-cell-wrap,.i-table th.i-align-right>.i-cell-wrap{-webkit-justify-content:flex-end!important;justify-content:flex-end!important}.i-table td.i-align-v-top,.i-table th.i-align-v-top{vertical-align:top!important}.i-table td.i-align-v-top>.i-cell-wrap,.i-table th.i-align-v-top>.i-cell-wrap{-webkit-align-items:flex-start!important;align-items:flex-start!important}.i-table td.i-align-v-middle,.i-table th.i-align-v-middle{vertical-align:middle!important}.i-table td.i-align-v-middle>.i-cell-wrap,.i-table th.i-align-v-middle>.i-cell-wrap{-webkit-align-items:center!important;align-items:center!important}.i-table td.i-align-v-bottom,.i-table th.i-align-v-bottom{vertical-align:bottom!important}.i-table td.i-align-v-bottom>.i-cell-wrap,.i-table th.i-align-v-bottom>.i-cell-wrap{-webkit-align-items:flex-end!important;align-items:flex-end!important}.i-table th{background-color:var(--hcui-color-chrome-background);border-bottom:1px solid var(--hcui-color-separator)}.i-table th.i-clickable{cursor:pointer}.i-table th>.i-cell-wrap>.i-cell-content{color:var(--hcui-color-text-medium-contrast);font-size:.75rem;font-weight:600;text-transform:uppercase}.i-table th.i-sortable>.i-cell-wrap>.i-cell-content{-webkit-flex:0 1 auto;flex:0 1 auto}.i-table th+th:after{content:"";display:block;width:1px;background-color:var(--hcui-color-separator);position:absolute;top:.5rem;bottom:.5rem;left:0}.i-table.i-no-wrap>*>tr>*>.i-cell-wrap>.i-cell-content,.i-table .i-no-wrap>.i-cell-wrap>.i-cell-content,.i-table.i-no-wrap>tr>*>.i-cell-wrap>.i-cell-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-table .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-table .i-cell-content .ui.single-input .input-box{height:1.6875rem!important;line-height:1.75rem;padding:0 var(--hcui-spacing-xs);width:8rem}.i-table .i-cell-content .ui.single-input .input-box::-webkit-inner-spin-button,.i-table .i-cell-content .ui.single-input .input-box::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.i-table .i-cell-content .ui.single-input .input-box[type=number]{-moz-appearance:textfield}.i-table .i-align-center .i-cell-content .ui.single-input .input-box{text-align:center}.i-table .i-align-right .i-cell-content .ui.single-input .input-box{text-align:right}.i-table.i-bordered-cells,.i-table.i-bordered-rows{border:none}.i-table.i-bordered-cells>thead>tr>th,.i-table.i-bordered-cells>tr>th,.i-table.i-bordered-rows>thead>tr>th,.i-table.i-bordered-rows>tr>th{background-color:transparent;padding-top:0;padding-bottom:var(--hcui-spacing-sm);vertical-align:bottom}.i-table.i-bordered-cells>thead>tr>th>.i-cell-wrap,.i-table.i-bordered-cells>tr>th>.i-cell-wrap,.i-table.i-bordered-rows>thead>tr>th>.i-cell-wrap,.i-table.i-bordered-rows>tr>th>.i-cell-wrap{-webkit-align-items:flex-end;align-items:flex-end}.i-table.i-bordered-cells>thead>tr>th:after,.i-table.i-bordered-cells>tr>th:after,.i-table.i-bordered-rows>thead>tr>th:after,.i-table.i-bordered-rows>tr>th:after{display:none}.i-table.i-bordered-cells>tbody>tr,.i-table.i-bordered-cells>tr,.i-table.i-bordered-rows>tbody>tr,.i-table.i-bordered-rows>tr{background-color:var(--hcui-color-component-background)}.i-table.i-bordered-cells>tbody>tr>td,.i-table.i-bordered-cells>tr>td,.i-table.i-bordered-rows>tbody>tr,.i-table.i-bordered-rows>tr{border:1px solid var(--hcui-color-separator)}.i-table.i-compact{border:none}.i-table.i-compact>thead>tr>th,.i-table.i-compact>tr>th{border:none;background-color:transparent}.i-table.i-compact>thead>tr>th:after,.i-table.i-compact>tr>th:after{display:none}.i-table.i-compact>thead>tr>th>.i-cell-wrap>.i-cell-content,.i-table.i-compact>tr>th>.i-cell-wrap>.i-cell-content{font-size:.75rem;font-weight:400;text-transform:none}.i-table.i-compact>thead>tr>th,.i-table.i-compact>tr>th{padding:var(--hcui-spacing-2xs) var(--hcui-spacing-sm);height:1.25rem}.i-table.i-compact>tbody>tr>td,.i-table.i-compact>tr>td{padding:var(--hcui-spacing-2xs) var(--hcui-spacing-sm);height:1.75rem}.i-table.i-row-colors-alt>tbody>tr:nth-child(2n),.i-table.i-row-colors-alt>tr:nth-child(2n){background-color:var(--hcui-color-content-background)!important}.i-table.i-row-colors-static>tbody>tr,.i-table.i-row-colors-static>tr{background-color:var(--hcui-color-component-background)!important}.i-kpi-divider{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;min-height:1.5rem}.i-kpi-divider>span{-webkit-flex:1 1 auto;flex:1 1 auto;height:1px;background-color:var(--hcui-color-separator)}.i-kpi-divider>label{margin:0 var(--hcui-spacing-sm);color:var(--hcui-color-text-medium-contrast);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-kpi-ratio-table.i-hide-kpi-bars .i-kpi-bar-column{display:none}.i-kpi-status{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;grid-gap:var(--hcui-spacing-xs);gap:var(--hcui-spacing-xs);height:1.5rem;padding:var(--hcui-spacing-sm);vertical-align:middle;border:1px solid var(--hcui-color-separator);border-radius:2rem;background-color:var(--hcui-color-content-background)}.i-kpi-status>.i-kpi-label{font-size:.75rem;font-weight:600}.i-kpi-value{display:inline-block;vertical-align:top;white-space:nowrap}.i-kpi-value.i-clickable{cursor:pointer}.i-kpi-value>.i-kpi-content{display:inline-block;vertical-align:middle;font-weight:600;font-size:2rem;line-height:2rem}.i-kpi-value>.i-kpi-icon{display:-webkit-inline-flex;display:inline-flex;vertical-align:middle;margin-right:var(--hcui-spacing-sm)}.i-kpi-value>.i-kpi-label{display:block;margin-top:var(--hcui-spacing-xs);color:var(--hcui-color-text-medium-contrast);max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-kpi-value+.i-kpi-value{margin-left:var(--hcui-spacing-2xl)}.i-kpi-widget{grid-gap:var(--hcui-spacing-md);gap:var(--hcui-spacing-md);padding:var(--hcui-spacing-lg)}.i-kpi-widget>.i-kpi-widget-title-bar{display:-webkit-flex;display:flex;grid-gap:var(--hcui-spacing-sm);gap:var(--hcui-spacing-sm)}.i-kpi-widget>.i-kpi-widget-title-bar>*{-webkit-flex:0 0 auto;flex:0 0 auto}.i-kpi-widget>.i-kpi-widget-title-bar>.i-kpi-widget-title{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-kpi-widget>.i-kpi-widget-title-bar>.i-kpi-widget-actions{display:-webkit-flex;display:flex}.i-kpi-widget .i-kpi-widget-title{text-transform:uppercase;font-weight:700;line-height:1.5rem}#system-dashboard.i-editable .i-kpi-widget-title-bar{margin-right:4rem}.ui.button.i-lampbutton-green.primary:not(.disabled){border-color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success));background:var(--light-theme-hcui-color-success);background:var(--organization-theme-successColor,var(--light-theme-hcui-color-success));color:var(--button-font-color)}.ui.button.i-lampbutton-green.secondary:not(.disabled){border-color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success));background:var(--button-font-color);color:var(--light-theme-hcui-color-success);color:var(--organization-theme-successColor,var(--light-theme-hcui-color-success))}.ui.button.i-lampbutton-red.primary:not(.disabled){border-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error));background:var(--light-theme-hcui-color-error);background:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error));color:var(--button-font-color)}.ui.button.i-lampbutton-red.secondary:not(.disabled){border-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error));background:var(--button-font-color);color:var(--light-theme-hcui-color-error);color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-profile-picture-list{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;font-weight:600;color:var(--hcui-color-primary);color:var(--organization-theme-themeColor,var(--hcui-color-primary))}.i-profile-picture-list>.i-profile-picture{-webkit-flex:0 0 auto;flex:0 0 auto}.i-profile-picture-list>.i-profile-picture+.i-profile-picture{margin-left:-.5rem}.i-profile-picture-list>span{margin-left:var(--hcui-spacing-sm)}.i-profile-picture-list.i-clickable{cursor:pointer}.i-summarybar{position:relative;display:block;padding:var(--hcui-spacing-lg);margin-bottom:var(--hcui-spacing-lg);border:1px solid var(--hcui-color-separator);background-color:var(--hcui-color-component-background);overflow:hidden;white-space:nowrap}.i-summarybar>.i-summarybar-header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.i-summarybar>.i-summarybar-header .i-summarybar-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:var(--hcui-color-text-base);letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h3);line-height:var(--hcui-line-height-h3)}.i-summarybar>.i-summarybar-header i{cursor:pointer;color:var(--hcui-color-text-medium-contrast);-webkit-user-select:none;user-select:none}.i-summarybar>.i-summarybar-carousel{display:-webkit-flex;display:flex;margin-top:var(--hcui-spacing-md)}.i-summarybar>.i-summarybar-carousel>.i-summarybar-inner-wrapper{display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch;transition:-webkit-transform .25s cubic-bezier(.5,0,.1,1);transition:transform .25s cubic-bezier(.5,0,.1,1);transition:transform .25s cubic-bezier(.5,0,.1,1),-webkit-transform .25s cubic-bezier(.5,0,.1,1)}.i-summarybar .i-group-title{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h4);line-height:var(--hcui-line-height-h4);color:var(--hcui-color-text-base);font-weight:700;margin-bottom:var(--hcui-spacing-xs)}.i-summarybar .i-item-title{color:var(--hcui-color-text-medium-contrast);font-size:.75rem;font-weight:600;line-height:1.25rem;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-summarybar .i-item-content{font-weight:600}.i-summarybar .i-summarybar-group:not(:last-child){margin-right:calc(var(--hcui-spacing-xl)/2);border-right:1px solid var(--hcui-color-separator)}.i-summarybar .i-summarybar-group:only-child>.i-group-title{display:none}.i-summarybar .i-summarybar-grid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(3,auto)}.i-summarybar .i-summarybar-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;white-space:nowrap}.i-summarybar .i-summarybar-item>.i-item-title+*{margin-left:var(--hcui-spacing-xs)}.i-summarybar .i-summarybar-item>.i-item-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-left:var(--hcui-spacing-md)}.i-summarybar .i-summarybar-item>.i-item-content>:not(:first-child){margin-left:var(--hcui-spacing-xs)}.i-summarybar .i-summarybar-item{margin-right:var(--hcui-spacing-lg)}.i-summarybar .i-summarybar-group:only-child .i-summarybar-item{margin-right:var(--hcui-spacing-xl)}.i-summarybar .i-summarybar-nav-button{position:absolute;top:50px;bottom:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:var(--hcui-spacing-lg);background-color:var(--hcui-color-chrome-background-hover);cursor:pointer;-webkit-user-select:none;user-select:none}.i-summarybar .i-summarybar-nav-button.i-prev{left:0}.i-summarybar .i-summarybar-nav-button.i-next{right:0}.i-summarybar .i-summarybar-nav-button:hover{background-color:#d3d3d3}.i-summarybar>.i-summarybar-wrap{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-top:var(--hcui-spacing-md);margin-bottom:-var(--hcui-spacing-lg)}.i-summarybar>.i-summarybar-wrap .i-summarybar-group{display:-webkit-inline-flex;display:inline-flex;-webkit-flex-direction:column;flex-direction:column;margin-bottom:var(--hcui-spacing-lg);transition:border-color .25s ease}.i-summarybar>.i-summarybar-wrap .i-summarybar-group.i-eol{border-color:transparent}.i-summarybar>.i-summarybar-wrap .i-summarybar-grid{display:inline-grid}.i-summarybar .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-search-box{position:relative;display:inline-block;vertical-align:middle}.i-search-box.i-fluid{display:block}.i-search-box>.i-clear-search{position:absolute;top:.8125rem;right:3.25rem;z-index:1;font-size:.875rem!important;color:var(--hcui-color-icon-active);transition:color .1s linear;cursor:pointer}.i-search-box>.i-clear-search:hover{color:var(--hcui-color-icon-hover)}.i-search-box>.i-clear-search.disabled,.i-search-box>.i-clear-search:active{color:var(--hcui-color-icon-disabled)}.i-search-box:not(.i-disabled) input.input-box{padding-right:2rem}.i-search-list{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;height:100%;background-color:var(--hcui-color-component-background)}.i-search-list>*{-webkit-flex:0 0;flex:0 0}.i-search-list>:last-child{-webkit-flex:1 1;flex:1 1}.i-search-list>label{margin-bottom:var(--hcui-spacing-2xs)}.i-search-list>.i-search-current,.i-search-list>.i-search-selection{border:var(--hcui-color-separator) var(--hcui-border-width) solid}.i-search-list>:not(label)+.i-search-current,.i-search-list>:not(label)+.i-search-selection{border-top:none}.i-search-list>.i-search-selection{position:relative}.i-search-list>.i-search-selection>div{height:100%}.i-search-list>.i-search-selection>div div[role=grid]{outline:none}.i-search-list>.i-search-selection>div div[role=grid] .i-search-item{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;padding:0 var(--hcui-spacing-sm);cursor:default}.i-search-list>.i-search-selection>div div[role=grid] .i-search-item:hover{background-color:var(--hcui-color-item-selected-hover)}.i-search-list>.i-search-selection>div div[role=grid] .i-search-item.i-selected{background-color:var(--hcui-color-item-selected)}.i-search-list>.i-search-selection>div div[role=grid] .i-search-item .i-item-checkbox{-webkit-flex:0 0 auto;flex:0 0 auto;padding:var(--hcui-spacing-sm) var(--hcui-spacing-sm) var(--hcui-spacing-sm) 0;height:100%}.i-search-list>.i-search-selection>div>.i-empty-message{position:absolute;top:0;left:0;bottom:0;right:0;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.i-search-list.i-disabled>.i-search-selection{background-color:var(--hcui-color-input-disabled);color:var(--hcui-color-input-disabled-text)}.i-search-list.i-disabled>.i-search-selection .i-item-checkbox{display:none}.i-search-list.i-disabled>.i-search-selection div[role=rowgroup]:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0}.i-select.ui.scuf-dropdown-wrapper{width:auto;min-width:12rem}.i-select.ui.scuf-dropdown-wrapper>.ui.selection.dropdown>i.icon.clear:before{content:""!important}.i-select.ui.scuf-dropdown-wrapper i.icon{cursor:pointer;position:relative;z-index:3}.i-select.ui.scuf-dropdown-wrapper .i-icon{margin-left:var(--hcui-spacing-xs);margin-right:var(--hcui-spacing-xs);-webkit-flex:none;flex:none}.i-select.ui.scuf-dropdown-wrapper .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-select.ui.scuf-dropdown-wrapper .ui.search.dropdown:not(.multiple).active>div[role=alert]{display:none}.i-select.ui.scuf-dropdown-wrapper a.label .i-select-label{overflow:hidden;text-overflow:ellipsis}.i-select.ui.scuf-dropdown-wrapper .item{word-break:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important}.i-select.scuf-dropdown-wrapper.has-content>.ui.multiple.dropdown{max-height:none!important}.i-tab,.i-tab>div{height:100%}.i-tab>div{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.i-tab .ui.scuf-tab.menu{min-height:0}.i-text-area{display:inline-block;vertical-align:top}.i-text-area>textarea{display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);padding:var(--hcui-spacing-sm);min-width:23rem;background-color:var(--hcui-color-input-background);border:var(--hcui-border-width) solid var(--hcui-color-input-border);border-radius:0;resize:none}.i-text-area>textarea:focus{border-color:var(--organization-theme-themeColor,var(--hcui-color-primary));border-radius:0;box-shadow:none;outline:0}.i-text-area>textarea:disabled{background-color:var(--hcui-color-input-disabled);color:var(--hcui-color-input-disabled-text)}.i-text-area>textarea::-webkit-input-placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);color:var(--hcui-color-text-medium-contrast);font-style:italic}.i-text-area>textarea::placeholder{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-body);line-height:var(--hcui-line-height-body);color:var(--hcui-color-text-base);color:var(--hcui-color-text-medium-contrast);font-style:italic}.i-text-area.i-error>textarea{border-color:var(--organization-theme-errorColor,var(--light-theme-hcui-color-error))}.i-text-area.i-fluid{display:block}.i-text-area.i-fluid>textarea{width:100%}.i-text-area.i-resizable>textarea{resize:both}.i-text-area.i-resizable-h>textarea{resize:horizontal}.i-text-area.i-resizable-v>textarea{resize:vertical}.i-throughput-bar{display:block;height:3rem;overflow:hidden;background-color:var(--hcui-color-component-background)}.i-throughput-bar>div{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:100%}.i-throughput-bar>div>.i-bar{position:relative;height:1rem;transition:width .25s cubic-bezier(.5,0,.1,1)}.i-throughput-bar>div>.i-bar.i-bar-1{background-color:#45a7ea}.i-throughput-bar>div>.i-bar.i-bar-2{background-color:#f5a623}.i-throughput-bar>div>.i-marker{position:absolute;height:1rem;width:1rem;margin-left:-.5rem;transition:left .25s cubic-bezier(.5,0,.1,1)}.i-throughput-bar>div>.i-track{height:1px;-webkit-flex:1 1 auto;flex:1 1 auto;background-color:var(--hcui-color-separator);opacity:.75}.i-throughput-bar>div .i-label{position:absolute;font-size:.75rem;line-height:1rem;background-color:var(--hcui-color-component-background)}.i-throughput-bar>div>.i-bar-1>.i-label{bottom:-1rem;left:100%;color:#45a7ea}.i-throughput-bar>div>.i-bar-2>.i-label{top:0;right:100%;padding-right:var(--hcui-spacing-2xs)}.i-throughput-bar>div>.i-marker>.i-label{top:-1rem;left:50%;text-align:center}.i-tile-view{position:relative;height:100%}.i-tile-view div[role=grid]{border:var(--hcui-color-separator) var(--hcui-border-width) solid;background-color:var(--hcui-color-content-background)}.i-tile-view div[role=grid]:focus{outline:none}.i-tile-view .i-tile-row{display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start}.i-tile-view .i-tile-row>.i-tile-cell{-webkit-flex:1 1;flex:1 1;position:relative}.i-tile-view .i-tile-row>.i-tile-cell.i-clickable{cursor:pointer}.i-tile-view .i-tile-row>.i-tile-cell>div{height:100%;width:100%}.i-tile-view>.i-empty-message{position:absolute;top:var(--hcui-border-width);left:var(--hcui-border-width);bottom:var(--hcui-border-width);right:var(--hcui-border-width);display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}.i-tile-view .i-capsule{cursor:default}.i-tile-view .i-capsule .i-multiselect-toggle{cursor:pointer}.i-tile-view .i-capsule .i-multiselect-toggle:not(.i-sticky):hover>.i-icon{opacity:1!important}.i-tile-view .i-capsule .i-multiselect-toggle.i-checked:not(.i-sticky):hover>.i-icon{opacity:0!important}.i-tree{position:relative;padding:0 calc(var(--hcui-spacing-lg) - var(--hcui-spacing-sm))}.i-tree .i-tree-node{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:var(--hcui-spacing-2xl);-webkit-user-select:none;user-select:none;cursor:default}.i-tree .i-tree-node>*{-webkit-flex:0 0 auto;flex:0 0 auto;position:relative}.i-tree .i-tree-node>.i-node-caret{height:100%;padding:0 var(--hcui-spacing-sm);box-sizing:content-box}.i-tree .i-tree-node>.i-node-caret,.i-tree .i-tree-node>.i-node-icon{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:var(--hcui-spacing-lg)}.i-tree .i-tree-node>.i-node-icon{height:var(--hcui-spacing-lg);margin-right:var(--hcui-spacing-sm)}.i-tree .i-tree-node>.i-node-title{-webkit-flex:1 1 auto;flex:1 1 auto;min-width:2rem;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-tree .i-tree-node:not(.i-disabled):before{content:"";position:absolute;left:0;right:0;height:var(--hcui-spacing-2xl)}.i-tree .i-tree-node:not(.i-disabled):hover:before{background-color:var(--hcui-color-secondary-hover)}.i-tree .i-tree-node:not(.i-disabled).i-active:before{background-color:var(--hcui-color-row-selected)}.i-tree .i-tree-node.i-disabled{color:var(--hcui-color-text-low-contrast)}.i-tree .i-tree-node.i-loading>.i-node-caret>*{visibility:hidden}.i-tree .i-tree-node.i-loading>.i-node-caret:after{content:"";position:absolute;top:50%;left:50%;margin-top:-.5rem;margin-left:-.5rem;display:inline-block;height:1rem;width:1rem;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}html.honeywell-dark-theme .i-tree .i-tree-node.i-loading>.i-node-caret:after{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-tree .i-tree-node.i-active .i-row-action.i-active,.i-tree .i-tree-node.i-active .i-row-action:hover{background-color:#5db2ec;color:#fff}html.honeywell-dark-theme .i-tree .i-tree-node.i-active .i-row-action.i-active,html.honeywell-dark-theme .i-tree .i-tree-node.i-active .i-row-action:hover{background-color:#1274b7}.i-tree .i-tree-indent{margin-left:calc(var(--hcui-spacing-lg) + var(--hcui-spacing-sm))}.i-virtual-data-table .i-shared-tooltip{z-index:-1;position:absolute;pointer-events:none}.i-virtual-data-table div[role=grid]:focus{outline:none}.i-virtual-data-table .i-virtual-data-table-proxy-horizontal-scrollbar{overflow-x:auto}.i-virtual-data-table .i-virtual-data-table-proxy-horizontal-scrollbar>div{height:1px}.i-virtual-data-table .i-horizontal-scrollbar-divider{position:absolute;left:-999999px;top:0;width:0;z-index:99;pointer-events:none}.i-virtual-data-table .i-horizontal-scrollbar-divider.i-horizontal-scrollbar-divider-visible{width:11px;border-left:1px dotted var(--hcui-color-separator)}.i-virtual-data-table .i-horizontal-scrollbar-divider.i-horizontal-scrollbar-divider-visible>div{height:inherit;background:linear-gradient(90deg,var(--hcui-shadow-color),transparent);transition:all .25s ease-in-out}.i-virtual-data-table .i-horizontal-scrollbar-divider.i-horizontal-scrollbar-divider-visible:not(.i-horizontally-scrolled)>div{width:0;opacity:0}.i-virtual-data-table .i-horizontal-scrollbar-divider.i-horizontal-scrollbar-divider-visible.i-inverted:not(.i-horizontally-scrolled){border-left-style:solid;border-left-width:1px;border-left-color:var(--hcui-color-component-background)!important}.i-virtual-data-table .i-horizontal-scrollbar-divider.i-horizontal-scrollbar-divider-visible.i-horizontally-scrolled>div{width:10px}.i-virtual-data-table .i-vertical-divider{position:absolute;left:-999999px;top:0;width:1px;height:inherit;z-index:99;pointer-events:none;border-left:1px dotted var(--hcui-color-separator)}.i-virtual-data-table .i-loading-indicator{display:none}.i-virtual-data-table .i-loading-indicator.i-loading{z-index:100;pointer-events:none;position:absolute;left:50%;margin-left:-.75rem;top:50%;margin-top:-.75rem;display:inline-block;height:1.5rem;width:1.5rem;border-radius:100%;box-sizing:border-box;border:.0625rem solid rgba(0,0,0,.15);border-top-color:#000;-webkit-animation:i-animation-spin .6s linear infinite;animation:i-animation-spin .6s linear infinite}html.honeywell-dark-theme .i-virtual-data-table .i-loading-indicator.i-loading{border:.0625rem solid hsla(0,0%,100%,.15);border-top-color:#fff}.i-virtual-data-table .i-icon.i-size-default{height:1rem;width:1rem;font-size:1rem}.i-virtual-data-table .i-virtual-data-table-header{overflow:hidden!important;border:var(--hcui-border-width) solid var(--hcui-color-separator)}.i-virtual-data-table .i-virtual-data-table-header.i-reordering{cursor:-webkit-grabbing!important;cursor:grabbing!important;background:#d3d3d3}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group{overflow-x:hidden!important;margin:0;padding:calc(var(--hcui-spacing-md) - var(--hcui-line-height-body)/2 + .5rem) var(--hcui-spacing-xl) calc(var(--hcui-spacing-md) - var(--hcui-line-height-body)/2 + .5rem) var(--hcui-spacing-lg);padding-top:0!important;padding-bottom:0!important;background-color:var(--hcui-color-chrome-background);border-bottom:var(--hcui-border-width) solid var(--hcui-color-separator)!important;background:var(--hcui-color-component-background);display:inline-block!important;vertical-align:middle!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group.i-reordering,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell.i-reordering{transition:-webkit-transform .25s ease-out!important;transition:transform .25s ease-out!important;transition:transform .25s ease-out,-webkit-transform .25s ease-out!important}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group.i-align-center .i-column-title,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell.i-align-center .i-column-title{text-align:center}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group.i-align-center>.i-header-cell-content,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell.i-align-center>.i-header-cell-content{-webkit-justify-content:center;justify-content:center;margin-left:-3px}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group.i-align-right .i-column-title,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell.i-align-right .i-column-title{text-align:right}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group.i-align-right>.i-header-cell-content,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell.i-align-right>.i-header-cell-content{-webkit-justify-content:flex-end;justify-content:flex-end;margin-left:-3px}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group>.i-header-cell-content,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell>.i-header-cell-content{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:inherit;height:inherit;padding-right:inherit;-webkit-user-select:none;user-select:none}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group>.i-header-cell-content>span,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell>.i-header-cell-content>span{overflow:hidden!important;text-overflow:ellipsis!important}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group>.i-header-cell-content>.i-column-title,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell>.i-header-cell-content>.i-column-title{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;min-width:0}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group>.i-header-cell-content>.i-column-title>div,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell>.i-header-cell-content>.i-column-title>div{height:calc(var(--hcui-line-height-body) - .125rem)}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group>.i-header-cell-content>.i-column-title span,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell>.i-header-cell-content>.i-column-title span{display:inline-block;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group>.i-header-cell-content .i-bulk-editor-trigger,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell>.i-header-cell-content .i-bulk-editor-trigger{padding:var(--hcui-spacing-sm);margin-left:calc(var(--hcui-spacing-sm)*-1)}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group>.i-header-cell-content .i-sort-indicator,.i-virtual-data-table .i-virtual-data-table-header .i-header-cell>.i-header-cell-content .i-sort-indicator{-webkit-flex:0 0 auto;flex:0 0 auto;margin-left:var(--hcui-spacing-sm)}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;color:var(--hcui-color-text-base);letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h5);line-height:var(--hcui-line-height-h5);font-weight:600;color:var(--hcui-color-text-medium-contrast);text-transform:uppercase}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell:not(.i-not-customizable){cursor:pointer}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell.i-divider-visible:after{content:"";display:block;width:1px;background-color:var(--hcui-color-separator);position:absolute;top:.5rem;bottom:.5rem;left:0}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group{font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;letter-spacing:0;font-weight:400;font-size:var(--hcui-font-size-h4);line-height:var(--hcui-line-height-h4);color:var(--hcui-color-text-base);font-weight:700;background-color:var(--hcui-color-chrome-background-hover);color:var(--hcui-color-text-medium-contrast)}.i-virtual-data-table .i-virtual-data-table-header .i-header-cell-for-group.i-divider-between-groups{border-left:var(--hcui-border-width) solid var(--hcui-color-component-background)}.i-virtual-data-table .i-virtual-data-table-header .i-horizontal-scroll-content-wrapper{background-color:var(--hcui-color-chrome-background-hover)}.i-virtual-data-table .i-virtual-data-table-header .i-header-resize-column-handle{position:absolute;width:12px;height:inherit;z-index:2;background-color:transparent;cursor:col-resize!important}.i-virtual-data-table .i-virtual-data-table-header .i-selection-header{display:-webkit-flex!important;display:flex!important;-webkit-align-items:center;align-items:center;justify-items:center}.i-virtual-data-table .i-virtual-data-table-body{overflow-x:hidden!important;overflow-y:auto!important;border-left:var(--hcui-border-width) solid var(--hcui-color-separator);border-right:var(--hcui-border-width) solid var(--hcui-color-separator);border-bottom:var(--hcui-border-width) solid var(--hcui-color-separator)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell{margin:0;padding:calc(var(--hcui-spacing-md) - var(--hcui-line-height-body)/2 + .5rem) var(--hcui-spacing-xl) calc(var(--hcui-spacing-md) - var(--hcui-line-height-body)/2 + .5rem) var(--hcui-spacing-lg);padding-top:5px;padding-bottom:5px;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;background-color:var(--hcui-color-content-background)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell:not(.i-selectable-text){-webkit-user-select:none;user-select:none}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-alt,.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-odd-row-color{background-color:var(--hcui-color-component-background)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-even-row-color{background-color:var(--hcui-color-content-background)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell:focus{outline:none}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-align-center{text-align:center;padding-right:calc(var(--hcui-spacing-xl) - 12px)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-align-right{text-align:right;padding-right:calc(var(--hcui-spacing-xl) - 12px)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-selected{background-color:var(--hcui-color-row-selected)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-hover:not(.i-selected){background-color:var(--hcui-color-secondary-hover)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-bulk-edit-selected .ui.single-input .input-box{border-color:var(--organization-theme-themeColor,var(--hcui-color-primary))}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-append-nbsp:after{content:" "}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content{display:-webkit-flex;display:flex;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;-webkit-align-items:center;align-items:center}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content>.i-icon-content{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;padding-right:calc(var(--hcui-spacing-2xs)*4)}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content>.i-icon-content.i-no-icon-tooltip>*{pointer-events:none}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content>.i-data-content{-webkit-flex:1 1 auto;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content>.i-data-content.i-append-nbsp:after{content:" "}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content>.i-row-actions-content{-webkit-flex:0 0 auto;flex:0 0 auto;display:-webkit-flex;display:flex;margin-left:var(--hcui-spacing-2xs);margin-right:var(--hcui-spacing-sm);height:100%}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content>.i-row-actions-content .i-row-action{height:100%}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content.i-selected .i-row-action.i-active,.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content.i-selected .i-row-action:hover{background-color:#5db2ec;color:#fff}html.honeywell-dark-theme .i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content.i-selected .i-row-action.i-active,html.honeywell-dark-theme .i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-cell-has-compound-content.i-selected .i-row-action:hover{background-color:#0d5789}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-shadow-top{background-image:linear-gradient(0deg,transparent,var(--hcui-shadow-color));background-size:auto .625rem;background-repeat:no-repeat;background-position:top}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-shadow-bottom{background-image:linear-gradient(180deg,transparent,var(--hcui-shadow-color));background-size:auto .625rem;background-repeat:no-repeat;background-position:bottom}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-shadow-left{background-image:linear-gradient(270deg,transparent,var(--hcui-shadow-color));background-size:.625rem auto;background-repeat:no-repeat;background-position:0}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-shadow-right{background-image:linear-gradient(90deg,transparent,var(--hcui-shadow-color));background-size:.625rem auto;background-repeat:no-repeat;background-position:100%}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-shadow-top.i-shadow-left{background-image:linear-gradient(0deg,transparent,var(--hcui-shadow-color)),linear-gradient(270deg,transparent,var(--hcui-shadow-color));background-size:auto .625rem,.625rem auto;background-repeat:no-repeat;background-position:0 0}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-shadow-bottom.i-shadow-left{background-image:linear-gradient(180deg,transparent,var(--hcui-shadow-color)),linear-gradient(270deg,transparent,var(--hcui-shadow-color));background-size:auto .625rem,.625rem auto;background-repeat:no-repeat;background-position:0 100%}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-shadow-top.i-shadow-right{background-image:linear-gradient(0deg,transparent,var(--hcui-shadow-color)),linear-gradient(90deg,transparent,var(--hcui-shadow-color));background-size:auto .625rem,.625rem auto;background-repeat:no-repeat;background-position:100% 0}.i-virtual-data-table .i-virtual-data-table-body .i-body-cell.i-shadow-bottom.i-shadow-right{background-image:linear-gradient(180deg,transparent,var(--hcui-shadow-color)),linear-gradient(90deg,transparent,var(--hcui-shadow-color));background-size:auto .625rem,.625rem auto;background-repeat:no-repeat;background-position:100% 100%}.i-virtual-data-table .i-virtual-data-table-body .i-selection-cell{display:-webkit-flex!important;display:flex!important;-webkit-align-items:center;align-items:center}.i-virtual-data-table .i-virtual-data-table-body .i-empty-message{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:100%}.i-virtual-data-table .i-focus-rectangle{border:2px dotted var(--hcui-color-text-low-contrast);pointer-events:none}.i-virtual-data-table .i-focusable{outline:none}.i-virtual-data-table.i-border-none .i-virtual-data-table-body,.i-virtual-data-table.i-border-none .i-virtual-data-table-header,.i-virtual-data-table.i-border-none .i-virtual-data-table-header .i-header-cell{border:none!important}.i-bulk-editor{display:-webkit-inline-flex;display:inline-flex}.i-bulk-editor .i-bulk-editor-trigger:not(:disabled){color:var(--hcui-color-icon-active);transition:color .1s linear;cursor:pointer}.i-bulk-editor .i-bulk-editor-trigger:not(:disabled):hover{color:var(--hcui-color-icon-hover)}.i-bulk-editor .i-bulk-editor-trigger:not(:disabled).disabled,.i-bulk-editor .i-bulk-editor-trigger:not(:disabled):active{color:var(--hcui-color-icon-disabled)}.i-bulk-editor .i-bulk-editor-trigger:disabled{display:none}.i-bulk-editor .i-bulk-editor-trigger.i-popup-open svg{fill:var(--hcui-color-primary);fill:var(--organization-theme-themeColor,var(--hcui-color-primary))}.i-bulk-editor-popup{width:15rem;padding:var(--hcui-spacing-sm)}.i-bulk-editor-popup .i-bulk-editor-control{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.i-bulk-editor-popup .i-bulk-editor-control>*{-webkit-flex:1 1 auto;flex:1 1 auto}.i-bulk-editor-popup .i-bulk-editor-control>.i-bulk-editor-button{-webkit-flex:0 0 auto;flex:0 0 auto}.i-bulk-editor-popup .i-bulk-editor-button{padding:var(--hcui-spacing-sm) 0;padding-left:var(--hcui-spacing-xs);margin-left:var(--hcui-spacing-xs)}.i-bulk-editor-popup .i-bulk-editor-input .input-wrap>input.input-box{height:1.6875rem!important;line-height:1.75rem;padding:0 var(--hcui-spacing-xs)}.i-bulk-editor-popup .i-bulk-editor-input .input-wrap>input::-webkit-inner-spin-button,.i-bulk-editor-popup .i-bulk-editor-input .input-wrap>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.i-bulk-editor-popup .i-bulk-editor-input .input-wrap>input[type=number]{-moz-appearance:textfield}.i-virtual-data-table .i-column-title>div{overflow:hidden;text-overflow:ellipsis}.i-virtual-data-table .i-column-title .i-append-units:after{text-transform:none!important;content:attr(data-units)}.i-chart{font-size:.875rem;line-height:1.375rem;font-weight:400}.i-chart .i-kpi-legend:last-child{padding-bottom:0}.i-chart .recharts-brush-slide{fill-opacity:.5}.i-chart .recharts-brush-texts .recharts-text{fill:var(--hcui-color-text-base)}.i-chart-tooltip{font-size:.75rem;font-weight:700;line-height:1.125rem;padding:var(--hcui-spacing-sm);background-color:var(--hcui-color-inverted-component-background);color:var(--hcui-color-text-inverse)}.i-chart-tooltip>.i-tooltip-label{margin-bottom:var(--hcui-spacing-xs)}
/*# sourceMappingURL=10.83d33e68.chunk.css.map */