.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:1px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.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{flex:1 1 auto;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.Toastify__toast-container{width:392px}.Toastify__toast{padding:1rem}.Toastify__toast--success{background-color:#7eb338}.Toastify__toast--error{background-color:#f15a4f}.Toastify__toast-body .toast-body-text-and-icon-container{display:flex;flex-direction:row}.Toastify__toast-body .toast-body-text-and-icon-container .pretext-icon{align-items:center;display:flex;justify-content:center;margin-right:1rem}.Toastify__toast-body .toast-body-text-and-icon-container .pretext-icon i:before{font-size:1.375rem}.Toastify__close-button{align-self:center}.Toastify__close-button>svg{height:24px;width:22px}.not-found-container{height:100%}.not-found{margin-left:auto;margin-right:auto;padding:10px;position:relative;text-align:center;top:50%;transform:translateY(-50%);width:80%}.not-found h1{padding-bottom:18px}.forbidden-container{height:100%}.forbidden-page{margin-left:auto;margin-right:auto;padding:10px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.forbidden-page h1{padding-bottom:18px}html.honeywell-dark-theme{--panel-primary:#202020!important;--panel-secondary:#252525;--panel-shadow:0 12px 24px 0 #00000080;--page-background:#202020;--table-headings-row:#202020;--panel-lighttheme-only-borderline:1px solid none;--panel-header-bottom-border:#707070}html:not(.honeywell-dark-theme){--panel-primary:#f7f7f7!important;--panel-primary:#fff;--panel-shadow:0 12px 24px 0 #0000001a;--page-background:#f7f7f7;--table-headings-row:#fff;--panel-lighttheme-only-borderline:1px solid #d0d0d0;--panel-header-bottom-border:#d0d0d0}.split-panel-util{display:grid;grid-template-columns:1fr;grid-template-rows:100%;height:100%;position:relative}.split-panel-util .table-partition{height:100%}.split-panel-util .table-partition table{position:relative;table-layout:auto}.split-panel-util .table-partition table thead{border-bottom:none}.split-panel-util .table-partition table thead tr th{background-color:var(--panel-primary)!important;padding:1rem!important;position:-webkit-sticky;position:sticky;top:0;z-index:1}.split-panel-util .table-partition table thead tr th:after{background-color:var(--panel-header-bottom-border);bottom:0;content:"";height:1px;left:0;position:absolute;width:100%;z-index:2}.split-panel-util .table-partition table tbody{border-top:none}.split-panel-util .table-partition table tbody tr td{background-color:var(--panel-primary)!important}.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable-header .select-all-checkbox label:after,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable-header .select-all-checkbox label:before{cursor:pointer}.split-panel-util .table-partition .ui.forge-datatable-wrap.header-bar{background-color:var(--panel-primary);display:grid;grid-template-rows:1fr 3.3rem;height:100%}.split-panel-util .table-partition .ui .p-datatable.p-component{min-height:0}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody>tr,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr{border-bottom:1px solid var(--separator);height:38px!important}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-thead>tr>th,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr{background-color:var(--table-headings-row);line-height:.5rem;padding:1rem}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody>tr>td{box-shadow:none}.split-panel-util .table-partition .p-treetable-tablewrapper,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable-wrapper{background-color:var(--panel-primary);border-top:var(--panel-lighttheme-only-borderline);height:calc(100% - 46px);overflow-y:auto;word-break:normal}.split-panel-util .table-partition .p-treetable-tablewrapper{max-height:calc(100% - 46px)}.split-panel-util .table-partition .p-treetable.p-component{height:100%}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody>tr:nth-child(n),.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(n){background-color:var(--panel-primary)}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody>tr:nth-child(n):focus,.split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody>tr:nth-child(n):hover,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(n):focus,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(n):hover{background-color:var(--hcui-color-secondary-hover)}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-thead,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th{border-bottom:none;border-top:none}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-header,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable .p-datatable-header{border:none;height:3rem}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody,.split-panel-util .table-partition .p-treetable.p-component .p-treetable-thead,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th:last-child,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody{border-right:none}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody{border-bottom:none;border-top:none}.split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody,.split-panel-util .table-partition .p-treetable.p-component .p-treetable-thead,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th,.split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody{border-left:none}.split-panel-util .table-partition .ui.pagination{background-color:var(--panel-primary);border-bottom:none;border-left:none;border-right:none}.split-panel-util .table-partition .ui.pagination .page-btn{background-color:var(--panel-primary)}.split-panel-util .panel-partition-overlay{background-color:#000;bottom:0;left:0;opacity:.4;position:fixed;right:0;top:0;z-index:101}.split-panel-util .panel-partition{background-color:var(--panel-primary);bottom:0;box-shadow:var(--panel-shadow);display:grid;grid-template-rows:3rem 1fr;max-width:34rem;min-width:34rem;position:absolute;right:0;top:0;z-index:102}.split-panel-util .panel-partition .panel-partition-control-bar{align-content:center;align-items:center;background-color:var(--panel-primary);border-bottom:none;display:flex;font-size:16px;font-weight:600;height:3rem;justify-content:flex-end;justify-content:flex-start;padding:4px 1rem}.split-panel-util .panel-partition .panel-partition-control-bar .close-icon{cursor:pointer}.split-panel-util .panel-partition .panel-partition-control-bar .panel-header{display:flex;justify-content:space-between;width:100%}.split-panel-util .panel-partition .panel-partition-control-bar .panel-header-title{flex-basis:100%}.split-panel-util .panel-partition .panel-partition-control-bar i{margin-left:1rem}.split-panel-util .panel-partition .panel-partition-content{overflow:hidden}.split-panel-util .panel-partition .panel-partition-content>:first-child{display:flex;flex-direction:column;height:100%}.split-panel-util .panel-partition .panel-partition-content .ui.pointing.secondary.ui.scuf-tab.menu{background-color:var(--panel-primary);margin-bottom:0;margin-left:0;margin-right:0;padding-left:calc(1rem - 5px);padding-right:calc(1rem - 5px)}.split-panel-util .panel-partition .panel-partition-content .ui.pointing.secondary.ui.scuf-tab.menu .item{box-sizing:border-box;height:100%;padding-top:1rem;text-transform:uppercase}.split-panel-util .panel-partition .panel-partition-content .panel-content-main{display:flex;flex-direction:column;flex-grow:1;height:calc(100% - 45px)}.split-panel-util .panel-partition .panel-partition-content .panel-content-main .panel-content-main-section{background-color:var(--panel-secondary);border-top:var(--panel-lighttheme-only-borderline);flex-grow:1;overflow-y:auto;padding:1rem}.split-panel-util .panel-partition .panel-partition-content .panel-partition-content-list-item{align-items:center;border-bottom:1px solid var(--hcui-color-separator);display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.split-panel-util .panel-partition .panel-partition-content .panel-partition-content-list-item .panel-partition-content-list-item-name{max-width:80%;text-transform:capitalize}.split-panel-util .panel-partition .panel-partition-content .panel-partition-content-list-item .panel-partition-content-list-item-value{max-width:65%;text-align:right}.split-panel-util .panel-partition .panel-partition-footer-bar{align-items:center;border-top:var(--panel-lighttheme-only-borderline);display:flex;flex-direction:row;height:3.3rem;justify-content:flex-end;min-height:3.3rem;padding-left:.5rem;padding-right:.5rem}.user-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector{width:14.5rem}.user-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .ui.selection.dropdown{min-height:.625rem}.user-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .ui.selection.dropdown .menu>.item{padding:.5rem!important}.user-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .ui.active.visible.selection.dropdown .visible.menu.transition{border:0;margin-top:.0625rem}.user-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .text{max-width:calc(100% - .5rem)!important}.UserList-container.hideBulkTab a:nth-child(2){display:none!important}.name-column,.status-column{align-items:center;display:flex}.name-text{cursor:pointer;font-weight:700;margin-left:1rem}.status-text{margin-right:.625rem;text-transform:capitalize}.resend-btn{margin-left:auto!important}html.honeywell-dark-theme{--selected-row-background:#505050}html:not(.honeywell-dark-theme){--selected-row-background:#f0f0f0}.hierarchy-view .p-treetable-header{height:auto!important}.hierarchy-view .input-wrap>input{width:20rem!important}.hierarchy-view .hierarchy-view-header{align-items:center;border-bottom:.0625rem solid var(--hcui-color-separator);border-top:.0625rem solid var(--hcui-color-separator);display:flex;padding:.8125rem 1.125rem .5625rem;width:100%}.hierarchy-view .hierarchy-view-header .node-count{font-size:.875rem;font-weight:300;height:1.5rem;letter-spacing:0;line-height:1.5rem;margin-left:1rem}.hierarchy-view .custom-selected{background-color:var(--selected-row-background)!important}:root{--primaryColor:#007ad9;--primaryTextColor:#fff;--panelContentBorder:1px solid #c8c8c8}*{-webkit-box-sizing:border-box}body .p-link:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-inputtext{-moz-appearance:none;-webkit-transition:border-color .2s,box-shadow .2s;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-inputtext:enabled:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-checkbox .p-checkbox-box{-webkit-transition:background-color .2s,border-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,border-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,border-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-radiobutton .p-radiobutton-box{-webkit-transition:background-color .2s,border-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,border-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,border-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{-webkit-transition:background-color .2s}body .p-inputswitch .p-inputswitch-slider{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-inputswitch .p-inputswitch-slider:before{-webkit-transition:.2s}body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{-webkit-transform:translateX(1.25em)}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus,body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-autocomplete-panel{-webkit-box-shadow:0 3px 6px 0 #00000029}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-chips>ul.p-inputtext:not(.p-disabled).p-focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-chips>ul.p-inputtext .p-chips-input-token input:focus{-webkit-box-shadow:none}body .p-dropdown{-webkit-transition:border-color .2s,box-shadow .2s;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-dropdown:not(.p-disabled).p-focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-dropdown .p-dropdown-label.p-placeholder{color:#666}body .p-dropdown .p-dropdown-label:focus{-webkit-box-shadow:none}body .p-dropdown-panel{-webkit-box-shadow:0 3px 6px 0 #00000029}body .p-dropdown-panel .p-dropdown-items .p-dropdown-item,body .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-multiselect{-webkit-transition:border-color .2s,box-shadow .2s;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-multiselect:not(.p-disabled).p-focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-multiselect .p-multiselect-label.p-placeholder{color:#666}body .p-multiselect-panel{-webkit-box-shadow:0 3px 6px 0 #00000029}body .p-multiselect-panel .p-multiselect-header .p-multiselect-close{line-height:1;-webkit-transition:box-shadow .2s;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus{-webkit-box-shadow:inset 0 0 0 .2em #8dcdff}body .p-listbox .p-listbox-list .p-listbox-item{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-listbox .p-listbox-list .p-listbox-item:focus{-webkit-box-shadow:inset 0 0 0 .2em #8dcdff}body .p-listbox .p-listbox-list-wrapper{border-radius:3px}body .p-rating .p-rating-icon{-webkit-transition:color .2s,box-shadow .2s;-webkit-transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-rating .p-rating-icon:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-slider .p-slider-handle{-webkit-transition:box-shadow .2s;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}body .p-slider .p-slider-handle:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-datepicker:not(.p-datepicker-inline){-webkit-box-shadow:0 3px 6px 0 #00000029}body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled){-webkit-transition:border-color .2s,box-shadow .2s;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus{-webkit-box-shadow:0 0 0 .2em #8dcdff;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-datepicker .p-datepicker-header .p-datepicker-next,body .p-datepicker .p-datepicker-header .p-datepicker-prev{-webkit-transition:color .2s,box-shadow .2s;-webkit-transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-datepicker .p-datepicker-header .p-datepicker-title select{-webkit-transition:border-color .2s,box-shadow .2s;-webkit-transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,-webkit-box-shadow .2s;transition:border-color .2s,box-shadow .2s;transition:border-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus{border-color:#007ad9;-webkit-box-shadow:0 0 0 .2em #8dcdff;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-datepicker .p-timepicker button{-webkit-transition:color .2s,box-shadow .2s;-webkit-transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-password-panel{-webkit-box-shadow:0 3px 6px 0 #00000029}body .p-button{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-button:enabled:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-button.p-button-raised{-webkit-box-shadow:0 2px 3px 0 #00000026}body .p-togglebutton{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-togglebutton.p-focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-selectbutton .p-button{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-button.p-button-info:enabled:focus,body .p-button.p-button-secondary:enabled:focus,body .p-buttonset.p-button-info>.p-button:enabled:focus,body .p-buttonset.p-button-secondary>.p-button:enabled:focus,body .p-selectbutton .p-button.p-focus,body .p-selectbutton .p-button:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-button.p-button-success:enabled:focus,body .p-buttonset.p-button-success>.p-button:enabled:focus{-webkit-box-shadow:0 0 0 .2em #aae5aa}body .p-button.p-button-warning:enabled:focus,body .p-buttonset.p-button-warning>.p-button:enabled:focus{-webkit-box-shadow:0 0 0 .2em #ffeab4}body .p-button.p-button-danger:enabled:focus,body .p-buttonset.p-button-danger>.p-button:enabled:focus{-webkit-box-shadow:0 0 0 .2em #f9b4ba}body .p-panel .p-panel-titlebar .p-panel-titlebar-icon{-webkit-transition:color .2s,box-shadow .2s;-webkit-transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-panel .p-panel-titlebar .p-panel-titlebar-icon:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-fieldset .p-fieldset-legend a{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-fieldset .p-fieldset-legend a:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-accordion .p-accordion-header a{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-accordion .p-accordion-header:not(.p-disabled) a:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}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{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}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{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-card{-webkit-box-shadow:0 1px 3px 0 #0003,0 1px 1px 0 #00000024,0 2px 1px -1px #0000001f}body .p-datatable .p-sortable-column,body .p-paginator .p-paginator-first,body .p-paginator .p-paginator-last,body .p-paginator .p-paginator-next,body .p-paginator .p-paginator-pages .p-paginator-page,body .p-paginator .p-paginator-prev{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-datatable .p-sortable-column .p-sortable-column-badge{background-color:#fff;border-radius:50%;color:#007ad9;display:inline-block;height:18px;line-height:18px;min-width:18px}body .p-datatable .p-sortable-column:focus{-webkit-box-shadow:inset 0 0 0 .2em #8dcdff}body .p-datatable .p-row-editor-init{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-datatable .p-datatable-tbody>tr{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-datatable .p-datatable-tbody>tr>td .p-row-toggler{-webkit-transition:color .2s,box-shadow .2s;-webkit-transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td{-webkit-box-shadow:inset 0 2px 0 0 #007ad9;box-shadow:inset 0 2px 0 0 #007ad9}body .p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td{-webkit-box-shadow:inset 0 -2px 0 0 #007ad9}body .p-datatable .p-datatable-tbody>tr:focus{outline:none}body .p-datatable .p-datatable-tbody>tr:focus+tr>td{-webkit-box-shadow:0 -.2em 0 0 #8dcdff;box-shadow:0 -.2em 0 0 #8dcdff}body .p-datatable .p-datatable-tbody>tr:focus>td{-webkit-box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff;box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff}body .p-datatable .p-datatable-tbody>tr:focus>td:first-child{-webkit-box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff,-.1em -.1em 0 .1em #8dcdff;box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff,-.1em -.1em 0 .1em #8dcdff}body .p-datatable .p-datatable-tbody>tr:focus>td:last-child{-webkit-box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff,.1em -.1em 0 .1em #8dcdff;box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff,.1em -.1em 0 .1em #8dcdff}body .p-datatable .p-datatable-tbody>tr.p-rowgroup-header body .p-datatable .p-datatable-tbody>tr.p-rowgroup-footer{font-weight:700}body .fc .fc-toolbar .fc-button{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .fc .fc-toolbar .fc-button:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-picklist .p-picklist-list .p-picklist-item{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-picklist .p-picklist-list .p-picklist-item:focus{-webkit-box-shadow:inset 0 0 0 .2em #8dcdff}body .p-orderlist .p-orderlist-list .p-orderlist-item{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-orderlist .p-orderlist-list .p-orderlist-item:focus{-webkit-box-shadow:inset 0 0 0 .2em #8dcdff}body .p-tree .p-tree-container .p-treenode .p-treenode-content{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler .p-tree-toggler-icon{line-height:1.25em}body .p-tree .p-tree-container .p-treenode .p-treenode-content:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):not(.p-disabled):hover{background-color:#eaeaea;color:#333}body .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):not(.p-disabled):hover .p-treenode-icon{color:#333}body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):not(.p-disabled):hover{background-color:inherit;color:inherit}body .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):not(.p-disabled):hover{background-color:#eaeaea;color:#333}body .p-organizationchart .p-organizationchart-node-content .p-node-toggler{-webkit-transition:box-shadow .2s;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-treetable .p-sortable-column{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-treetable .p-sortable-column .p-sortable-column-badge{background-color:#fff;border-radius:50%;color:#007ad9;display:inline-block;height:18px;line-height:18px;min-width:18px}body .p-treetable .p-sortable-column:focus{-webkit-box-shadow:inset 0 0 0 .2em #8dcdff}body .p-treetable .p-treetable-tbody>tr{-webkit-transition:background-color .2s}body .p-treetable .p-treetable-tbody>tr:focus{outline:none}body .p-treetable .p-treetable-tbody>tr:focus+tr>td{-webkit-box-shadow:0 -.2em 0 0 #8dcdff;box-shadow:0 -.2em 0 0 #8dcdff}body .p-treetable .p-treetable-tbody>tr:focus>td{-webkit-box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff;box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff}body .p-treetable .p-treetable-tbody>tr:focus>td:first-child{-webkit-box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff,-.1em -.1em 0 .1em #8dcdff;box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff,-.1em -.1em 0 .1em #8dcdff}body .p-treetable .p-treetable-tbody>tr:focus>td:last-child{-webkit-box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff,.1em -.1em 0 .1em #8dcdff;box-shadow:0 -.2em 0 0 #8dcdff,0 .2em 0 0 #8dcdff,.1em -.1em 0 .1em #8dcdff}body .p-carousel .p-carousel-content .p-carousel-next,body .p-carousel .p-carousel-content .p-carousel-prev{background-color:#fff;border:1px solid #b2c1cda3;border-radius:50%;color:#333;margin:.2em;-webkit-transition:color .2s;transition:color .2s}body .p-carousel .p-carousel-content .p-carousel-next:not(.p-disabled):hover,body .p-carousel .p-carousel-content .p-carousel-prev:not(.p-disabled):hover{background-color:#fff;border-color:solid 1px #b2c1cda3;color:#007ad9}body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon{background-color:#b2c1cd;height:6px;margin:0 .2em;width:20px}body .p-carousel .p-carousel-dots-container .p-carousel-dot-item .p-carousel-dot-icon:before{content:" "}body .p-carousel .p-carousel-dots-container .p-carousel-dot-item.p-highlight .p-carousel-dot-icon{background-color:#007ad9}body .p-messages .p-messages-close{-webkit-transition:box-shadow .2s;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}body .p-messages .p-messages-close:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-growl .p-growl-item-container,body .p-toast .p-toast-item-container{-webkit-box-shadow:0 3px 6px 0 #00000029}body .p-overlaypanel{-webkit-box-shadow:0 0 6px 0 #00000029}body .p-overlaypanel .p-overlaypanel-close{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-dialog{-webkit-box-shadow:0 0 6px 0 #00000029}body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon{-webkit-transition:color .2s,box-shadow .2s;-webkit-transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,-webkit-box-shadow .2s;transition:color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-sidebar{-webkit-box-shadow:0 0 6px 0 #00000029}body .p-sidebar .p-sidebar-close{line-height:1;-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-lightbox,body .p-tooltip .p-tooltip-text{-webkit-box-shadow:0 0 6px 0 #00000029}body .p-lightbox .p-lightbox-caption .p-lightbox-close{-webkit-transition:color .2s}body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left,body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right{-webkit-transition:all .2s}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)}body .p-breadcrumb ul li .p-menuitem-link{-webkit-transition:box-shadow .2s;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}body .p-breadcrumb ul li .p-menuitem-link:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-steps .p-steps-item .p-menuitem-link{-webkit-transition:box-shadow .2s;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s}body .p-steps .p-steps-item .p-menuitem-link .p-steps-number{min-width:28px;z-index:1}body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-steps .p-steps-item:before{border-top:1px solid #c8c8c8;content:" ";display:block;left:0;margin-top:-14px;position:absolute;top:50%;width:100%}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{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}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{-webkit-box-shadow:inset 0 0 0 .2em #8dcdff}body .p-contextmenu,body .p-contextmenu .p-submenu-list,body .p-menu.p-menu-overlay,body .p-menubar .p-submenu-list,body .p-slidemenu.p-menu-overlay,body .p-tieredmenu .p-submenu-list,body .p-tieredmenu.p-menu-overlay{-webkit-box-shadow:0 0 6px 0 #00000029}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-megamenu .p-megamenu-panel{-webkit-box-shadow:0 0 6px 0 #00000029}body .p-panelmenu .p-panelmenu-header>a{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-panelmenu .p-panelmenu-header>a:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff}body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link{-webkit-transition:background-color .2s,box-shadow .2s;-webkit-transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,-webkit-box-shadow .2s;transition:background-color .2s,box-shadow .2s,-webkit-box-shadow .2s}body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus{-webkit-box-shadow:inset 0 0 0 .2em #8dcdff}body .p-galleria .p-galleria-close .p-galleria-close-icon{color:#fff}body .p-galleria .p-galleria-close .p-galleria-close-icon:hover{color:#007ad9}body .p-galleria .p-galleria-footer,body .p-galleria .p-galleria-header{background-color:#f4f4f4;border:1px solid #c8c8c8;color:#333;padding:.571em 1em}body .p-galleria .p-galleria-footer+.p-galleria-content,body .p-galleria .p-galleria-header+.p-galleria-content{border:1px solid #c8c8c8;border-top:0}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-preview-container .p-galleria-preview-nav-button{background-color:initial;border:0;color:#fff}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-preview-container .p-galleria-preview-nav-button:not(.p-disabled):hover{color:#007ad9}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-preview-container .p-galleria-preview-caption{background-image:-webkit-gradient(linear,left top,left bottom,from(#0000),color-stop(70%,#00000080));background-image:linear-gradient(180deg,#0000,#00000080 70%);color:#fff}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{border-radius:3px}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item>button{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;height:1.5em}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item .p-galleria-indicator-icon.pi{color:#b2c1cd}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item .p-galleria-indicator-icon.pi:before{content:""}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon.pi{color:#007ad9}body .p-galleria .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next,body .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev{background-color:#fff;border:1px solid #b2c1cda3;border-radius:50%;color:#333;margin:.2em;-webkit-transition:color .2s;transition:color .2s}body .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover,body .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover{background-color:#fff;border-color:solid 1px #b2c1cda3;color:#007ad9}body .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item{opacity:.4}body .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item:hover{opacity:1;-webkit-transition:opacity .2s;transition:opacity .2s}body .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item.p-galleria-thumbnail-item-current{opacity:1}body .p-galleria .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-items-content .p-galleria-thumbnail-items-container .p-galleria-thumbnail-item .p-galleria-thumbnail-item-content:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-galleria.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{padding-top:1em}body .p-galleria.p-galleria-indicators-top .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{padding-bottom:1em}body .p-galleria.p-galleria-indicators-left .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{padding-right:1em}body .p-galleria.p-galleria-indicators-right .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{padding-left:1em}body .p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item .p-galleria-indicator-icon.pi{color:#fff}body .p-galleria.p-galleria-indicator-onpreview .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item.p-highlight .p-galleria-indicator-icon.pi{color:#007ad9}body .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container{-ms-flex-align:end;align-items:flex-end;background-image:-webkit-gradient(linear,left top,left bottom,from(#0000),color-stop(70%,#00000080));background-image:linear-gradient(180deg,#0000,#00000080 70%);bottom:0;display:-ms-flexbox;display:flex;height:30%}body .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{padding-bottom:1em;padding-top:0}body .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-top .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container{-ms-flex-align:start;align-items:flex-start;background-image:-webkit-gradient(linear,left bottom,left top,from(#0000),color-stop(70%,#00000080));background-image:linear-gradient(0deg,#0000,#00000080 70%);display:-ms-flexbox;display:flex;height:30%;top:0}body .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-top .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{padding-bottom:0;padding-top:1em}body .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-left .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container{-ms-flex-align:start;align-items:flex-start;background-image:-webkit-gradient(linear,right top,left top,from(#0000),color-stop(70%,#00000080));background-image:linear-gradient(270deg,#0000,#00000080 70%);display:-ms-flexbox;display:flex;left:0;width:30%}body .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-left .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{padding-left:1em;padding-right:0}body .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-right .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container{-ms-flex-align:end;align-items:flex-end;background-image:-webkit-gradient(linear,left top,right top,from(#0000),color-stop(70%,#00000080));background-image:linear-gradient(90deg,#0000,#00000080 70%);display:-ms-flexbox;display:flex;right:0;width:30%}body .p-galleria.p-galleria-indicator-onpreview.p-galleria-indicators-right .p-galleria-content .p-galleria-preview-content .p-galleria-indicator-container .p-galleria-indicator-item{padding-left:0;padding-right:1em}body .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next,body .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev{background-color:initial;border:0;color:#fff;font-size:1.2em}body .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-next:not(.p-disabled):hover,body .p-galleria.p-galleria-fullscreen .p-galleria-content .p-galleria-thumbnail-content .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:not(.p-disabled):hover{background-color:initial;border-color:0 none;color:#007ad9}body .p-galleria-mask{background-color:#000}body .p-inplace .p-inplace-display{-webkit-transition:background-color .2s}body .p-inplace .p-inplace-display:focus{-webkit-box-shadow:0 0 0 .2em #8dcdff;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}.p-component,.p-component *{-webkit-box-sizing:border-box}.p-hidden-accessible input,.p-hidden-accessible select{-webkit-transform:scale(0)}.p-unselectable-text{-moz-user-select:none;-ms-user-select:none}@-webkit-keyframes p-fadein{0%{opacity:0}to{opacity:1}}.p-input-overlay{-webkit-transform:translateY(5%);-webkit-transition:transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.p-input-overlay-visible{-webkit-transform:translateY(0)}.p-input-overlay-hidden{-webkit-transform:translateY(5%);-webkit-transition:transform .3s,opacity .15s;-webkit-transition:opacity .15s,-webkit-transform .3s;transition:opacity .15s,-webkit-transform .3s;transition:transform .3s,opacity .15s,-webkit-transform .3s}.p-menu-overlay{-webkit-transform:translateY(5%);-webkit-transition:transform .3s,opacity .3s;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.p-menu-overlay-visible{-webkit-transform:translateY(0)}.p-menu-overlay-hidden{-webkit-transform:translateY(5%);-webkit-transition:transform .3s,opacity .15s;-webkit-transition:opacity .15s,-webkit-transform .3s;transition:opacity .15s,-webkit-transform .3s;transition:transform .3s,opacity .15s,-webkit-transform .3s}.p-link{background:#0000}.p-toggleable-content-enter-active{-webkit-transition:max-height .4s cubic-bezier(.86,0,.07,1)}.p-toggleable-content-exit-active{-webkit-transition:max-height .25s cubic-bezier(.86,0,.07,1)}.p-float-label>label{color:#898989;font-weight:400;left:.25em;line-height:1;margin-top:-.5em;pointer-events:none;position:absolute;top:50%;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}.p-sr-only{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-accordion .p-accordion-content-wrapper-collapsed{-webkit-transition:max-height .5s cubic-bezier(0,1,0,1)}.p-accordion .p-accordion-content-wrapper-expanded{-webkit-transition:max-height 1s ease-in-out}.p-autocomplete,.p-autocomplete-input-token input{-webkit-box-shadow:none}.p-button{-ms-user-select:none}.p-timepicker{-ms-flex-pack:center;-ms-flex-direction:row;flex-direction:row;justify-content:center}.p-timepicker,.p-timepicker>div{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.p-timepicker>div{-ms-flex-direction:column;flex-direction:column}.p-timepicker>.p-millisecond-picker,.p-timepicker>.p-minute-picker,.p-timepicker>.p-second-picker{margin-left:0}.p-timepicker>.p-separator .p-separator-spacer:last-child{margin-top:.3em}.p-calendar .p-datepicker-touch-ui,.p-datepicker-touch-ui{-webkit-transform:translate(-50%,-50%)}.p-carousel{width:100%}.p-carousel,.p-carousel-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.p-carousel-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto;padding:0 .5em}.p-carousel-next,.p-carousel-prev{-ms-flex-item-align:center;-ms-flex-positive:0;-ms-flex-negative:0;align-self:center;flex-grow:0;flex-shrink:0;height:2.5em;text-align:center;width:2.5em}.p-carousel-next span,.p-carousel-prev span{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;width:100%}.p-carousel-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:0 .1em}.p-carousel-items-content{overflow:hidden;width:100%}.p-carousel-footer,.p-carousel-header{padding:0 .5em;z-index:1}.p-carousel-items-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.p-carousel-items-container .p-carousel-item{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto;width:100%}.p-carousel-dots-container{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin:.5em}.p-carousel-vertical .p-carousel-container{-ms-flex-direction:column;flex-direction:column;width:100%}.p-carousel-vertical .p-carousel-items-container{-ms-flex-direction:column;flex-direction:column;height:100%}.p-carousel-vertical .p-carousel-dots-container{margin:.75em 0}.p-items-hidden .p-carousel-item{visibility:hidden}.p-items-hidden .p-carousel-item.p-carousel-item-active{visibility:visible}.p-checkbox{-ms-user-select:none}.p-chips{display:inline-block}.p-chips-input-token .p-inputtext{-webkit-box-shadow:none}.p-fluid .p-chips{display:block}.p-datatable .p-sortable-column{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.p-datatable .p-rowgroup-header .p-row-toggler .p-row-toggler-icon{vertical-align:text-bottom}.p-datatable-responsive .p-datatable-tbody>tr.p-datatable-row>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.p-datatable-row>td{border:0;clear:left;display:block;float:left;text-align:left;width:100%!important}.p-datatable-responsive .p-datatable-tbody>tr.p-datatable-row>td .p-column-title{display:inline-block;font-weight:700;margin:-.4em 1em -.4em -.4em;min-width:30%;padding:.4em}}.p-dataview{position:relative}.p-dataview-loading-overlay{-ms-filter:"alpha(opacity=10)";height:100%;opacity:.1;position:absolute;width:100%;z-index:1}.p-dataview-loading-content{left:50%;margin-left:-1em;margin-top:-1em;position:absolute;top:50%;z-index:2}.p-dataview .p-dataview-loading-icon{font-size:2em}.p-dialog-mask{display:none;left:0;pointer-events:none;top:0}.p-component-overlay{pointer-events:auto}.p-dialog-visible{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;justify-content:center}.p-dialog,.p-dialog-visible{display:-ms-flexbox;display:flex}.p-dialog{-ms-flex-direction:column;flex-direction:column;max-height:90%;pointer-events:auto}.p-dialog .p-dialog-titlebar{-ms-flex-negative:0;flex-shrink:0}.p-dialog .p-dialog-content{overflow-y:auto}.p-dialog-footer{-ms-flex-negative:0;flex-shrink:0}.p-dialog-enter{-webkit-transform:scale(.7);transform:scale(.7)}.p-dialog-enter-active{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .15s cubic-bezier(0,0,.2,1)}.p-dialog-enter-done{-webkit-transform:none;transform:none}.p-dialog-exit-active{-webkit-transform:scale(.7);transform:scale(.7);-webkit-transition:all .15s cubic-bezier(.4,0,.2,1);transition:all .15s cubic-bezier(.4,0,.2,1)}.p-dialog-bottom .p-dialog,.p-dialog-bottomleft .p-dialog,.p-dialog-bottomright .p-dialog,.p-dialog-left .p-dialog,.p-dialog-right .p-dialog,.p-dialog-top .p-dialog,.p-dialog-topleft .p-dialog,.p-dialog-topright .p-dialog{margin:.75em;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.p-dialog-top .p-dialog-enter,.p-dialog-top .p-dialog-exit-active{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.p-dialog-bottom .p-dialog-enter,.p-dialog-bottom .p-dialog-exit-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.p-dialog-bottomleft .p-dialog-enter,.p-dialog-bottomleft .p-dialog-exit-active,.p-dialog-left .p-dialog-enter,.p-dialog-left .p-dialog-exit-active,.p-dialog-topleft .p-dialog-enter,.p-dialog-topleft .p-dialog-exit-active{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.p-dialog-bottomright .p-dialog-enter,.p-dialog-bottomright .p-dialog-exit-active,.p-dialog-right .p-dialog-enter,.p-dialog-right .p-dialog-exit-active,.p-dialog-topright .p-dialog-enter,.p-dialog-topright .p-dialog-exit-active{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.p-dialog-bottom .p-dialog-enter-active,.p-dialog-bottomleft .p-dialog-enter-active,.p-dialog-bottomright .p-dialog-enter-active,.p-dialog-left .p-dialog-enter-active,.p-dialog-right .p-dialog-enter-active,.p-dialog-top .p-dialog-enter-active,.p-dialog-topleft .p-dialog-enter-active,.p-dialog-topright .p-dialog-enter-active{-webkit-transform:translateZ(0);transform:translateZ(0)}.p-dialog-maximized{height:100%;max-height:100%;-webkit-transform:none;-webkit-transition:none}.p-dialog-maximized .p-dialog-content{-ms-flex-positive:1;flex-grow:1}.p-dialog-left{-ms-flex-pack:start;justify-content:flex-start}.p-dialog-right{-ms-flex-pack:end;justify-content:flex-end}.p-dialog-top,.p-dialog-topleft{-ms-flex-align:start;align-items:flex-start}.p-dialog-topleft{-ms-flex-pack:start;justify-content:flex-start}.p-dialog-topright{-ms-flex-pack:end;-ms-flex-align:start;align-items:flex-start;justify-content:flex-end}.p-dialog-bottom,.p-dialog-bottomleft{-ms-flex-align:end;align-items:flex-end}.p-dialog-bottomleft{-ms-flex-pack:start;justify-content:flex-start}.p-dialog-bottomright{-ms-flex-pack:end;-ms-flex-align:end;align-items:flex-end;justify-content:flex-end}.p-dropdown .p-dropdown-hidden-select select{-webkit-transform:none}.p-dropdown-panel .p-dropdown-filter{-webkit-box-sizing:border-box}.p-fieldset-content-wrapper-collapsed{-webkit-transition:max-height .5s cubic-bezier(0,1,0,1)}.p-fieldset-content-wrapper-expanded{-webkit-transition:max-height 1s ease-in-out}.p-fileupload-content{-webkit-transition:border-color .3s}.p-galleria-content{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.p-galleria-preview-content{-ms-flex-direction:column;flex-direction:column}.p-galleria-preview-container,.p-galleria-preview-content{display:-ms-flexbox;display:flex;height:100%;position:relative;width:100%}.p-galleria-preview-container .p-galleria-preview-nav-button{height:3em;margin-top:-1.5em;position:absolute;top:50%;z-index:1}.p-galleria-preview-prev{left:.5em}.p-galleria-preview-next{right:.5em}.p-galleria-preview-next span,.p-galleria-preview-prev span{font-size:2em}.p-galleria-preview-items-content{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;justify-content:center;width:100%}.p-galleria-preview-nav-onhover .p-galleria-preview-content .p-galleria-preview-nav-button{opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.p-galleria-preview-nav-onhover .p-galleria-preview-content:hover .p-galleria-preview-nav-button{opacity:1;pointer-events:all}.p-galleria-preview-nav-onhover .p-galleria-preview-content:hover .p-galleria-preview-nav-button.p-disabled{opacity:.5;pointer-events:none}.p-galleria-preview-caption{bottom:0;left:0;padding:1em;position:absolute;width:100%}.p-galleria-indicator-container{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:center;padding:.2em}.p-galleria-thumbnail-content{-ms-flex-negative:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:auto}.p-galleria-thumbnail-next,.p-galleria-thumbnail-prev{-ms-flex-item-align:center;-ms-flex-positive:0;-ms-flex-negative:0;align-self:center;flex-grow:0;flex-shrink:0;height:2.5em;text-align:center;width:2.5em}.p-galleria-thumbnail-next span,.p-galleria-thumbnail-prev span{-ms-flex-pack:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;width:100%}.p-galleria-thumbnail-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:0 .1em}.p-galleria-thumbnail-items-content{overflow:hidden;width:100%}.p-galleria-thumbnail-items-container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.p-galleria-thumbnail-items-container .p-galleria-thumbnail-item{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-ms-flexbox;display:flex;justify-content:center;overflow:auto;width:100%}.p-galleria-thumbnail-item .p-galleria-thumbnail-item-content{cursor:pointer;margin:.3em}.p-galleria-indicator-onpreview .p-galleria-indicator-container{position:absolute;z-index:1}.p-galleria-indicator-onpreview.p-galleria-indicators-top .p-galleria-indicator-container{left:0;top:1em;width:100%}.p-galleria-indicator-onpreview.p-galleria-indicators-right .p-galleria-indicator-container{height:100%;right:1em;top:0}.p-galleria-indicator-onpreview.p-galleria-indicators-bottom .p-galleria-indicator-container{bottom:1em;left:0;width:100%}.p-galleria-indicator-onpreview.p-galleria-indicators-left .p-galleria-indicator-container{height:100%;left:1em;top:0}.p-galleria-indicator-onpreview.p-galleria-indicators-left .p-galleria-preview-caption,.p-galleria-indicator-onpreview.p-galleria-indicators-right .p-galleria-preview-caption{width:calc(100% - 4em)}.p-galleria-indicator-onpreview.p-galleria-indicators-right .p-galleria-preview-caption,.p-galleria-indicator-onpreview.p-galleria-indicators-right .p-galleria-preview-next{right:4em}.p-galleria-indicator-onpreview.p-galleria-indicators-left .p-galleria-preview-caption,.p-galleria-indicator-onpreview.p-galleria-indicators-left .p-galleria-preview-prev{left:4em}.p-galleria-thumbnails-left .p-galleria-content,.p-galleria-thumbnails-right .p-galleria-content{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.p-galleria-thumbnails-left .p-galleria-content .p-galleria-preview-content,.p-galleria-thumbnails-right .p-galleria-content .p-galleria-preview-content{-ms-flex-direction:row;flex-direction:row}.p-galleria-thumbnails-left .p-galleria-content .p-galleria-preview-content,.p-galleria-thumbnails-top .p-galleria-content .p-galleria-preview-content{-ms-flex-order:2;order:2}.p-galleria-thumbnails-left .p-galleria-content .p-galleria-thumbnail-content,.p-galleria-thumbnails-top .p-galleria-content .p-galleria-thumbnail-content{-ms-flex-order:1;order:1}.p-galleria-thumbnails-left .p-galleria-content .p-galleria-thumbnail-container,.p-galleria-thumbnails-right .p-galleria-content .p-galleria-thumbnail-container{-ms-flex-direction:column;flex-direction:column}.p-galleria-thumbnails-left .p-galleria-content .p-galleria-thumbnail-items-container,.p-galleria-thumbnails-right .p-galleria-content .p-galleria-thumbnail-items-container{-ms-flex-direction:column;flex-direction:column;height:100%}.p-galleria-indicators-left .p-galleria-preview-content,.p-galleria-indicators-right .p-galleria-preview-content{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.p-galleria-indicators-left .p-galleria-preview-content .p-galleria-preview-container,.p-galleria-indicators-top .p-galleria-preview-content .p-galleria-preview-container{-ms-flex-order:2;order:2}.p-galleria-indicators-left .p-galleria-preview-content .p-galleria-indicator-container,.p-galleria-indicators-top .p-galleria-preview-content .p-galleria-indicator-container{-ms-flex-order:1;order:1}.p-galleria-indicators-left .p-galleria-preview-content .p-galleria-indicator-container,.p-galleria-indicators-right .p-galleria-preview-content .p-galleria-indicator-container{-ms-flex-direction:column;flex-direction:column}.p-galleria-mask{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;justify-content:center;position:fixed}.p-galleria-mask .p-galleria{max-height:90%;max-width:calc(90% - 8em)}.p-galleria-close{margin:.5em;position:absolute;right:0;top:0}.p-galleria-close span{font-size:3em}.p-galleria-mask .p-galleria .p-galleria-preview-nav-button{height:20em;margin-top:-10em;position:fixed;top:50%;width:4em}.p-galleria-mask .p-galleria .p-galleria-preview-prev{left:0}.p-galleria-mask .p-galleria .p-galleria-preview-next{right:0}.p-items-hidden .p-galleria-thumbnail-item{visibility:hidden}.p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active{visibility:visible}.p-growl.p-growl-topleft,.p-growl.p-growl-topright{bottom:auto}.p-growl.p-growl-bottomleft,.p-growl.p-growl-bottomright{top:auto}.p-growl-item{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.p-growl-details{margin-top:.5em}.p-growl-message{-ms-flex-item-align:center;align-self:center;margin-left:1em}.p-growl-enter.p-growl-enter-active{-webkit-transition:opacity .25s ease-in}.p-growl-exit.p-growl-exit-active{-webkit-transition:max-height .5s cubic-bezier(0,1,0,1),margin-bottom .5s cubic-bezier(0,1,0,1)}.p-inputnumber{display:-ms-inline-flexbox;display:inline-flex}.p-inputnumber-button-down,.p-inputnumber-button-up{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;justify-content:center}.p-inputnumber-input{-ms-flex:1 1 auto;flex:1 1 auto}.p-inputnumber-buttons-stacked .p-inputnumber-button-up{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0}.p-inputnumber-buttons-stacked .p-inputnumber-input{border-bottom-right-radius:0;border-top-right-radius:0}.p-inputnumber-buttons-stacked .p-inputnumber-button-down{border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:0}.p-inputnumber-buttons-stacked .p-inputnumber-button-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.p-inputnumber-buttons-stacked .p-inputnumber-button-group .p-inputnumber-button{-ms-flex:1 1 auto;flex:1 1 auto}.p-inputnumber-buttons-stacked .p-inputnumber-button-group .p-inputnumber-button .p-inputnumber-button-icon{font-size:inherit}.p-inputnumber-buttons-horizontal .p-inputnumber-button-up{-ms-flex-order:3;border-bottom-left-radius:0;border-top-left-radius:0;order:3}.p-inputnumber-buttons-horizontal .p-inputnumber-input{-ms-flex-order:2;border-radius:0;order:2}.p-inputnumber-buttons-horizontal .p-inputnumber-button-down{-ms-flex-order:1;border-bottom-right-radius:0;border-top-right-radius:0;order:1}.p-inputnumber-buttons-vertical{-ms-flex-direction:column;flex-direction:column}.p-inputnumber-buttons-vertical .p-inputnumber-button-up{-ms-flex-order:1;border-bottom-left-radius:0;border-bottom-right-radius:0;-ms-flex:1 1 auto;flex:1 1 auto;order:1;width:auto}.p-inputnumber-buttons-vertical .p-inputnumber-input{-ms-flex-order:2;border-radius:0;order:2;text-align:center}.p-inputnumber-buttons-vertical .p-inputnumber-button-down{-ms-flex-order:3;border-top-left-radius:0;border-top-right-radius:0;-ms-flex:1 1 auto;flex:1 1 auto;order:3;width:auto}.p-fluid .p-inputnumber{width:100%}.p-fluid .p-inputnumber .p-inputnumber-input{width:1%}.p-fluid .p-inputnumber-buttons-vertical .p-inputnumber-button,.p-fluid .p-inputnumber-buttons-vertical .p-inputnumber-input{width:100%}.p-inputswitch-slider,.p-inputswitch-slider:before{-webkit-transition:.3s}.p-inputswitch-checked .p-inputswitch-slider:before{-webkit-transform:translateX(1.25em)}.p-inputgroup{display:-ms-flexbox}.p-fluid .p-inputgroup .p-inputtext{-ms-flex:1 1 auto}.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{font-size:12px;top:-.75em}.p-float-label>input:-webkit-autofill~label{font-size:12px;top:-.75em}.p-float-label>textarea~label{left:.25em;top:.75em}.p-float-label>textarea.p-filled~label,.p-float-label>textarea:focus~label{font-size:12px;top:-.75em}.p-float-label>textarea:-webkit-autofill~label{font-size:12px;top:-.75em}.p-lightbox{-webkit-transform:translateX(-50%) translateY(-50%)}.p-lightbox-content{-webkit-transition-property:width,height}.p-megamenu .p-grid{-ms-flex-wrap:nowrap}.p-messages-enter-active{-webkit-transition:opacity .25s ease-in}.p-messages-exit.p-messages-exit-active{-webkit-transition:max-height .5s cubic-bezier(0,1,0,1),margin-bottom .5s cubic-bezier(0,1,0,1)}.p-multiselect .p-multiselect-label{white-space:nowrap}.p-fluid .p-multiselect{-webkit-box-sizing:border-box}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{-ms-user-select:none}.p-picklist.p-picklist-responsive *{-webkit-box-sizing:border-box}.p-progressbar-determinate .p-progressbar-value-animate{-webkit-transition:width 1s ease-in-out}.p-progressbar-indeterminate .p-progressbar-value:before{-webkit-animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.p-progressbar-indeterminate .p-progressbar-value:after{-webkit-animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;-webkit-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%}}@-webkit-keyframes p-progressbar-indeterminate-anim-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.p-progress-spinner-svg{-webkit-animation:p-progress-spinner-rotate 2s linear infinite;-webkit-transform-origin:center center}.p-progress-spinner-circle{-webkit-animation:p-progress-spinner-dash 1.5s ease-in-out infinite,p-progress-spinner-color 6s ease-in-out infinite}@-webkit-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}}@-webkit-keyframes p-progress-spinner-color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}.p-radiobutton{-ms-user-select:none}.p-scrollpanel-content{-webkit-box-sizing:border-box}.p-scrollpanel-bar{-webkit-transition:opacity .25s linear}.p-scrollpanel-grabbed{-ms-user-select:none;-moz-user-select:none}.p-sidebar{-webkit-transition:transform .3s;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s,-webkit-transform .3s}.p-sidebar-left{-webkit-transform:translateX(-100%)}.p-sidebar-right{-webkit-transform:translateX(100%)}.p-sidebar-top{-webkit-transform:translateY(-100%)}.p-sidebar-bottom{-webkit-transform:translateY(100%)}.p-sidebar-full{-webkit-transition:transform 0s;-webkit-transition:-webkit-transform 0s;transition:-webkit-transform 0s;transition:transform 0s,-webkit-transform 0s}.p-sidebar-left.p-sidebar-active,.p-sidebar-right.p-sidebar-active{-webkit-transform:translateX(0)}.p-sidebar-bottom.p-sidebar-active,.p-sidebar-top.p-sidebar-active{-webkit-transform:translateY(0)}.p-slider .p-slider-handle{-ms-touch-action:none;z-index:1}.p-slider .p-slider-handle.p-slider-handle-active{z-index:2}.p-steps ul{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.p-steps .p-steps-item{-ms-flex-pack:center;-webkit-box-sizing:border-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative;width:100%}.p-steps .p-steps-item.p-disabled,.p-steps.p-steps-readonly .p-steps-item{cursor:auto;pointer-events:none}.p-steps .p-steps-item .p-menuitem-link{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column}@media(max-width:40em){.p-steps ul{-ms-flex-wrap:wrap;flex-wrap:wrap}.p-steps .p-steps-item .p-menuitem-link{padding:.5em}}.p-tree .p-tree-filter{-webkit-box-sizing:border-box}.p-tree.p-disabled .p-checkbox-box,.p-tree.p-disabled .p-tree-toggler,.p-tree.p-disabled .p-treenode-selectable.p-treenode-content{cursor:default}html.honeywell-dark-theme{--hcui-color-text-fixed:#fff;--hcui-color-component-background:#303030;--hcui-color-text-base:#e0e0e0;--hcui-color-text-base-disabled:#606060;--hcui-spacing-sm:0.5rem;--hcui-spacing-lg:1rem;--hcui-spacing-xs:0.25rem;--hcui-font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;--hcui-color-secondary-hover:#404040;--hcui-color-primary-hover:#45a7ea;--hcui-color-primary:#45a7ea;--hw-color-white:#fff}html:not(.honeywell-dark-theme){--hcui-color-text-fixed:#fff;--hcui-color-component-background:#fff;--hcui-color-text-base:#303030;--hcui-color-text-base-disabled:#a0a0a0;--hcui-spacing-sm:0.5rem;--hcui-spacing-lg:1rem;--hcui-spacing-xs:0.25rem;--hcui-font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;--hcui-color-secondary-hover:#f0f0f0;--hcui-color-primary-hover:#10659f;--hcui-color-primary:#1274b7;--hw-color-white:#fff}.p-treetable.p-component .p-treetable-toggler .pi-chevron-down,.p-treetable.p-component .p-treetable-toggler .pi-chevron-right{padding-right:1rem!important}.p-treetable.p-component .p-treetable-header{align-items:center;background:var(--hcui-color-component-background);border-color:var(--hcui-color-separator);border-radius:0;color:var(--hcui-color-text-fixed);display:flex;font-weight:inherit;height:var(--hcui-spacing-4xl);justify-content:flex-start;padding:0!important}.p-treetable.p-component .p-treetable-header .header-item-wrapper{align-items:center;color:#e0e0e0;cursor:pointer;display:inline-flex;padding:.75rem;-webkit-user-select:none;user-select:none}.p-treetable.p-component .p-treetable-header .header-item-wrapper:hover{color:#fff}.p-treetable.p-component .p-treetable-header .header-item-wrapper.button{background-color:initial;border:none;outline:none}.p-treetable.p-component .p-treetable-header .header-item-wrapper.button:disabled{color:#909090}.p-treetable.p-component .p-treetable-header .search-output{align-items:center;display:flex;padding:0 var(--hcui-spacing-xs)}.p-treetable.p-component .p-treetable-header .search-output .global-filter{align-items:center;display:flex;height:100%}.p-treetable.p-component .p-treetable-header .total-count{align-items:center;color:var(--hcui-color-text-base);display:inline-flex;padding-left:var(--hcui-spacing-sm)}.p-treetable.p-component .p-treetable-header .action-bar,.p-treetable.p-component .p-treetable-header .filter-bar{align-content:center;display:flex;font-family:var(--hcui-font-family)!important;height:100%;justify-content:space-between;width:100%}.p-treetable.p-component .p-treetable-header .action-bar.no-search,.p-treetable.p-component .p-treetable-header .filter-bar.no-search{justify-content:flex-end}.p-treetable.p-component .p-treetable-header .action-bar .action-bar-item,.p-treetable.p-component .p-treetable-header .action-bar .header-bar-item,.p-treetable.p-component .p-treetable-header .action-bar .menu-items,.p-treetable.p-component .p-treetable-header .action-bar .totals,.p-treetable.p-component .p-treetable-header .filter-bar .action-bar-item,.p-treetable.p-component .p-treetable-header .filter-bar .header-bar-item,.p-treetable.p-component .p-treetable-header .filter-bar .menu-items,.p-treetable.p-component .p-treetable-header .filter-bar .totals{align-items:center;display:flex;height:100%;justify-content:center}.p-treetable.p-component .p-treetable-header .action-bar .action-bar-item,.p-treetable.p-component .p-treetable-header .action-bar .header-bar-item,.p-treetable.p-component .p-treetable-header .filter-bar .action-bar-item,.p-treetable.p-component .p-treetable-header .filter-bar .header-bar-item{padding:0 var(--hcui-spacing-sm)}.p-treetable.p-component .p-treetable-header .action-bar .action-bar-item .btn-icon,.p-treetable.p-component .p-treetable-header .action-bar .header-bar-item .btn-icon,.p-treetable.p-component .p-treetable-header .filter-bar .action-bar-item .btn-icon,.p-treetable.p-component .p-treetable-header .filter-bar .header-bar-item .btn-icon{font-size:var(--hcui-spacing-lg);padding-left:0!important;padding-right:var(--hcui-spacing-xs)}.p-treetable.p-component .p-treetable-header .action-bar .action-bar-item.disabled,.p-treetable.p-component .p-treetable-header .action-bar .header-bar-item.disabled,.p-treetable.p-component .p-treetable-header .filter-bar .action-bar-item.disabled,.p-treetable.p-component .p-treetable-header .filter-bar .header-bar-item.disabled{color:var(--hcui-color-text-base-disabled);cursor:not-allowed}.p-treetable.p-component .p-treetable-header .action-bar .header-bar-item,.p-treetable.p-component .p-treetable-header .filter-bar .header-bar-item{color:var(--hcui-color-text-base)}.p-treetable.p-component .p-treetable-header .action-bar .header-bar-item:not(.disabled),.p-treetable.p-component .p-treetable-header .filter-bar .header-bar-item:not(.disabled){cursor:pointer}.p-treetable.p-component .p-treetable-header .action-bar .header-bar-item:not(.disabled):hover,.p-treetable.p-component .p-treetable-header .filter-bar .header-bar-item:not(.disabled):hover{background:var(--hcui-color-secondary-hover)}.p-treetable.p-component .p-treetable-header .action-bar .action-bar-item:not(.disabled),.p-treetable.p-component .p-treetable-header .filter-bar .action-bar-item:not(.disabled){cursor:pointer}.p-treetable.p-component .p-treetable-header .action-bar .action-bar-item:not(.disabled):hover,.p-treetable.p-component .p-treetable-header .filter-bar .action-bar-item:not(.disabled):hover{background:var(--hcui-color-primary-hover)}.p-treetable.p-component .p-treetable-header .action-bar{background:var(--hcui-color-primary);color:var(--hw-color-white);font-size:medium;padding-left:var(--hcui-spacing-lg);padding-right:var(--hcui-spacing-lg)}.p-treetable.p-component .p-treetable-header .action-bar .close-btn{align-content:center;cursor:pointer;display:block;justify-content:center;margin-left:var(--hcui-spacing-lg)}.p-treetable.p-component .p-treetable-header .action-bar .close-btn .close-btn-icon{padding-left:0!important;padding-right:0!important}.p-treetable.p-component .p-treetable-header .action-bar .totals .selected-value,.p-treetable.p-component .p-treetable-header .action-bar .totals .total-value{display:inline-block}.p-treetable.p-component .p-treetable-header .action-bar .totals .total-value{padding-right:var(--hcui-spacing-sm)}.p-treetable.p-component .p-treetable-header .action-bar .totals .selected-value{border-left:1px solid var(--hw-color-white);margin-right:var(--hcui-spacing-sm);padding-left:var(--hcui-spacing-sm)}.p-treetable .p-treetable-loading-icon{animation:button-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#fff;box-shadow:0 0 0 1px #0000;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}.p-checkbox .p-checkbox-box{background-color:initial!important;border-color:var(--hcui-color-secondary)!important;border-radius:0!important}.p-checkbox-box.p-highlight{background-color:#007ad9!important;border:0!important}.p-checkbox-box.partial-selected{border-bottom:0!important;border-right:0!important;border-color:var(--hcui-color-secondary)!important}.p-checkbox-box.partial-selected .partial-selected-icon{border-bottom:1.25rem solid #007ad9!important;border-left:1.25rem solid #0000!important;height:0!important;width:0!important}.new-user-modal .inputBox,.new-user-modal .inputBox .input-wrap{width:100%}.new-user-modal .inputBox .input-wrap input{width:100%!important}.new-user-modal .roles-box{margin-top:.75rem}.new-user-modal .roles-box .ui.scuf-dropdown-wrapper{width:30rem}.user-modal{z-index:2000!important}.user-modal-content .panel-content-main-section{padding:0!important}.view-user-header{align-items:center;display:flex;justify-content:space-between;width:100%}.header,.panel-partition-footer-bar{justify-content:space-between!important}.header{display:flex!important}html.honeywell-dark-theme .modals.dimmer .ui.large.scrolling.modal.transition.visible.active.bulk-upload-user-modal-large{margin:5rem I 0 0!important;overflow:hidden!important}html.honeywell-dark-theme .ReactToastify-bulkUpload{position:absolute;right:1rem;width:30rem;z-index:9999}html.honeywell-dark-theme .ReactToastify-bulkUpload-exit{animation:slideOutRight .25s ease-in-out}html.honeywell-dark-theme .ReactToastify-bulkUpload{animation:slideInRight .5s ease-in-out}@media only screen and (min-width:750px)and (max-width:1024px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:25.5rem;min-height:25.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:13rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1025px)and (max-width:1366px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:33rem;min-height:33rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:20rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1367px)and (max-width:1400px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:33rem;min-height:33rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{height:21rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section{min-height:21rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1401px)and (max-width:1500px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:37rem;min-height:37rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{height:21rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section{min-height:24rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1501px)and (max-width:1600px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:42rem;min-height:42rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:29rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1601px)and (max-width:1800px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:50rem;min-height:50rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:37rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1801px)and (max-width:2001px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:55rem;min-height:55rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{height:21rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section{min-height:42rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:620px}}@media only screen and (min-width:2002px)and (max-width:3001px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:62rem;min-height:62rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:49rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:3002px)and (max-width:4001px){html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{height:106rem;min-height:106rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{height:21rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .drop-section{min-height:93rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{height:350px}}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large{background:#252525!important;display:block!important;margin-left:auto!important;margin-right:0!important;overflow:hidden;padding:0!important;right:0!important;width:37.375rem!important}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .emass-detailed-tabs-wrapper .ui.pointing.secondary.ui.scuf-tab.emass-detailed-tabs.menu{background:#252525;margin-bottom:-.25rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large i.sc-bdVaJa.jppbHT.h-icon.common.modal-close{padding-left:.875rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .bulkUpload-modal-header{background:#252525;color:#fff;font-size:1rem;font-weight:500;padding:1.5rem 1.5rem 0}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .bulkUpload-modal-subheader{color:#909090;font-size:.875rem;font-weight:500;letter-spacing:0;line-height:2.375rem;text-align:left}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-footer{bottom:0;display:flex;padding:0 1.5rem 1.25rem;position:absolute;right:0;width:100%}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-footer .upload-footer-button .button-content{font-size:.875rem;font-weight:600}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-footer.footerFlexSpaceBtw{justify-content:space-between}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-footer.footerFlexEnd{justify-content:flex-end}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .close-icon-wrap{height:2.125rem;right:1.25rem;top:1.75rem;width:2.125rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab{display:block;max-height:27.125rem;min-height:27.125rem;overflow:auto}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab::-webkit-scrollbar{width:.4375rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab::-webkit-scrollbar-thumb{background:#606060;border-radius:.375rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab::-webkit-scrollbar-track{border-left:0}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab .below-text{margin:0}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab .visible.menu.transition{background:#202020!important}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content.scrolling.content{background:#252525!important}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{margin:.7rem 1.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section{border:1.5px dashed #d0d0d0;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center;margin-bottom:1rem;padding:1rem;text-align:center}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .browse-file-label-span{font-size:1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .browse-file-label{color:#1792e5;cursor:pointer;font-size:1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .subHeadingDocument{align-items:center;display:flex;gap:.2rem;justify-content:center}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .subHeadingBrowser{font-size:.875rem;font-weight:500;letter-spacing:-.013rem;line-height:1.25rem;padding-top:.4rem;text-align:center}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .subHeadingBrowserThree{font-size:.875rem;font-weight:500;letter-spacing:-.013rem;line-height:1.25rem;padding-top:1rem;text-align:center}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .subHeadingBrowserTwo{font-size:.875rem;font-style:italic;font-weight:300;letter-spacing:-.013rem;line-height:1.25rem;text-align:center}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .ui.pointing.secondary.ui.scuf-tab.emass-detailed-tabs.menu{padding-left:1.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .emass-detailed-tabs-wrapper .ui.pointing.secondary.ui.scuf-tab.emass-detailed-tabs.menu .item{font-size:.75rem;font-weight:500;letter-spacing:0;line-height:.875rem;text-align:left}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .add-data-button{margin-left:1.1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .add-data-button .add-data{color:#8bc8f2;font-size:.875rem;font-weight:500;padding-top:1.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .add-data-button .add-data .h-icon.left{color:#b0b0b0;font-size:1rem;line-height:1rem;margin-top:.05rem;padding-right:.375rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .ui.button.link.disabled.add-data{color:#606060}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large button.ui.medium.button.primary,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large button.ui.medium.disabled.button.primary{height:2.375rem;padding:.5rem 1.9375rem;width:7.75rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large button.ui.medium.button.primary.download-template{width:15.75rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .justifyDetailsFirst{justify-content:space-evenly;padding-bottom:1.875rem;padding-top:1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .scope2align{justify-content:flex-start;padding-bottom:1.875rem;padding-top:1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .scope2alignChange{justify-content:flex-start;padding-bottom:1rem;padding-top:1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .fuelType{padding:0 0 0 1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .justifyDetailsCOTwo{margin-left:1.1rem;padding-bottom:.875rem;padding-top:1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .justifyDetailsCOTwoScope2{margin-left:1.1rem;padding-top:1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .justifyDetailsSecond{justify-content:flex-start}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .justifyDetailsSecond .yearmanual{margin-left:1.1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .justifyDetailsCenter{justify-content:center}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .ui.checkbox.noFuelCheckbox,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .ui.checked.checkbox.noFuelCheckbox{border-radius:0;left:12.25rem;top:.813rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .overRideMessage{margin-left:1.1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .overRideMessage .overRideTitle{font-size:11px}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .overRideMessage .overRideText{font-size:9px}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .overrideCheckbox{margin:0 0 0 1.1rem!important}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .displayFlexCO2Emission{display:flex}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .ui.right.center.small.popup.transition.visible.ui.tooltip.fuelGasType-label-ToolTip{background:#e0e0e0!important}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .ui.divider{border-top:.063rem solid #353535;margin-left:1.188rem;margin-right:1.188rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large button.ui.medium.button.link.add-data{margin-bottom:1rem;top:44px}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .DeleteData-img{position:absolute;right:1rem;top:2.2rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .DeleteData-img img.left{height:1.5rem;width:1.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .bulkUpload-modal-subheader-title{color:#e0e0e0;letter-spacing:-.3333333433px;line-height:19px;text-align:left}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetailsPadding{padding-top:1rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetailsPaddingZero{padding-top:0}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails{display:flex}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails img.InfoIcon-img{height:1.5rem;margin-top:-.125rem;width:1.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType{border-radius:0;height:2.5rem;left:0;top:0;width:20.875rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType .ui.selection.dropdown{border-radius:.4rem;height:2.5rem;line-height:1rem;min-height:2.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType .ui.dropdown>.text,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType i.chevron.down.icon{line-height:1.4rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType.disabled .ui.disabled.dropdown{border-radius:.4rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType{border-radius:0;height:2.5rem;left:0;top:0;width:9.938rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.selection.dropdown{border-radius:.4rem!important;height:2.5rem;line-height:1rem;min-height:2.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown>.text,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType i.chevron.down.icon{line-height:1.4rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown .menu::-webkit-scrollbar{width:.4375rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown .menu::-webkit-scrollbar-thumb{background:#606060;border-radius:.375rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown .menu::-webkit-scrollbar-track{border-left:0}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown .menu .below-text{margin:0}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType.disabled .ui.disabled.dropdown{border-radius:.4rem!important}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.single-input.co2EmissionFactor.disabled input.input-box{background:#505050;border-radius:.4rem;color:#e0e0e0!important;height:2.5rem;width:9.938rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .Country input.input-box,html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.single-input.co2EmissionFactor input.input-box{border-radius:.4rem;height:2.5rem;width:9.938rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .manualInputDetails div.ui.input-label .input-label-message{font-size:.875rem;font-weight:500;letter-spacing:0;line-height:1.375rem;text-align:left}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .ui.scuf-dropdown-wrapper.disabled .ui.disabled.dropdown{height:2.5rem;padding-top:.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .fuel-modal-edit div{display:flex;justify-content:flex-end;margin-top:.5rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .fuel-modal-edit .ui.button.link{margin-right:2rem}html.honeywell-dark-theme .ui.modal.bulk-upload-user-modal-large .account-relative{position:relative}html.honeywell-dark-theme .custom-data-table{border:1px solid #979797;border-collapse:collapse;width:100%}html.honeywell-dark-theme .custom-data-table td,html.honeywell-dark-theme .custom-data-table th{border:1px solid #979797;padding:8px;text-align:left}html.honeywell-dark-theme .custom-data-table thead{background-color:#000;color:#fff}html.honeywell-dark-theme .custom-data-table tbody{background-color:#252525;color:#fff}html.honeywell-dark-theme .errorDisplay .notificationDivBulk{display:flex;gap:.8rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body{border:0 solid #979797!important;overflow-y:scroll}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body::-webkit-scrollbar{width:.275rem!important}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body::-webkit-scrollbar-thumb{background:#606060!important;border-radius:.375rem}html.honeywell-dark-theme .errorDisplay .p-datatable-scrollable-body::-webkit-scrollbar-track{border-left:0!important}html.honeywell-dark-theme .errorDisplay .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(odd){background-color:#303030!important;border:1px solid #979797!important}html.honeywell-dark-theme .errorDisplay .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td{border:1px solid #979797!important}html.honeywell-dark-theme .errorDisplay .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(2n){background-color:#303030!important;border:1px solid #979797!important}html.honeywell-dark-theme .errorDisplay .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr{background:#252525!important;background-clip:padding-box}html.honeywell-dark-theme .errorDisplay .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr>th:first-child{border:1px solid #979797!important}html.honeywell-dark-theme .errorDisplay .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr>th .p-column-title{color:#fff!important}html.honeywell-dark-theme .errorDisplay .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box{background:#252525!important;border:1px solid #979797!important}html:not(.honeywell-dark-theme) .modals.dimmer .ui.large.scrolling.modal.transition.visible.active.bulk-upload-user-modal-large{margin:5rem I 0 0!important;overflow:hidden!important}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}html:not(.honeywell-dark-theme) .ReactToastify-bulkUpload{position:absolute;right:1rem;width:30rem;z-index:9999}html:not(.honeywell-dark-theme) .ReactToastify-bulkUpload-exit{animation:slideOutRight .25s ease-in-out}html:not(.honeywell-dark-theme) .ReactToastify-bulkUpload{animation:slideInRight .5s ease-in-out}@media only screen and (min-width:750px)and (max-width:1024px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:25.5rem;min-height:25.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:13rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1025px)and (max-width:1366px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:33rem;min-height:33rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:20rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1367px)and (max-width:1400px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:33rem;min-height:33rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{height:21rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section{min-height:21rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1401px)and (max-width:1500px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:37rem;min-height:37rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{height:21rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section{min-height:24rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1501px)and (max-width:1600px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:42rem;min-height:42rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:29rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1601px)and (max-width:1800px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:50rem;min-height:50rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:37rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:1801px)and (max-width:2001px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:55rem;min-height:55rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{height:21rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section{min-height:42rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:620px}}@media only screen and (min-width:2002px)and (max-width:3001px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:62rem;min-height:62rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{min-height:49rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:350px}}@media only screen and (min-width:3002px)and (max-width:4001px){html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{height:106rem;min-height:106rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{height:21rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .drop-section{min-height:93rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{height:350px}}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large{background:#f0f0f0!important;display:block!important;margin-left:auto!important;margin-right:0!important;overflow:hidden;padding:0!important;right:0!important;width:37.375rem!important}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .emass-detailed-tabs-wrapper .ui.pointing.secondary.ui.scuf-tab.emass-detailed-tabs.menu{background:#f0f0f0;margin-bottom:-.25rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large i.sc-bdVaJa.jppbHT.h-icon.common.modal-close{padding-left:.875rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .bulkUpload-modal-header{background:#f0f0f0;color:#303030;font-size:1rem;font-weight:500;padding:1.5rem 1.5rem 0}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .bulkUpload-modal-subheader{color:#909090;font-size:.875rem;font-weight:500;letter-spacing:0;line-height:2.375rem;text-align:left}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-footer{bottom:0;display:flex;padding:0 1.5rem 1.25rem;position:absolute;right:0;width:100%}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-footer .upload-footer-button .button-content{font-size:.875rem;font-weight:600}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-footer.footerFlexSpaceBtw{justify-content:space-between}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-footer.footerFlexEnd{justify-content:flex-end}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .close-icon-wrap{height:2.125rem;right:1.25rem;top:1.75rem;width:2.125rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab{display:block;max-height:27.125rem;min-height:27.125rem;overflow:auto}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab::-webkit-scrollbar{width:.4375rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:.375rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab::-webkit-scrollbar-track{border-left:0}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab .below-text{margin:0}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .emaas-addfuelModal-tab .visible.menu.transition{background:#202020!important}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content.scrolling.content{background:#f7f7f7!important}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div{margin:.7rem 1.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section{border:1.5px dashed #d0d0d0;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center;margin-bottom:1rem;padding:1rem;text-align:center}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .browse-file-label-span{font-size:1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .browse-file-label{color:#1792e5;cursor:pointer;font-size:1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .subHeadingDocument{align-items:center;display:flex;gap:.2rem;justify-content:center}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .subHeadingBrowser{font-size:.875rem;font-weight:500;letter-spacing:-.013rem;line-height:1.25rem;padding-top:.4rem;text-align:center}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .subHeadingBrowserThree{font-size:.875rem;font-weight:500;letter-spacing:-.013rem;line-height:1.25rem;padding-top:1rem;text-align:center}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .upload-modal-content-div .drop-section .subHeadingBrowserTwo{font-size:.875rem;font-style:italic;font-weight:300;letter-spacing:-.013rem;line-height:1.25rem;text-align:center}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .ui.pointing.secondary.ui.scuf-tab.emass-detailed-tabs.menu{padding-left:1.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .emass-detailed-tabs-wrapper .ui.pointing.secondary.ui.scuf-tab.emass-detailed-tabs.menu .item{font-size:.75rem;font-weight:500;letter-spacing:0;line-height:.875rem;text-align:left}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .add-data-button{margin-left:1.1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .add-data-button .add-data{color:#1274b7;font-size:.875rem;font-weight:500;padding-top:1.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .add-data-button .add-data .h-icon.left{color:#707070;font-size:1rem;line-height:1rem;margin-top:.05rem;padding-right:.375rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .ui.button.link.disabled.add-data{color:#606060}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large button.ui.medium.button.primary,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large button.ui.medium.disabled.button.primary{height:2.375rem;padding:.5rem 1.9375rem;width:7.75rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large button.ui.medium.button.primary.download-template{width:15.75rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .justifyDetailsFirst{justify-content:space-evenly;padding-bottom:1.875rem;padding-top:1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .scope2align{justify-content:flex-start;padding-bottom:1.875rem;padding-top:1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .scope2alignChange{justify-content:flex-start;padding-bottom:1rem;padding-top:1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .fuelType{padding:0 0 0 1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .justifyDetailsCOTwo{margin-left:1.1rem;padding-bottom:.875rem;padding-top:1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .justifyDetailsCOTwoScope2{margin-left:1.1rem;padding-top:1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .justifyDetailsSecond{justify-content:flex-start}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .justifyDetailsSecond .yearmanual{margin-left:1.1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .justifyDetailsCenter{justify-content:center}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .ui.checkbox.noFuelCheckbox,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .ui.checked.checkbox.noFuelCheckbox{border-radius:0;left:12.25rem;top:.813rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .overRideMessage{margin-left:1.1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .overRideMessage .overRideTitle{font-size:11px}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .overRideMessage .overRideText{font-size:9px}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .overrideCheckbox{margin:0 0 0 1.1rem!important}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .displayFlexCO2Emission{display:flex}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .ui.right.center.small.popup.transition.visible.ui.tooltip.fuelGasType-label-ToolTip{background:#e0e0e0!important}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .ui.divider{border-top:.063rem solid #353535;margin-left:1.188rem;margin-right:1.188rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large button.ui.medium.button.link.add-data{margin-bottom:1rem;top:44px}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .DeleteData-img{position:absolute;right:1rem;top:2.2rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .DeleteData-img img.left{height:1.5rem;width:1.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .bulkUpload-modal-subheader-title{color:#303030;letter-spacing:-.3333333433px;line-height:19px;text-align:left}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetailsPadding{padding-top:1rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetailsPaddingZero{padding-top:0}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails{display:flex}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails img.InfoIcon-img{height:1.5rem;margin-top:-.125rem;width:1.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType{border-radius:0;height:2.5rem;left:0;top:0;width:20.875rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType .ui.selection.dropdown{border-radius:.4rem;height:2.5rem;line-height:1rem;min-height:2.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType .ui.dropdown>.text,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType i.chevron.down.icon{line-height:1.4rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.fuelGasType.disabled .ui.disabled.dropdown{border-radius:.4rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType{border-radius:0;height:2.5rem;left:0;top:0;width:9.938rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.selection.dropdown{border-radius:.4rem!important;height:2.5rem;line-height:1rem;min-height:2.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown>.text,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType i.chevron.down.icon{line-height:1.4rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown .menu::-webkit-scrollbar{width:.4375rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown .menu::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:.375rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown .menu::-webkit-scrollbar-track{border-left:0}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType .ui.dropdown .menu .below-text{margin:0}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.scuf-dropdown-wrapper.unitType.disabled .ui.disabled.dropdown{border-radius:.4rem!important}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.single-input.co2EmissionFactor.disabled input.input-box{background:#a0a0a0;border-radius:.4rem;color:#101010!important;height:2.5rem;width:9.938rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .Country input.input-box,html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails .ui.single-input.co2EmissionFactor input.input-box{border-radius:.4rem;height:2.5rem;width:9.938rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .manualInputDetails div.ui.input-label .input-label-message{font-size:.875rem;font-weight:500;letter-spacing:0;line-height:1.375rem;text-align:left}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .ui.scuf-dropdown-wrapper.disabled .ui.disabled.dropdown{height:2.5rem;padding-top:.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .fuel-modal-edit div{display:flex;justify-content:flex-end;margin-top:.5rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .fuel-modal-edit .ui.button.link{margin-right:2rem}html:not(.honeywell-dark-theme) .ui.modal.bulk-upload-user-modal-large .account-relative{position:relative}html:not(.honeywell-dark-theme) .custom-data-table{border:1px solid #979797;border-collapse:collapse;width:100%}html:not(.honeywell-dark-theme) .custom-data-table td,html:not(.honeywell-dark-theme) .custom-data-table th{border:1px solid #979797;padding:8px;text-align:left}html:not(.honeywell-dark-theme) .custom-data-table thead{background-color:#fff;color:#000}html:not(.honeywell-dark-theme) .custom-data-table tbody{background-color:#f7f7f7;color:#000}html:not(.honeywell-dark-theme) .errorDisplay .notificationDivBulk{display:flex;gap:.8rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body{border:0 solid #979797!important;overflow-y:scroll}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body::-webkit-scrollbar{width:.275rem!important}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body::-webkit-scrollbar-thumb{background:#a0a0a0!important;border-radius:.375rem}html:not(.honeywell-dark-theme) .errorDisplay .p-datatable-scrollable-body::-webkit-scrollbar-track{border-left:0!important}html:not(.honeywell-dark-theme) .errorDisplay .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(odd){background-color:#f0f0f0!important;border:1px solid #979797!important}html:not(.honeywell-dark-theme) .errorDisplay .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td{border:1px solid #979797!important}html:not(.honeywell-dark-theme) .errorDisplay .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr:nth-child(2n){background-color:#f0f0f0!important;border:1px solid #979797!important}html:not(.honeywell-dark-theme) .errorDisplay .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr{background:#f7f7f7!important;background-clip:padding-box}html:not(.honeywell-dark-theme) .errorDisplay .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr>th:first-child{border:1px solid #979797!important}html:not(.honeywell-dark-theme) .errorDisplay .ui.forge-datatable-wrap .p-datatable .p-datatable-thead tr>th .p-column-title{color:#000!important}html:not(.honeywell-dark-theme) .errorDisplay .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box{background:#f7f7f7!important;border:1px solid #979797!important}html.honeywell-dark-theme{--hcui-color-content:#fff}html:not(.honeywell-dark-theme){--hcui-color-content:#303030}.organisations-hierarchy-view{height:100%}.organisations-hierarchy-view .ui.button.download-file{background-color:var(--hcui-color-content-background)!important;border-color:var(--hcui-color-content-background)!important;border-radius:2px;box-shadow:none;color:var(--hcui-color-content)!important;font-weight:200;height:1.35rem;margin-right:.3125rem;padding:0 .125rem;width:1.35rem}.organisations-hierarchy-view .ui.button.download-file.active{box-shadow:none}.organisations-hierarchy-view .ui.button.download-file>.text{font-weight:600}.organisations-hierarchy-view .ui.button.download-file i.icon.chevron{font-size:1rem}.input-boxes-wrap{display:flex;justify-content:space-between;width:220px}.input-boxes-wrap input.input-box{border-radius:5px!important;height:1.5rem!important;width:6.5rem!important}.input-boxes-wrap .ui.single-input .below-text{display:none}.error-helper-wrap{align-items:center;color:#f15a4f;display:flex;font-size:.75rem;font-weight:500}.error-helper-wrap .h-icon.building.badge-info{margin-left:.5rem}.hierarchy-file-drop{height:100%}.hierarchy-file-drop .drop-section{border:1.5px dashed #d0d0d0;display:flex;flex-direction:column;flex-grow:1;height:100%;margin-bottom:1rem;min-height:350px;padding:1rem;text-align:center}.hierarchy-file-drop .drop-section .browse-file-label{color:#1792e5;cursor:pointer}.hierarchy-file-drop .drop-section .summary-actions{text-align:right}.hierarchy-file-drop .drop-section .error-wrapper{display:flex;flex-direction:column;height:100%;justify-content:center}.hierarchy-file-drop .drop-section .error-wrapper ul{text-align:left}.hierarchy-file-drop .drop-section .error-wrapper .error-report{background-color:#f15a4f;display:flex;flex-direction:row;padding:1rem}.hierarchy-file-drop .drop-section .error-wrapper .error-report .error-icon-wrapper{align-items:center;display:inline-flex;margin-right:1rem}.hierarchy-file-drop .drop-section .error-wrapper .error-report .error-text{flex-grow:1;line-height:2;text-align:left}.hierarchy-file-drop .drop-section .error-wrapper .error-report .error-list{margin:0}.hierarchy-file-drop .drop-section .status-report-container{display:inline-flex;flex-direction:column;flex-grow:1;justify-content:center;margin-top:1rem;text-align:left}.hierarchy-file-drop .drop-section .status-report-container .status-report-name{font-size:16px}.hierarchy-file-drop .drop-section .status-report-container .status-report-grid{grid-gap:2rem;display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.hierarchy-file-drop .drop-section .status-report-container .status-report-grid .status-report-field-address{white-space:pre-wrap}.hierarchy-file-drop .drop-section .status-report-container .status-report-grid .status-report-field-hierarchy-metrics{grid-column-gap:1rem;grid-gap:.5rem;display:grid;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-column:span 1;grid-template-columns:auto 1fr}.hierarchy-file-drop .drop-section .status-report-container .status-report-grid .status-report-field-hierarchy-metrics .data-metric{font-size:1rem;text-align:right}.hierarchy-file-drop .drop-section .status-report-container .status-report-upload-status{text-align:center}.hierarchy-file-drop .drop-section .status-report-container .status-report-details-link{color:#1792e5;cursor:pointer;text-align:center}html.honeywell-dark-theme{--hcui-color-content-background:#202020}html:not(.honeywell-dark-theme){--hcui-color-content-background:#f7f7f7}.ui.modal.fullscreen.fullmodal{padding:0}.ui.modal.fullscreen.fullmodal>.scrolling.content{height:calc(100% - 49px);max-height:100%}.ui.modal.fullscreen.fullmodal.with-footer>.scrolling.content{height:calc(100% - 118px)}.ui.modal.fullscreen.fullmodal>.header{height:49px;line-height:1.5em!important;padding-bottom:.75rem;padding-left:3rem!important;padding-right:1rem;padding-top:.75rem}.ui.modal.fullscreen.fullmodal>.header.no-icon{padding-left:1rem}.ui.modal.fullscreen.fullmodal>.content{padding:0 1rem 1rem}.ui.modal.fullscreen.fullmodal>.content .card-content-block{margin-bottom:2rem}.ui.modal.fullscreen.fullmodal.top-padded>.content{padding:1rem}.ui.modal.fullscreen.fullmodal>.actions{border-top:1px solid var(--hcui-color-input-border);max-height:69px;padding:1rem}.ui.modal.fullscreen.fullmodal h2{font-size:16px;font-weight:500}.ui.modal.fullscreen.fullmodal .close-icon-wrap{left:1rem;right:auto;top:.8rem}.ui.modal.fullscreen.fullmodal .close-icon-wrap .modal-close{font-size:1rem;line-height:1.375rem}.ui.modal.fullscreen.fullmodal>.header{border-bottom:1px solid var(--hcui-color-input-border)!important}.ui.modal.fullscreen.fullmodal>.header.header:not(.ui){font-size:1rem;font-weight:800}.ui.modal.fullscreen.fullmodal>.content{word-wrap:break-word;background-color:var(--hcui-color-content-background)}.ui.modal.fullscreen.fullmodal .card>.header{padding:1rem 1.5rem 0}.ui.modal.fullscreen.fullmodal .card>.meta{padding:0 1.5rem}.ui.modal.fullscreen.fullmodal .card>.content{padding:1rem 1.5rem 1.5rem}.excel-analysis-details-modal .report-field{display:inline-block;margin-bottom:1rem;margin-right:2rem}.excel-analysis-details-modal .report-field .report-field-title{display:inline-block;font-size:1.125rem;font-weight:700;margin-right:1rem}.excel-analysis-details-modal .report-field .report-field-value{display:inline-block}.excel-analysis-details-modal .changes-column{width:7.75rem}.excel-analysis-details-modal .colored-count{border-radius:50%;color:#000;display:inline-block;font-size:.75rem;height:1.5rem;line-height:2;margin-right:.25rem;text-align:center;width:1.5rem}.excel-analysis-details-modal .colored-count.creates{background-color:#7eb338}.excel-analysis-details-modal .colored-count.updates{background-color:#f5a623}.excel-analysis-details-modal .colored-count.deletes{background-color:#be271c}.organisation-panel-reupload-view{display:grid;grid-template-rows:auto 1fr;height:100%}html.honeywell-dark-theme{--separator:#3d3d3d}html:not(.honeywell-dark-theme){--separator:#e0e0e0}.customer-id-upload-view{display:flex;flex-direction:column;height:100%}.customer-id-upload-view .customer-id-input,.customer-id-upload-view .customer-id-input .input-wrap{width:100%}.customer-id-upload-view .customer-id-input .input-wrap input.input-box{height:2rem!important;width:100%!important}.customer-id-upload-view .customer-id-input .input-wrap .button-container{right:0!important}.customer-id-upload-view .sites-display-view{flex:1 1;margin-top:1rem}.customer-id-upload-view .sites-display-view .loader-display{align-items:center;display:flex;height:100%;justify-content:center}.customer-id-upload-view .sites-display-view .select-all-container .select-container-label{margin-bottom:1rem}.customer-id-upload-view .sites-display-view .select-all-container .select-message-btn-container .select-container-label{opacity:.5}.customer-id-upload-view .sites-display-view .select-all-container .select-message-btn-container .onboard-btn-wrapper{margin-bottom:2rem}.customer-id-upload-view .sites-display-view .select-all-container .select-all-view{border-bottom:1px solid var(--separator);display:flex;flex-direction:row;margin-bottom:.9rem}.customer-id-upload-view .sites-display-view .select-all-container .select-all-view .ui.checkbox{width:40%}.customer-id-upload-view .sites-display-view .select-all-container .select-all-view .ui.checkbox .select-status{margin:0 .75rem .6rem 0}.customer-id-upload-view .sites-display-view .select-all-container .select-all-view .select-status{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;line-height:1rem;width:26%}.customer-id-upload-view .sites-display-view .select-all-container .select-all-view .button-content{font-size:10px}.customer-id-upload-view .sites-display-view .select-all-container .select-all-view .button{flex:1 1;margin-top:-7px}.customer-id-upload-view .sites-display-view .select-all-container .select-sites-view{display:flex;flex-direction:column}.customer-id-upload-view .sites-display-view .select-all-container .select-sites-row{align-items:center;border-bottom:1px solid var(--separator);display:flex;flex-direction:row;margin-bottom:.5rem}.customer-id-upload-view .sites-display-view .select-all-container .select-sites-row .site-label-info{display:flex;flex-direction:column;width:45%}.customer-id-upload-view .sites-display-view .select-all-container .select-sites-row .site-label-info .sync-error-label{color:#f15a4f;display:flex;font-size:.65rem;font-style:normal;font-weight:500;margin-left:1rem}.customer-id-upload-view .sites-display-view .select-all-container .select-sites-row .ui.checkbox{width:40%}.customer-id-upload-view .sites-display-view .select-all-container .select-sites-row .h-icon:not(.common):before{background:#ee121c;border-radius:50%;color:#111010;font-size:1.2rem}.customer-id-upload-view .sites-display-view .select-all-container .select-sites-row .h-icon:not(.building):before{background:#03c343;border-radius:50%;color:#000;font-size:1.2rem;font-weight:500}.customer-id-upload-view .sites-display-view .select-all-container .select-sites-row .sites-status{color:#a0a0a0;font-size:.8rem;margin-top:-3px;width:30%}.customer-id-upload-view .sites-display-view .select-all-container button.retry-btn .button-content{align-items:center;display:flex}.subscribed-services .subscribed-section{position:relative}.subscribed-services .subscribed-section .subscribed-form-title{align-items:center;display:flex;font-size:14px;font-weight:400;line-height:20px;margin-bottom:5px}.subscribed-services .subscribed-section .subscribed-form-title .error{background-color:#f15a4f;border-radius:50%;height:8px;margin-left:6px;width:8px}.subscribed-services .subscribed-section .subscribed-input{margin-bottom:16px;width:100%}.subscribed-services .subscribed-section .subscribed-input .input-wrap{width:100%!important}.subscribed-services .subscribed-section .subscribed-input .input-wrap .input-box{color:#ffffffe6;font-size:14px;font-weight:400;opacity:.6;width:100%!important}.subscribed-services .subscribed-section .error-msg{bottom:25px;color:#f15a4f;position:absolute}.subscribed-services .subscribed-section .mt-10{margin-top:10px}.subscribed-services .subscribed-section .submit-subscription{display:flex;justify-content:flex-end}.subscribed-services .subscribed-section .submit-subscription .submit-btn{color:#fff!important}.subscribed-services .services-section .services-list-table{background-color:#252525;border:none!important;margin:1.5rem 0 0!important;padding:0}.subscribed-services .services-section .services-list-table thead tr>th:last-child{text-align:right}.subscribed-services .services-section .services-list-table thead tr>th{color:#f7f7f7!important;font-size:16px!important;font-weight:700!important;text-transform:capitalize!important}.subscribed-services .services-section .services-list-table tbody tr{background-color:#303030!important}.subscribed-services .services-section .services-list-table tbody tr>td:last-child{text-align:right}.subscribed-services .services-section .services-list-table tbody{position:relative}.subscribed-services .services-section .services-list-table tbody .services-loader{top:50px}.subscribed-services .services-section .services-list-table tbody .services-loader .color-overlay{background:#0000}.subscribed-services .services-section .services-list-table .service-details{align-items:center;display:flex}.subscribed-services .services-section .services-list-table .service-details .service-title{font-size:14px;font-weight:400;line-height:20px;margin-bottom:0}.subscribed-services .services-section .services-list-table .service-details .title-tooltip-icon{padding:4px 0 0 4px}.subscribed-services .services-section .services-list-table .services-description{color:#fffc;font-size:12px;font-weight:700;letter-spacing:.428571px;opacity:.6;text-align:right}.subscribed-services .services-section .services-list-table .date-cell{display:flex;justify-content:flex-end}.subscribed-services .services-section .services-list-table .expires-text{background-color:#f15a4f;border-radius:4px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;padding:6px;text-align:right;width:-webkit-max-content;width:max-content}.subscribed-services .service-notification{position:absolute;right:0;top:-60px}.subscribed-services .service-notification .close-wrapper .h-icon{color:#fff!important;font-size:22px!important}.subscribed-services .unlink-icon{cursor:pointer}.subscribed-services .unlink-icon path{fill:var(--hcui-color-chrome-text)!important}html.honeywell-dark-theme{--font-color:silver;--drag-drop-font-color:#e0e0e0;--while-black-font-color:#fff;--hcui-color-input-border:#707070;--active-border:#45a7ea;--info-color:#606060;--dropping-background-color:#10659f;--drag-drop-error-message-color:#f15a4f}html:not(.honeywell-dark-theme){--font-color:#606060;--drag-drop-font-color:#606060;--while-black-font-color:#000;--hcui-color-input-border:#d0d0d0;--active-border:#45a7ea;--info-color:#606060;--dropping-background-color:#10659f;--drag-drop-error-message-color:#f15a4f}.image-upload-view{height:100%}.image-upload-view .title-txt{color:var(--font-color);font-size:.875em;font-weight:800;letter-spacing:.5px}.image-upload-view .drop-section{align-items:center;border:1.5px dashed var(--hcui-color-input-border);display:flex;flex-direction:column;gap:1em;height:55%;justify-content:center;margin-top:.5em}.image-upload-view .drop-section.active{border:1.5px dashed var(--active-border)}.image-upload-view .drop-section.error{border:1.5px dashed var(--drag-drop-error-message-color)}.image-upload-view .drop-section.dropping{background-color:var(--dropping-background-color);border:1.5px dashed var(--active-border)}.image-upload-view .drop-section .drag-drop-txt{color:var(--drag-drop-font-color);font-size:1em;font-weight:500}.image-upload-view .drop-section .img-info{color:var(--info-color);font-size:.75em;font-style:normal;font-weight:500}.image-upload-view .drop-section .or-text{color:var(--while-black-font-color);font-size:.875em;font-weight:500}.image-upload-view .drop-section .file-upload-input-box{border:1px solid var(--hcui-color-input-border);border-radius:5px;cursor:pointer;margin-bottom:5px;padding:5px 1.5em}.image-upload-view .drop-section .file-upload-input-box .browse-file-label{font-size:.875em;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.image-upload-view .drop-section .file-name-txt{align-items:center;color:var(--drag-drop-font-color);display:flex;font-size:1em;font-weight:500;gap:1em}.image-upload-view .drop-section .file-name-txt .delete-icon{cursor:pointer}.image-upload-view .drop-section .error-text{color:var(--drag-drop-error-message-color);font-size:.75rem;font-weight:700;text-align:center}.image-upload-view .img-preview{height:37%;margin-top:2em}.image-upload-view .img-preview .img-preview-header{display:flex;gap:.5em}.image-upload-view .img-preview .img-preview-header .preview-txt{color:var(--drag-drop-font-color);cursor:pointer;font-size:1em;font-weight:700;letter-spacing:.5px}.image-upload-view .img-preview .img-preview-header .tooltip-wrapper{width:10%}.image-upload-view .img-preview .img-preview-container{display:flex;height:50%;margin-top:.5em;width:100%}.image-upload-view .img-preview .img-preview-container .img-preview-wrapper{align-items:center;background-color:#000;border:1.5px dashed var(--hcui-color-input-border);display:flex;height:100%;justify-content:center;overflow:hidden;padding:1em;width:90%}.image-upload-view .img-preview .img-preview-container .img-preview-delete-icon{align-items:center;display:flex;height:100%;justify-content:center;width:10%}.image-upload-view .img-preview .img-preview-container .img-preview-delete-icon .delete-icon.active{opacity:1}.image-upload-view .img-preview .img-preview-container .img-preview-delete-icon .delete-icon.in-active{opacity:.5}.image-upload-view .img-preview .img-preview-container.preview-container{height:70%}.image-upload-view .img-preview .img-preview-container.preview-container .img-preview-wrapper{padding:0;width:40%}.image-upload-view .img-preview .img-preview-container.preview-container .img-preview-wrapper .img-preview-box{height:100%;object-fit:fill;width:100%}@media screen and (min-width:1152px)and (max-width:1728px){.image-upload-view .drop-section{height:85%}}@media screen and (min-width:1536px)and (max-width:1920px){.image-upload-view .drop-section{height:65%}}@media screen and (min-width:1920px){.image-upload-view .drop-section{height:55%}}.gateway-main-section{background-color:var(--panel-secondary);flex-grow:1;height:calc(100% - 46px)}.gateway-main-section .add-gateway-btn{display:flex;justify-content:flex-end;padding:1rem}.gateway-main-section .gateway-btn{padding-left:1rem!important;padding-right:1rem!important}.gateway-main-section .gateway-add-section{padding:1rem;position:relative}.gateway-main-section .gateway-add-section .gateway-input{margin-top:16px;width:100%}.gateway-main-section .gateway-add-section .gateway-input .input-wrap{width:100%!important}.gateway-main-section .gateway-add-section .gateway-input .input-wrap .input-box{color:#ffffffe6;font-size:14px;font-weight:400;opacity:.6;width:100%!important}.gateway-main-section .gateway-add-section .submit-gateway{display:flex;justify-content:flex-end;margin-top:16px}.gateway-main-section .gateway-add-section .submit-gateway .content-color{color:#fff!important}.gateway-main-section .gateway-add-section .gateway-error-msg{color:#f15a4f;margin:0;position:relative}.gateway-list-table{height:80%}.gateway-list-table .no-of-gateway{padding:0 0 .625rem 1rem}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .p-treetable-tbody>tr>td{padding:.2625rem .2625rem .2625rem 1rem}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .p-treetable-tbody>tr>td.gateway-data{padding-left:1rem}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .p-treetable-tbody>tr>td.gateway-data-adjust{padding-right:.625rem}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .p-treetable-thead>tr>th{background-color:#303030!important;font-size:16px!important;padding:.8625rem .4625rem .8625rem 1rem!important}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .p-treetable-thead>tr>th .p-column-title{color:#f7f7f7!important;font-size:.85rem!important;text-transform:none!important}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .p-treetable-thead>tr>th.gateway-data{padding-left:1rem!important}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .p-treetable-thead>tr>th.gateway-data-adjust{padding-right:.625rem!important}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .p-treetable-thead>tr>th:after{background:none}.gateway-list-table .split-panel-util .table-partition .p-treetable-tablewrapper .gateway-data{width:14rem!important}.gateway-list-table .shine{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#252525 8%,#393939 18%,#202020 33%);background-size:800px 104px;height:100%;position:relative}@keyframes shimmer{0%{background-position:-800px 0}to{background-position:800px 0}}.gateway-list-table .shimmer{height:2rem;width:100%}.gateway-list-table .sync-error svg{padding-top:1px}.gateway-list-table .sync-error span{padding-left:2px}.organisations-list-view{height:100%}#landing-page-iframe-id html{background-color:red}.hierarchy-builder-page{display:flex;flex-direction:row;height:100%}.hierarchy-builder-page thead{display:none}.hierarchy-builder-page .split-panel-util .table-partition .p-treetable-tablewrapper{background-color:#2a2a2a}.hierarchy-builder-page .split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody>tr{background-color:initial;border-bottom:none}.hierarchy-builder-page .split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody>tr:focus,.hierarchy-builder-page .split-panel-util .table-partition .p-treetable.p-component .p-treetable-tbody>tr:hover{background-color:initial}.hierarchy-builder-page .hb-table{width:100%!important}.hierarchy-builder-page .hb-table tr>td.action-column{min-width:9rem;padding-left:0!important;white-space:nowrap;width:9rem}.hierarchy-builder-page .hb-table .flex-vertically-centered,.hierarchy-builder-page .hb-table .table-cell-renderer-wrapper{align-items:center;display:inline-flex;width:100%}.hierarchy-builder-page .hb-table .remove-right-pad{padding-right:0!important}.hierarchy-builder-page .hb-table .flex-expanding-column{flex-grow:1}.hierarchy-builder-page .hb-table .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler{display:inline-flex}.hierarchy-builder-page .hb-table .dashed-rule{border:0;border-bottom:2px dashed #3c3c3c;display:inline-block;flex-grow:1;height:0;visibility:hidden}.hierarchy-builder-page .hb-table .action-button{cursor:pointer;margin-left:1rem;visibility:hidden}.hierarchy-builder-page .hb-table .action-button:hover{color:#fff}.hierarchy-builder-page .hb-table .action-button.disabled,.hierarchy-builder-page .hb-table .action-button.disabled:hover{color:#909090}.hierarchy-builder-page .hb-table .action-button.fix-ellipse{align-items:center;display:inline-flex;height:24px;justify-content:center;width:24px}.hierarchy-builder-page .hb-table .action-button.fix-ellipse:before{font-size:2.25rem}.hierarchy-builder-page .hb-table tr:hover .action-button,.hierarchy-builder-page .hb-table tr:hover .dashed-rule{visibility:visible}.hierarchy-builder-page .drop-zone{align-items:center;border:2px dashed gray;display:flex;flex-grow:1;height:100%;justify-content:center;margin-left:1rem}.hierarchy-builder-page .node-cell{align-items:center;background-color:#363636;border:2px solid #4e4e4e;display:inline-flex;line-height:1rem;min-width:16rem;padding:.75rem}.hierarchy-builder-page .node-cell .node-icon-wrapper{display:flex;margin-right:.5rem}.hierarchy-builder-page .node-cell:hover{border:2px solid gray}.hierarchy-builder-page .node-cell.selected-node{border:2px solid #1792e5}.hierarchy-builder-page .node-cell .drag-icon-wrapper{cursor:grab;display:flex;justify-content:center;margin-right:1rem}.hierarchy-builder-page .node-cell .drag-icon-wrapper .drag-handle-icon{height:1rem;pointer-events:none;width:10px}.hierarchy-builder-page .node-cell .vertical-divider{border:0;border-left:1px solid #606060;display:inline-block;height:1rem;margin:0 1rem 0 0;width:1px}.bmsp-context-menu{background-color:#2a2a2a;border:2px solid #4e4e4e;display:inline-flex;flex-direction:column;z-index:1000}.bmsp-context-menu hr{border:1px solid #4e4e4e;margin:.25rem .5rem}.bmsp-context-menu .context-menu-item{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;outline:none;padding:.5rem}.bmsp-context-menu .context-menu-item[disabled]{color:#909090}.template-create-view{padding-bottom:.625rem}.template-create-view .template-list-table.ui.table{display:block;margin-left:.625rem;margin-right:.625rem;overflow-x:auto;width:auto}.template-create-view .template-list-table.ui.striped.table tbody tr{background-color:var(--hcui-color-content-background)}.template-create-view .template-table-body{height:calc(100% - 118px)}.template-create-view .template-list-table.ui.table thead th,.template-create-view .template-list-table.ui.table tr td{padding:.75rem}.template-create-view .table-header{width:5.625rem!important}.template-create-view .below-text{min-height:0!important}.template-create-view .sticky-first-column{background-color:var(--hcui-color-content-background);left:0;position:-webkit-sticky;position:sticky;z-index:5}.template-create-view .template-input{width:100%!important}.template-create-view .template-input .input-box{width:5.625rem!important}.template-create-view .view-template-control{max-width:-webkit-max-content!important;max-width:max-content!important;min-width:100%!important}.template-create-view .view-template-control .input-box{width:5.625rem!important}.template-create-view .propertyName{min-width:7.4rem!important;word-break:break-word}.template-create-view .template-actions{float:right;padding-bottom:.625rem;padding-right:.625rem}.template-create-view .template-metadata{padding-bottom:.5rem;padding-top:.5rem}.template-create-view .template-metadata.template-heading .metadata-input{padding-right:1rem}.template-create-view .template-metadata.template-heading .metadata-input .input-box{line-height:1.375rem;width:13.5rem}.template-create-view .template-metadata.template-heading .metadata-input .input-label-message{font-weight:700}.template-create-view .custom-border .input-box,.template-create-view .custom-border>.ui.selection.dropdown{border:.0625rem solid #f15a4f!important}.template-create-view ::-webkit-scrollbar{height:5px}.template-list-view{padding:.5rem}.template-list-view .template-heading{border-top-left-radius:.4rem;border-top-right-radius:.4rem;display:flex;margin:.625rem!important}.template-list-view .template-heading .ui.scuf-dropdown-wrapper.user-list-org-selector{padding-right:1rem;width:14.5rem}.template-list-view .template-heading .ui.scuf-dropdown-wrapper.user-list-org-selector .text{max-width:calc(100% - .5rem)!important}.template-list-view .template-heading .ui.dropdown>i.icon:after,.template-list-view .template-heading .ui.dropdown>i.icon:before{left:95%}.template-list-view .select-template{display:flow-root}.template-list-view .select-template .createTemplate{float:right;margin:.625rem!important}.template-list-view .select-template .temlpate-title{float:left;font-size:1.25rem;margin:.625rem!important}html.honeywell-dark-theme .sku-notification-container{max-height:90vh;overflow:hidden;position:absolute;right:1.3rem;top:0;z-index:1}html.honeywell-dark-theme .sku-list-view-content div.ui.pointing.secondary.ui.scuf-tab.menu .item{text-transform:capitalize;white-space:pre}html.honeywell-dark-theme .sku-list-view-content .popup-pointer .popup-disbaled{cursor:not-allowed}html.honeywell-dark-theme .sku-list-view-content .display-label:not(.disabled){color:#45a7ea;cursor:pointer}html.honeywell-dark-theme .sku-list-view-content .ui.forge-datatable-wrap .p-datatable .p-datatable-header{display:none}html.honeywell-dark-theme .sku-list-view-content .subscription-heading{background:#303030;border-top-left-radius:.4rem;border-top-right-radius:.4rem;display:flex;justify-content:space-between}html.honeywell-dark-theme .sku-list-view-content .subscription-heading .popup-pointer{padding:1rem 1.5rem}html.honeywell-dark-theme .sku-list-view-content .manage-sites .split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th{background-color:#303030!important}html.honeywell-dark-theme .sku-list-view-content .subscription-desc-data{display:inline-block;overflow:hidden;position:relative;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;width:14rem}html:not(.honeywell-dark-theme) .sku-notification-container{max-height:90vh;overflow:hidden;position:absolute;right:1.3rem;top:0;z-index:1}html:not(.honeywell-dark-theme) .sku-list-view-content div.ui.pointing.secondary.ui.scuf-tab.menu .item{text-transform:capitalize;white-space:pre}html:not(.honeywell-dark-theme) .sku-list-view-content .popup-pointer .popup-disbaled{cursor:not-allowed}html:not(.honeywell-dark-theme) .sku-list-view-content .display-label:not(.disabled){color:#1274b7;cursor:pointer}html:not(.honeywell-dark-theme) .sku-list-view-content .ui.forge-datatable-wrap .p-datatable .p-datatable-header{display:none}html:not(.honeywell-dark-theme) .sku-list-view-content .subscription-heading{background:#fff;border-top-left-radius:.4rem;border-top-right-radius:.4rem;display:flex;justify-content:space-between}html:not(.honeywell-dark-theme) .sku-list-view-content .subscription-heading .popup-pointer{padding:1rem 1.5rem}html:not(.honeywell-dark-theme) .sku-list-view-content .manage-sites .split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th{background-color:#fff!important}html:not(.honeywell-dark-theme) .sku-list-view-content .subscription-desc-data{display:inline-block;overflow:hidden;position:relative;text-overflow:ellipsis;vertical-align:top;white-space:nowrap;width:14rem}html.honeywell-dark-theme{--custom-disabled-input:#505050}html:not(.honeywell-dark-theme){--custom-disabled-input:#a0a0a0}.fill-partner-details-modal{display:flex;flex-direction:column;padding:.5rem 1rem}.fill-partner-details-modal .inputBox{margin-top:1rem;width:100%}.fill-partner-details-modal .inputBox .input-wrap{width:100%}.fill-partner-details-modal .inputBox .input-wrap,.fill-partner-details-modal .inputBox .input-wrap .input-box{background-color:var(--hcui-color-input-disabled)!important}.fill-partner-details-modal .inputBox .input-wrap input{border-radius:.4rem!important;width:100%!important}.fill-partner-details-modal .others-content{color:var(--hcui-color-text-medium-contrast)!important;display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem}.fill-partner-details-modal .others-content .link{color:var(--hcui-color-text-medium-contrast)!important;font-size:.75rem!important;text-decoration:underline!important}.fill-partner-details-modal{margin-bottom:2rem}.custom-table.ui.table tr:first-child td{padding-top:1.5rem!important}.custom-table.ui.table tr:last-child td{padding-bottom:1.5rem!important}.custom-heading-width{width:10.5rem!important}.custom-table.ui.table tr td{line-height:.75rem!important}.custom-table{border:none!important}.custom-table-row{background-color:var(--hcui-color-content-background)!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif}#root .fill-partner-details-modal .ui.single-input .input-box{background-color:var(--custom-disabled-input)!important}html.honeywell-dark-theme .ui.modal.unlink-modal.active{border-radius:.25rem!important}html.honeywell-dark-theme .ui.modal.unlink-modal.active .content{display:flex}html.honeywell-dark-theme .ui.modal.unlink-modal.active .desc{padding-left:1rem}html.honeywell-dark-theme .ui.modal.unlink-modal.active .actions button{border-radius:.25rem}html.honeywell-dark-theme .manage-sites{height:100%}html.honeywell-dark-theme .manage-sites .ui.dropdown>i.icon:after,html.honeywell-dark-theme .manage-sites .ui.dropdown>i.icon:before{left:95%}html.honeywell-dark-theme .manage-sites .below-text{margin:.125rem 0;min-height:1.25rem}html.honeywell-dark-theme .manage-sites .status-icon{display:inline-block}html.honeywell-dark-theme .manage-sites .site-list-header-bar{padding:1rem}html.honeywell-dark-theme .manage-sites .site-list-header-bar .site-header-buttons{float:right;padding-top:1rem}html.honeywell-dark-theme .manage-sites .site-list-header-bar .site-header-buttons button{border-radius:.25rem!important}html.honeywell-dark-theme .manage-sites .site-list-header-bar .search-site{background-color:var(--panel-secondary)!important;padding-top:.5rem;width:100%!important}html.honeywell-dark-theme .manage-sites .site-list-header-bar .search-site .prompt{background-color:var(--panel-secondary)!important;border-radius:.25rem!important;padding-left:2.25rem!important;width:100%}html.honeywell-dark-theme .manage-sites .site-list-header-bar .search-site.loading .search{animation:button-spin .6s linear;animation-iteration-count:infinite;background:#0000!important;border-color:#fff #0000 #0000!important;border-radius:500rem;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px #0000!important;content:"";display:inline!important;height:1.28571429em;left:90%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap.error .ui.search.ui-search+.search-icon{border-left:none!important}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap{height:55px;width:100%}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .ui.focus.search.ui-search+{background:#0000}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .ui.focus.search.ui-search+.search-icon{background:#0000!important;color:var(--hcui-color-chrome-text)!important}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .ui.active.visible.focus.search.ui.search .ui.icon.input .search.icon,html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .ui.focus.search.ui.search .ui.icon.input .search.icon{background:#0000!important;border-radius:500rem!important}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .close-icon{right:.75em!important;top:.85em!important}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .search-icon{background:#0000;color:var(--hcui-color-secondary)!important;margin-top:.5rem!important;pointer-events:none;right:auto!important;transform:rotateY(180deg)}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .results.transition.visible{border-radius:.25rem;margin-top:.5rem!important;width:100%!important}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .results.transition.visible .result{height:1.875rem;margin-bottom:.25rem!important;padding-bottom:0!important}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.search-wrap .input{background-color:var(--panel-secondary)!important;border-radius:.25rem;width:100%}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.single-input .input-wrap{width:100%}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.single-input .input-wrap .input-box{background-color:var(--panel-secondary)!important;border-radius:.25rem;width:100%}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector{width:100%}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .ui.selection.dropdown{border-radius:.25rem!important;min-height:.625rem}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .ui.active.visible.selection.dropdown .visible.menu.transition{border:.063rem solid #707070!important;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top-left-radius:0;border-top-right-radius:0;margin-top:.0625rem}html.honeywell-dark-theme .manage-sites .site-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .text{max-width:calc(100% - .5rem)!important}html.honeywell-dark-theme .manage-sites .site-list-detail .split-panel-util{height:calc(100% - 3.9rem)}html.honeywell-dark-theme .manage-sites .site-list-detail,html.honeywell-dark-theme .manage-sites .site-list-detail .forge-datatable-wrap,html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable,html.honeywell-dark-theme .manage-sites .site-list-detail .split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable-wrapper,html.honeywell-dark-theme .manage-sites .site-list-detail .table-partition{height:100%}html.honeywell-dark-theme .manage-sites .site-list-detail .site-header{display:flow-root;padding:1rem}html.honeywell-dark-theme .manage-sites .site-list-detail .associated-site-count{display:inline;float:left;font-size:.75rem}html.honeywell-dark-theme .manage-sites .site-list-detail .add-site{display:inline;float:right}html.honeywell-dark-theme .manage-sites .site-list-detail .add-site button{border-radius:.25rem!important}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-thead{height:2.5rem}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-thead th{border:0!important}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-thead th .p-column-title{color:var(--hcui-color-chrome-text)!important;font-size:.875rem!important;text-transform:capitalize!important}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-thead th:after{display:none}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-thead tr{background-color:var(--panel-primary)!important}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-tbody tr{background-color:var(--panel-secondary)!important;border:none!important}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-tbody tr>td{color:var(--hcui-color-chrome-text)!important}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-tbody .skuStatus{color:#45a7ea;cursor:pointer}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-tbody .unlink-icon{cursor:pointer}html.honeywell-dark-theme .manage-sites .site-list-detail .p-datatable-tbody .unlink-icon path{fill:var(--hcui-color-chrome-text)!important}html:not(.honeywell-dark-theme) .ui.modal.unlink-modal.active{border-radius:.25rem!important}html:not(.honeywell-dark-theme) .ui.modal.unlink-modal.active .content{display:flex}html:not(.honeywell-dark-theme) .ui.modal.unlink-modal.active .desc{padding-left:1rem}html:not(.honeywell-dark-theme) .ui.modal.unlink-modal.active .actions button{border-radius:.25rem}html:not(.honeywell-dark-theme) .manage-sites{height:100%}html:not(.honeywell-dark-theme) .manage-sites .ui.dropdown>i.icon:after,html:not(.honeywell-dark-theme) .manage-sites .ui.dropdown>i.icon:before{left:95%}html:not(.honeywell-dark-theme) .manage-sites .below-text{margin:.125rem 0;min-height:1.25rem}html:not(.honeywell-dark-theme) .manage-sites .status-icon{display:inline-block}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar{padding:1rem}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .site-header-buttons{float:right;padding-top:1rem}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .site-header-buttons button{border-radius:.25rem!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .search-site{background-color:var(--panel-secondary)!important;padding-top:.5rem;width:100%!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .search-site .prompt{background-color:var(--panel-secondary)!important;border-radius:.25rem!important;padding-left:2.25rem!important;width:100%}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .search-site.loading .search{animation:button-spin .6s linear;animation-iteration-count:infinite;background:#0000!important;border-color:#fff #0000 #0000!important;border-radius:500rem;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px #0000!important;content:"";display:inline!important;height:1.28571429em;left:90%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap.error .ui.search.ui-search+.search-icon{border-left:none!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap{height:55px;width:100%}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .ui.focus.search.ui-search+{background:#0000}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .ui.focus.search.ui-search+.search-icon{background:#0000!important;color:var(--hcui-color-chrome-text)!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .ui.active.visible.focus.search.ui.search .ui.icon.input .search.icon,html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .ui.focus.search.ui.search .ui.icon.input .search.icon{background:#0000!important;border-radius:500rem!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .close-icon{right:.75em!important;top:.85em!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .search-icon{background:#0000;color:var(--hcui-color-secondary)!important;margin-top:.5rem!important;pointer-events:none;right:auto!important;transform:rotateY(180deg)}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .results.transition.visible{border-radius:.25rem;margin-top:.5rem!important;width:100%!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .results.transition.visible .result{height:1.875rem;margin-bottom:.25rem!important;padding-bottom:0!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.search-wrap .input{background-color:var(--panel-secondary)!important;border-radius:.25rem;width:100%}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.single-input .input-wrap{width:100%}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.single-input .input-wrap .input-box{background-color:var(--panel-secondary)!important;border-radius:.25rem;width:100%}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector{width:100%}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .ui.selection.dropdown{border-radius:.25rem!important;min-height:.625rem}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .ui.active.visible.selection.dropdown .visible.menu.transition{border:.063rem solid #707070!important;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;border-top-left-radius:0;border-top-right-radius:0;margin-top:.0625rem}html:not(.honeywell-dark-theme) .manage-sites .site-list-header-bar .ui.scuf-dropdown-wrapper.user-list-org-selector .text{max-width:calc(100% - .5rem)!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .split-panel-util{height:calc(100% - 3.9rem)}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail,html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .forge-datatable-wrap,html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable,html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .split-panel-util .table-partition .ui.forge-datatable-wrap .p-datatable-wrapper,html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .table-partition{height:100%}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .site-header{display:flow-root;padding:1rem}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .associated-site-count{display:inline;float:left;font-size:.75rem}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .add-site{display:inline;float:right}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .add-site button{border-radius:.25rem!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-thead{height:2.5rem}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-thead th{border:0!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-thead th .p-column-title{color:var(--hcui-color-chrome-text)!important;font-size:.875rem!important;text-transform:capitalize!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-thead th:after{display:none}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-thead tr{background-color:var(--panel-primary)!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-tbody tr{background-color:var(--panel-secondary)!important;border:none!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-tbody tr>td{color:var(--hcui-color-chrome-text)!important}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-tbody .skuStatus{color:#45a7ea;cursor:pointer}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-tbody .unlink-icon{cursor:pointer}html:not(.honeywell-dark-theme) .manage-sites .site-list-detail .p-datatable-tbody .unlink-icon path{fill:var(--hcui-color-chrome-text)!important}.ui.modal.warning-modal.active{border-radius:.25rem!important}.ui.modal.warning-modal.active .content{display:flex}.ui.modal.warning-modal.active .desc{padding-left:1rem}.ui.modal.warning-modal.active .actions button{border-radius:.25rem}.partner-modal-content .panel-content-main-section{padding:0!important}html.honeywell-dark-theme{--hcui-color-chrome-text:#fff}html.honeywell-dark-theme .stat-column-popup{box-shadow:none!important;max-width:19.75rem!important;top:-1.875rem!important;width:19.75rem!important}html.honeywell-dark-theme .stat-column-popup .stat-column-popup.ui.popup.menu{z-index:9999}html.honeywell-dark-theme .stat-column-popup .popup-header{color:var(--hcui-color-chrome-text)!important;font-size:.75rem!important;font-weight:500!important}html.honeywell-dark-theme .stat-column-popup .popup-header .close-icon{cursor:pointer}html.honeywell-dark-theme .stat-column-popup .stat-column-desc{color:#707070;font-size:.6875rem!important;line-height:1rem!important}html.honeywell-dark-theme .stat-column-popup .column-filter-container{display:flex;flex-direction:column}html.honeywell-dark-theme .stat-column-popup .column-filter-container .filter-header{color:#a0a0a0;font-size:.75rem;font-weight:700;height:.9375rem;line-height:.9375rem;margin-bottom:1rem}html.honeywell-dark-theme .stat-column-popup .column-filter-container .stat-column-content{display:flex;flex-direction:column;overflow-x:auto}html.honeywell-dark-theme .stat-column-popup .column-filter-container .stat-column-content .filter-with-image{align-items:flex-start;display:flex}html.honeywell-dark-theme .stat-column-popup .column-filter-container .stat-column-content .filter-with-image img{margin-right:8px;max-width:16px}html.honeywell-dark-theme .stat-column-popup .column-filter-container .stat-column-content::-webkit-scrollbar{width:.4375rem!important}html.honeywell-dark-theme .stat-column-popup .column-filter-container .stat-column-content::-webkit-scrollbar-thumb{border-radius:.375rem}html.honeywell-dark-theme .stat-column-popup .column-filter-container .stat-column-content::-webkit-scrollbar-track{border-left:0!important}html.honeywell-dark-theme .stat-column-popup .column-filter-container .stat-column-content>div{display:flex;flex-direction:column}html.honeywell-dark-theme .stat-column-popup .column-filter-container .apply-change-stat-column{display:flex;justify-content:center;padding-top:.625rem}html.honeywell-dark-theme .stat-column-popup .column-filter-container .apply-change-stat-column .ui.button.small{background-color:var(--hcui-color-primary);border:none;border-radius:1.875rem;font-size:.75rem;height:1.875rem}html.honeywell-dark-theme .stat-column-popup .column-filter-container .apply-change-stat-column .ui.button.small .button-content{color:var(--hcui-color-chrome-text);text-transform:uppercase}html.honeywell-dark-theme .stat-column-popup .column-filter-container .column-size-reached .ui.checkbox:not(.checked){opacity:.5;pointer-events:none}html:not(.honeywell-dark-theme){--hcui-color-chrome-text:#303030}html:not(.honeywell-dark-theme) .stat-column-popup{box-shadow:none!important;max-width:19.75rem!important;top:-1.875rem!important;width:19.75rem!important}html:not(.honeywell-dark-theme) .stat-column-popup .stat-column-popup.ui.popup.menu{z-index:9999}html:not(.honeywell-dark-theme) .stat-column-popup .popup-header{color:var(--hcui-color-chrome-text)!important;font-size:.75rem!important;font-weight:500!important}html:not(.honeywell-dark-theme) .stat-column-popup .popup-header .close-icon{cursor:pointer}html:not(.honeywell-dark-theme) .stat-column-popup .stat-column-desc{color:#707070;font-size:.6875rem!important;line-height:1rem!important}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container{display:flex;flex-direction:column}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .filter-header{color:#a0a0a0;font-size:.75rem;font-weight:700;height:.9375rem;line-height:.9375rem;margin-bottom:1rem}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .stat-column-content{display:flex;flex-direction:column;overflow-x:auto}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .stat-column-content .filter-with-image{align-items:flex-start;display:flex}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .stat-column-content .filter-with-image img{margin-right:8px;max-width:16px}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .stat-column-content::-webkit-scrollbar{width:.4375rem!important}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .stat-column-content::-webkit-scrollbar-thumb{border-radius:.375rem}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .stat-column-content::-webkit-scrollbar-track{border-left:0!important}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .stat-column-content>div{display:flex;flex-direction:column}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .apply-change-stat-column{display:flex;justify-content:center;padding-top:.625rem}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .apply-change-stat-column .ui.button.small{background-color:var(--hcui-color-primary);border:none;border-radius:1.875rem;font-size:.75rem;height:1.875rem}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .apply-change-stat-column .ui.button.small .button-content{color:var(--hcui-color-chrome-text);text-transform:uppercase}html:not(.honeywell-dark-theme) .stat-column-popup .column-filter-container .column-size-reached .ui.checkbox:not(.checked){opacity:.5;pointer-events:none}#gateway-management-iframe-id html{background-color:red}.gateway-org-list-selector{margin:18px 0 0 36px}.gateway-loader-cls{align-items:center;display:flex;height:100vh;justify-content:center;position:relative}.data-fabric-widget,.no-access-container{height:100%}.no-access-content{margin-left:auto;margin-right:auto;padding:10px;position:relative;text-align:center;top:50%;transform:translateY(-50%);width:80%}.no-access-content h1{padding-bottom:18px}.new-subscription-container{padding:0}.user-management-container{height:100%;width:100%}.iframe-component-container{position:relative}.iframe-component-container iframe{border:none}.new-organization-container{height:100%;width:100%}.h-support-page{padding:20px}.h-support-page,.h-support-page p{padding-top:1rem!important}.h-support-page h2{font-size:20px}.h-support-btn{border-radius:5px!important;font-weight:700!important;margin-top:1rem!important;text-transform:inherit!important}.support-email{color:#64c3ff}.support-mail-container{align-items:center;display:flex;gap:4px}.copy-button{padding-top:16px}:root{--background-image:url(/static/media/light-background.f61e21f0bd55828ea8e8.jpg)}html.dark{--background-image:url(/static/media/dark-background.b9ed887920718595d592.jpg)}.sidebar{background:var(--main-nav-bg)!important;border-right:1px solid var(--main-nav-border)!important}.sidebar-height{height:calc(100% - 49px)}.sidebar-content-wrapper{background:url(/static/media/light-background.f61e21f0bd55828ea8e8.jpg);background:var(--background-image);background-size:100% auto;min-width:0!important;min-width:auto!important;overflow-y:auto;width:calc(100% - 228px)!important}.tooltip-menu{text-transform:capitalize}.forgeHeader-exp .ui.page-header .page-header-menu.ui.menu .main-logo.honeywell-logo{display:none!important}.forgeHeader-exp .ui.page-header .page-header-menu.ui.menu .logo-text{color:#fff!important;font-size:1rem!important;font-weight:400!important;top:1px}.forgeHeader-exp .ui.page-header .page-header-menu.ui.menu .menu-btn-item{clear:both;display:inline-block;margin-left:-2px;margin-right:20px;padding-left:1px!important;padding-right:0!important;padding-top:0!important;width:60px}.forgeHeader-exp .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon{height:48px;position:relative}.forgeHeader-exp .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon:before{background:url(/static/media/Forge.8d43c159b17013331955.svg) no-repeat center 5px;background-color:#000;content:"";display:block;height:60px;width:55px;z-index:1}.forgeHeader-exp .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon:after{background:url(/static/media/Backward_dark.8cfbb67164abd6bc8987.svg) no-repeat;content:"";display:block;height:62px;left:47.5px;margin-top:6px;position:absolute;top:10px;width:18px;z-index:100}.forgeHeaderLight-exp .ui.page-header .page-header-menu.ui.menu .main-logo.honeywell-logo{display:none!important}.forgeHeaderLight-exp .ui.page-header .page-header-menu.ui.menu .logo-text{color:#000!important;font-size:1rem!important;font-weight:400!important;top:1px}.forgeHeaderLight-exp .ui.page-header .page-header-menu.ui.menu .menu-btn-item{clear:both;display:inline-block;margin-left:-2px;margin-right:20px;padding-left:1px!important;padding-right:0!important;padding-top:0!important;width:60px}.forgeHeaderLight-exp .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon{height:48px;position:relative}.forgeHeaderLight-exp .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon:before{background:url(/static/media/Forge.8d43c159b17013331955.svg) no-repeat center 5px;background-color:#fff;content:"";display:block;height:60px;width:55px;z-index:1}.forgeHeaderLight-exp .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon:after{background:url(/static/media/Backward.a128e9326e01710f0d96.svg) no-repeat;content:"";display:block;height:62px;left:47.5px;margin-top:6px;position:absolute;top:10px;width:18px;z-index:100}.forgeHeader .ui.page-header .page-header-menu.ui.menu .main-logo.honeywell-logo{display:none!important}.forgeHeader .ui.page-header .page-header-menu.ui.menu .logo-text{color:#fff!important;font-size:1rem!important;font-weight:400!important;top:1px}.forgeHeader .ui.page-header .page-header-menu.ui.menu .menu-btn-item{clear:both;display:inline-block;margin-left:-2px;margin-right:20px;padding-left:1px!important;padding-right:0!important;padding-top:0!important;width:60px}.forgeHeader .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon{height:48px;position:relative}.forgeHeader .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon:before{background:url(/static/media/Forge.8d43c159b17013331955.svg) no-repeat center 5px;background-color:#000;content:"";display:block;height:60px;width:55px;z-index:1}.forgeHeader .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon:after{background:url(/static/media/Forword.642713351e87a8e3ff5f.svg) no-repeat;content:"";display:block;height:62px;left:47.5px;margin-top:6px;position:absolute;top:10px;width:18px;z-index:100}.forgeHeaderLight .ui.page-header .page-header-menu.ui.menu .main-logo.honeywell-logo{display:none!important}.forgeHeaderLight .ui.page-header .page-header-menu.ui.menu .logo-text{color:#000!important;font-size:1rem!important;font-weight:400!important;top:1px}.forgeHeaderLight .ui.page-header .page-header-menu.ui.menu .menu-btn-item{clear:both;display:inline-block;margin-left:-2px;margin-right:20px;padding-left:1px!important;padding-right:0!important;padding-top:0!important;width:60px}.forgeHeaderLight .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon{height:48px;position:relative}.forgeHeaderLight .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon:before{background:url(/static/media/Forge.8d43c159b17013331955.svg) no-repeat center 5px;background-color:#fff;content:"";display:block;height:60px;width:55px;z-index:1}.forgeHeaderLight .ui.page-header .page-header-menu.ui.menu .menu-btn-item .h-icon:after{background:url(/static/media/Forword1.7149504b9fc1e9e89250.svg) no-repeat;content:"";display:block;height:62px;left:47.5px;margin-top:6px;position:absolute;top:10px;width:18px;z-index:100}.sidebar-profile-icon{bottom:60px;padding:15px 15px 0 12px}.profile-icon{align-items:center;background:#303030 50%/cover no-repeat;border:.0625rem solid #606060;border-radius:1.5rem;color:#e0e0e0;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;height:2rem;justify-content:center;letter-spacing:0;line-height:1.375rem;width:2rem}.sidebar .ui.vertical.menu{display:flex!important;flex-direction:column!important}.sidebar .sidebar-routes{display:flex;flex-direction:column;flex-grow:1}.sidebar-support-icon a svg{margin-left:-3px!important}.help-support-icons{height:"24px";margin:"0 0.9rem 0 0";width:"24px"}.leftmenu-support-user{margin-bottom:69px;position:relative}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .org-list-selector .item:not(.search-item){justify-content:left}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .org-list-selector{align-self:center;border:none!important;display:flex;gap:5px;margin-right:5px}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .org-list-selector-label{align-items:center;display:flex}html.honeywell-dark-theme .org-list-selector-option{align-items:center;display:flex;gap:5px;justify-content:space-between}html.honeywell-dark-theme .org-list-selector-option._ns7lyN ._ldCKa6{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:space-between;width:100%}html.honeywell-dark-theme .org-list-selector-option .option-name{font-size:14px;font-weight:500;line-height:24px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.honeywell-dark-theme .org-list-selector-option .option-type{font-size:14px;font-weight:300;line-height:100%}html.honeywell-dark-theme .org-list-selector-label-text{align-items:flex-start;cursor:default;display:flex;flex-direction:column;font-size:14px;font-weight:500;line-height:24px;padding-left:11px}html.honeywell-dark-theme #org-select-dropdown{display:flex;flex-direction:column;gap:5px}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .org-list-selector .item:not(.search-item){justify-content:left}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .org-list-selector{align-self:center;border:none!important;display:flex;gap:5px;margin-right:5px}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .org-list-selector-label{align-items:center;display:flex}html:not(.honeywell-dark-theme) .org-list-selector-option{align-items:center;display:flex;gap:5px;justify-content:space-between}html:not(.honeywell-dark-theme) .org-list-selector-option._ns7lyN ._ldCKa6{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:space-between;width:100%}html:not(.honeywell-dark-theme) .org-list-selector-option .option-name{font-size:14px;font-weight:500;line-height:24px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html:not(.honeywell-dark-theme) .org-list-selector-option .option-type{font-size:14px;font-weight:300;line-height:100%}html:not(.honeywell-dark-theme) .org-list-selector-label-text{align-items:flex-start;cursor:default;display:flex;flex-direction:column;font-size:14px;font-weight:500;line-height:24px;padding-left:11px}html:not(.honeywell-dark-theme) #org-select-dropdown{display:flex;flex-direction:column;gap:5px}html.honeywell-dark-theme .gateway-org-cancel-btn-cls{background:#404040!important;border:1px solid #64c3ff!important;color:#64c3ff!important}html.honeywell-dark-theme .gateway-org-confirm-btn-cls{background:#64c3ff!important;border:1px solid #64c3ff!important;color:#303030!important}.gateway-org-btn-cls{border-radius:.25rem!important;font-size:.69rem!important;padding:.375rem 1.5rem!important}.gateway-org-btn-cls:hover{opacity:.8}html:not(.honeywell-dark-theme) .gateway-org-cancel-btn-cls{background:#fff!important;border:1px solid #0071b3!important;color:#005eac!important}html:not(.honeywell-dark-theme) .gateway-org-confirm-btn-cls{background:#0071b3!important;border:1px solid #0071b3!important;color:#fff!important}div.orglist{width:250px}div.orglist div[role=combobox]{border:none}div.orglist div[role=combobox] span{text-align:left}.terms-and-cond-modal{background:#0000!important;padding:0!important}.terms-and-cond-modal,.terms-and-cond-modal-content{width:-webkit-max-content!important;width:max-content!important}.terms-and-cond-modal-content{background:#272727;border-radius:.5rem!important;padding:1.5rem}.terms-and-cond-modal-content-header{font-size:1.375rem;font-weight:600;line-height:1.5;margin-bottom:.5rem}.terms-and-cond-modal-content-form-agreement{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1.375rem;margin-bottom:3px;padding-left:5px}.terms-and-cond-modal-content-form-agreement-checkbox{align-self:center;grid-column:1/2;grid-row:1/-1;margin-bottom:0!important}.terms-and-cond-modal-content-form-agreement-label{font-size:.875rem;font-weight:500;grid-column:2/-1;line-height:1.5}.terms-and-cond-modal-content-form-agreement-label.disabled{opacity:.8}.terms-and-cond-modal-content-form-agreement-label-link{color:#64c3ff;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.5}.terms-and-cond-modal-content-form-accept-button{border-radius:4px!important;margin-top:2rem!important;width:100%!important}.terms-and-cond-modal-content-form-accept-button.disabled{cursor:not-allowed!important}.terms-and-cond-modal-content-form-accept-button .button-content{font-size:.875rem;font-weight:700;letter-spacing:.5px;line-height:1.5;text-align:center;text-transform:none}.terms-and-cond-agreement-modal .scrolling.content{overflow-y:auto!important}.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;width:100%}.rc-slider-rail,.rc-slider-track{border-radius:6px;height:4px;position:absolute}.rc-slider-track{background-color:#abe2fb;left:0}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;height:14px;margin-top:-5px;position:absolute;touch-action:pan-x;width:14px}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{outline:none}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:none}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:#0000;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;margin-left:-4px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{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{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.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{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.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{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}/*!
 * # 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{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15}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:initial;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:initial}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}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;line-height:1.15}button,input{overflow:visible}[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%;white-space:normal}progress{display:inline-block}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-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}details,menu{display:block}canvas{display:inline-block}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-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:16px;min-width:320px;overflow-x:hidden;padding:0}h1,h2,h3,h4,h5{font-weight:600;line-height:1.28571429em;margin:calc(2rem - .14286em) 0 1rem;padding:0}h1{font-size:2rem;min-height:1rem}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{line-height:1.4285em;margin:0 0 1em}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:#000000de}::selection{background-color:#cce2ff;color:#000000de}input::-webkit-selection,textarea::-webkit-selection{background-color:#64646466;color:#000000de}input::selection,textarea::selection{background-color:#64646466;color:#000000de}.clr:after{clear:both;content:"";display:table}@font-face{font-family:Honeywell Sans Web;font-style:normal;font-weight:200;src:url(/static/media/HoneywellSansWeb-Light.2946f6a93cb1ae703d64.eot);src:url(/static/media/HoneywellSansWeb-Light.2946f6a93cb1ae703d64.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Light.989bc07b007a26972a9e.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Light.efb2601390986d826296.woff) format("woff"),url(/static/media/HoneywellSansWeb-Light.7223928a402e367c9a7c.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:normal;font-weight:300;src:url(/static/media/HoneywellSansWeb-Book.dd2b4cbc4ee799e1500b.eot);src:url(/static/media/HoneywellSansWeb-Book.dd2b4cbc4ee799e1500b.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Book.37c7e448ac642689d28b.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Book.0cbc1b15ff09e8f33041.woff) format("woff"),url(/static/media/HoneywellSansWeb-Book.949e5584bdb51a4846fe.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:normal;font-weight:400;src:url(/static/media/HoneywellSansWeb-Medium.c233ee8d98a8e0123e40.eot);src:url(/static/media/HoneywellSansWeb-Medium.c233ee8d98a8e0123e40.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Medium.c07dab7664054a00dddf.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Medium.b5b3ec6c27cd2c413557.woff) format("woff"),url(/static/media/HoneywellSansWeb-Medium.31888dcf1424a035dd46.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:normal;font-weight:600;src:url(/static/media/HoneywellSansWeb-Bold.b170fae121a64b9552cc.eot);src:url(/static/media/HoneywellSansWeb-Bold.b170fae121a64b9552cc.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Bold.d727655d36b1047b40ef.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Bold.dab3d9c12e74cf10c495.woff) format("woff"),url(/static/media/HoneywellSansWeb-Bold.3b1bfb9043b0c0200d35.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:bold;font-weight:600;src:url(/static/media/HoneywellSansWeb-Bold.b170fae121a64b9552cc.eot);src:url(/static/media/HoneywellSansWeb-Bold.b170fae121a64b9552cc.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Bold.d727655d36b1047b40ef.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Bold.dab3d9c12e74cf10c495.woff) format("woff"),url(/static/media/HoneywellSansWeb-Bold.3b1bfb9043b0c0200d35.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:normal;font-weight:700;src:url(/static/media/HoneywellSansWeb-Extrabold.93db4fa11b280eb79fbf.eot);src:url(/static/media/HoneywellSansWeb-Extrabold.93db4fa11b280eb79fbf.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Extrabold.841e6c13e4f88bc2dd85.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Extrabold.9c9a5e673523461784fc.woff) format("woff"),url(/static/media/HoneywellSansWeb-Extrabold.55e30de00d65c230e96a.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:normal;font-weight:800;src:url(/static/media/HoneywellSansWeb-Black.b49b0819c6ed886a5f97.eot);src:url(/static/media/HoneywellSansWeb-Black.b49b0819c6ed886a5f97.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Black.73463df0746bb3f747b2.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Black.96271d50d0d0c241b8dd.woff) format("woff"),url(/static/media/HoneywellSansWeb-Black.94849f04148322aacaeb.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:italic;font-weight:200;src:url(/static/media/HoneywellSansWeb-LightItalic.f17dbc6a39bc454b3d47.eot);src:url(/static/media/HoneywellSansWeb-LightItalic.f17dbc6a39bc454b3d47.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-LightItalic.35109f7bfbdfa54df0cc.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-LightItalic.af70aa615da352186728.woff) format("woff"),url(/static/media/HoneywellSansWeb-LightItalic.33dce613ba6c6cd250fb.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:italic;font-weight:300;src:url(/static/media/HoneywellSansWeb-BookItalic.116033589d47120f643b.eot);src:url(/static/media/HoneywellSansWeb-BookItalic.116033589d47120f643b.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BookItalic.5607fa297bd42a08d43c.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BookItalic.7276e006ded8639fd539.woff) format("woff"),url(/static/media/HoneywellSansWeb-BookItalic.964b60fff1ac003acaa3.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:italic;font-weight:400;src:url(/static/media/HoneywellSansWeb-MediumItalic.13198b08fc3ac8eb43a5.eot);src:url(/static/media/HoneywellSansWeb-MediumItalic.13198b08fc3ac8eb43a5.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-MediumItalic.24fe543c8647b354c714.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-MediumItalic.61b10c68cdd76be33157.woff) format("woff"),url(/static/media/HoneywellSansWeb-MediumItalic.089b43e559d5dc2e7d89.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:italic;font-weight:600;src:url(/static/media/HoneywellSansWeb-BoldItalic.383d00cbdf85654d86b1.eot);src:url(/static/media/HoneywellSansWeb-BoldItalic.383d00cbdf85654d86b1.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BoldItalic.680980ac103822c9f6ec.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BoldItalic.6f167f930223f4b8be4a.woff) format("woff"),url(/static/media/HoneywellSansWeb-BoldItalic.7cf3c6922b62766c9a0d.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:italic;font-weight:700;src:url(/static/media/HoneywellSansWeb-ExtraboldItalic.2c0283e8658f3c700a92.eot);src:url(/static/media/HoneywellSansWeb-ExtraboldItalic.2c0283e8658f3c700a92.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.e2bf1c687c8c7dd274cc.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.9c7c6f05eaa6565627b6.woff) format("woff"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.c51e90449971119a6947.svg) format("svg")}@font-face{font-family:Honeywell Sans Web;font-style:italic;font-weight:800;src:url(/static/media/HoneywellSansWeb-BlackItalic.8b4e6e3d7e3ecf832c3a.eot);src:url(/static/media/HoneywellSansWeb-BlackItalic.8b4e6e3d7e3ecf832c3a.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BlackItalic.06bf792a3d2aa98dfdc5.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BlackItalic.53384805bf3b5c78f81e.woff) format("woff"),url(/static/media/HoneywellSansWeb-BlackItalic.32009f9e8655fc6587e6.svg) format("svg")}@font-face{font-family:Honeywell-Global;font-style:normal;font-weight:400;src:url(/static/media/Honeywell-Global.0cd0fb670eaa0f3ce68f.eot);src:url(/static/media/Honeywell-Global.0cd0fb670eaa0f3ce68f.eot) format("embedded-opentype"),url(/static/media/Honeywell-Global.354faf0861778e5834fb.ttf) format("truetype"),url(/static/media/Honeywell-Global.6e349f9309c7132b4bed.woff) format("woff"),url(/static/media/Honeywell-Global.5f8537349f218a79c461.svg) format("svg")}@font-face{font-family:Honeywell-Flight;font-style:normal;font-weight:400;src:url(/static/media/Honeywell-Flight.91cc6e136667a5751280.eot);src:url(/static/media/Honeywell-Flight.91cc6e136667a5751280.eot) format("embedded-opentype"),url(/static/media/Honeywell-Flight.d038250938c0bd71c67b.woff2) format("woff2"),url(/static/media/Honeywell-Flight.d7862bdf15a0aab434d8.ttf) format("truetype"),url(/static/media/Honeywell-Flight.0798c7a1a65736b65dff.woff) format("woff"),url(/static/media/Honeywell-Flight.417dcd2196f82e2156ec.svg) format("svg")}@font-face{font-family:Honeywell-Addons;font-style:normal;font-weight:400;src:url(/static/media/Honeywell-Addons.183c02d0c01d7b7f4392.woff2) format("woff2"),url(/static/media/Honeywell-Addons.30d2c3e2c508f0ed22e5.ttf) format("truetype"),url(/static/media/Honeywell-Addons.3f0d7c7c2e123fc8e49e.woff) format("woff")}@font-face{font-family:Honeywell-Buildings;font-style:normal;font-weight:400;src:url(/static/media/Honeywell-Buildings.1dd8bba4151166895513.eot);src:url(/static/media/Honeywell-Buildings.1dd8bba4151166895513.eot) format("embedded-opentype"),url(/static/media/Honeywell-Buildings.baa6c19c4987642ffa3e.woff2) format("woff2"),url(/static/media/Honeywell-Buildings.997d8491f8cadc39027e.ttf) format("truetype"),url(/static/media/Honeywell-Buildings.14995eaf56357978c08d.woff) format("woff")}@font-face{font-family:Honeywell-Weather;font-style:normal;font-weight:400;src:url(/static/media/Honeywell-Weather.7d55a225e7714966e7b4.eot);src:url(/static/media/Honeywell-Weather.7d55a225e7714966e7b4.eot) format("embedded-opentype"),url(/static/media/Honeywell-Weather.f4f9de368451348e04fc.woff2) format("woff2"),url(/static/media/Honeywell-Weather.f3e037a289def67e64c2.ttf) format("truetype"),url(/static/media/Honeywell-Weather.c6ea1ea76209fa435ea1.woff) format("woff")}@font-face{font-family:Honeywell-Icons;font-style:normal;font-weight:400;src:url(/static/media/Honeywell-Icons.e38e70e8576ea82a5d83.woff2) format("woff2"),url(/static/media/Honeywell-Icons.8e411c8328a785a0f589.ttf) format("truetype"),url(/static/media/Honeywell-Icons.aee7917352a45bf68c1a.woff) format("woff")}.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{background:#202020;color:#e0e0e0;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}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 .ui.divider{-webkit-tap-highlight-color:rgba(0,0,0,0);color:#000000d9;font-weight:700;height:0;letter-spacing:.05em;line-height:1;margin:1rem 0;text-transform:uppercase;-webkit-user-select:none;user-select:none}html.honeywell-dark-theme .ui.divider:not(.vertical):not(.horizontal){border-bottom:1px solid #ffffff1a;border-top:1px solid #22242626}html.honeywell-dark-theme .ui.grid>.column+.divider,html.honeywell-dark-theme .ui.grid>.row>.column+.divider{left:auto}html.honeywell-dark-theme .ui.horizontal.divider{display:table;height:auto;line-height:1;margin:"";text-align:center;white-space:nowrap}html.honeywell-dark-theme .ui.horizontal.divider:after,html.honeywell-dark-theme .ui.horizontal.divider:before{background-repeat:no-repeat;content:"";display:table-cell;position:relative;top:50%;width:50%}html.honeywell-dark-theme .ui.horizontal.divider:before{background-position:right 1em top 50%}html.honeywell-dark-theme .ui.horizontal.divider:after{background-position:left 1em top 50%}html.honeywell-dark-theme .ui.vertical.divider{left:50%;line-height:0em;margin:0;padding:0;position:absolute;top:50%;transform:translateX(-50%);width:auto;z-index:2}html.honeywell-dark-theme .ui.vertical.divider:after,html.honeywell-dark-theme .ui.vertical.divider:before{border-left:1px solid #22242626;border-right:1px solid #ffffff1a;content:"";height:calc(100% - 1rem);left:50%;position:absolute;width:0;z-index:3}html.honeywell-dark-theme .ui.vertical.divider:before{top:-100%}html.honeywell-dark-theme .ui.vertical.divider:after{bottom:0;top:auto}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.grid .stackable.row .ui.vertical.divider,html.honeywell-dark-theme .ui.stackable.grid .ui.vertical.divider{display:table;height:auto;left:0;line-height:1;margin:"";overflow:hidden;position:static;text-align:center;top:0;transform:none;white-space:nowrap}html.honeywell-dark-theme .ui.grid .stackable.row .ui.vertical.divider:after,html.honeywell-dark-theme .ui.grid .stackable.row .ui.vertical.divider:before,html.honeywell-dark-theme .ui.stackable.grid .ui.vertical.divider:after,html.honeywell-dark-theme .ui.stackable.grid .ui.vertical.divider:before{background-repeat:no-repeat;border-left:none;border-right:none;content:"";display:table-cell;left:0;position:static;position:relative;top:50%;width:50%}html.honeywell-dark-theme .ui.grid .stackable.row .ui.vertical.divider:before,html.honeywell-dark-theme .ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}html.honeywell-dark-theme .ui.grid .stackable.row .ui.vertical.divider:after,html.honeywell-dark-theme .ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}html.honeywell-dark-theme .ui.divider>.icon{font-size:1rem;height:1em;margin:0;vertical-align:middle}html.honeywell-dark-theme .ui.hidden.divider{border-color:#0000!important}html.honeywell-dark-theme .ui.hidden.divider:after,html.honeywell-dark-theme .ui.hidden.divider:before{display:none}html.honeywell-dark-theme .ui.fitted.divider{margin:0}html.honeywell-dark-theme .ui.clearing.divider{clear:both}html.honeywell-dark-theme .ui.section.divider{margin-bottom:2rem;margin-top:2rem}html.honeywell-dark-theme .ui.divider{font-size:1rem}html.honeywell-dark-theme .ui.horizontal.divider:after,html.honeywell-dark-theme .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){html.honeywell-dark-theme .ui.grid .stackable.row .ui.vertical.divider:after,html.honeywell-dark-theme .ui.grid .stackable.row .ui.vertical.divider:before,html.honeywell-dark-theme .ui.stackable.grid .ui.vertical.divider:after,html.honeywell-dark-theme .ui.stackable.grid .ui.vertical.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}}html.honeywell-dark-theme .ui.header{border:none;color:#000000de;font-weight:700;line-height:1.28571429em;margin:calc(2rem - .14286em) 0 1rem;padding:0;text-transform:none}html.honeywell-dark-theme .ui.header:first-child{margin-top:-.14285714em}html.honeywell-dark-theme .ui.header:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.header .sub.header{color:#0009;display:block;font-weight:400;line-height:1.2em;margin:0;padding:0}html.honeywell-dark-theme .ui.header>.icon{display:table-cell;font-size:1.5em;opacity:1;padding-top:.14285714em;vertical-align:middle}html.honeywell-dark-theme .ui.header .icon:only-child{display:inline-block;margin-right:.75rem;padding:0}html.honeywell-dark-theme .ui.header>.image:not(.icon),html.honeywell-dark-theme .ui.header>img{display:inline-block;height:auto;margin-top:.14285714em;vertical-align:middle;width:2.5em}html.honeywell-dark-theme .ui.header>.image:not(.icon):only-child,html.honeywell-dark-theme .ui.header>img:only-child{margin-right:.75rem}html.honeywell-dark-theme .ui.header .content{display:inline-block;vertical-align:top}html.honeywell-dark-theme .ui.header>.image+.content,html.honeywell-dark-theme .ui.header>img+.content{padding-left:.75rem;vertical-align:middle}html.honeywell-dark-theme .ui.header>.icon+.content{display:table-cell;padding-left:.75rem;vertical-align:middle}html.honeywell-dark-theme .ui.header .ui.label{font-size:"";margin-left:.5rem;vertical-align:middle}html.honeywell-dark-theme .ui.header+p{margin-top:0}html.honeywell-dark-theme h1.ui.header{font-size:2rem}html.honeywell-dark-theme h2.ui.header{font-size:1.71428571rem}html.honeywell-dark-theme h3.ui.header{font-size:1.28571429rem}html.honeywell-dark-theme h4.ui.header{font-size:1.07142857rem}html.honeywell-dark-theme h5.ui.header{font-size:1rem}html.honeywell-dark-theme h1.ui.header .sub.header,html.honeywell-dark-theme h2.ui.header .sub.header{font-size:1.14285714rem}html.honeywell-dark-theme h3.ui.header .sub.header,html.honeywell-dark-theme h4.ui.header .sub.header{font-size:1rem}html.honeywell-dark-theme h5.ui.header .sub.header{font-size:.92857143rem}html.honeywell-dark-theme .ui.huge.header{font-size:2em;min-height:1em}html.honeywell-dark-theme .ui.large.header{font-size:1.71428571em}html.honeywell-dark-theme .ui.medium.header{font-size:1.28571429em}html.honeywell-dark-theme .ui.small.header{font-size:1.07142857em}html.honeywell-dark-theme .ui.tiny.header{font-size:1em}html.honeywell-dark-theme .ui.huge.header .sub.header,html.honeywell-dark-theme .ui.large.header .sub.header{font-size:1.14285714rem}html.honeywell-dark-theme .ui.header .sub.header,html.honeywell-dark-theme .ui.small.header .sub.header{font-size:1rem}html.honeywell-dark-theme .ui.tiny.header .sub.header{font-size:.92857143rem}html.honeywell-dark-theme .ui.sub.header{color:"";font-weight:700;margin-bottom:.14285714rem;padding:0;text-transform:uppercase}html.honeywell-dark-theme .ui.small.sub.header{font-size:.78571429em}html.honeywell-dark-theme .ui.sub.header{font-size:.85714286em}html.honeywell-dark-theme .ui.large.sub.header{font-size:.92857143em}html.honeywell-dark-theme .ui.huge.sub.header{font-size:1em}html.honeywell-dark-theme .ui.icon.header{display:inline-block;margin:2rem 0 1rem;text-align:center}html.honeywell-dark-theme .ui.icon.header:after{clear:both;content:"";display:block;height:0;visibility:hidden}html.honeywell-dark-theme .ui.icon.header:first-child{margin-top:0}html.honeywell-dark-theme .ui.icon.header .icon{display:block;float:none;font-size:3em;height:auto;line-height:1;margin:0 auto .5rem;opacity:1;padding:0;width:auto}html.honeywell-dark-theme .ui.icon.header .content{display:block;padding:0}html.honeywell-dark-theme .ui.icon.header .circular.icon,html.honeywell-dark-theme .ui.icon.header .square.icon{font-size:2em}html.honeywell-dark-theme .ui.block.icon.header .icon{margin-bottom:0}html.honeywell-dark-theme .ui.icon.header.aligned{display:block;margin-left:auto;margin-right:auto}html.honeywell-dark-theme .ui.disabled.header{opacity:.45}html.honeywell-dark-theme .ui.left.aligned.header{text-align:left}html.honeywell-dark-theme .ui.right.aligned.header{text-align:right}html.honeywell-dark-theme .ui.center.aligned.header,html.honeywell-dark-theme .ui.centered.header{text-align:center}html.honeywell-dark-theme .ui.justified.header{text-align:justify}html.honeywell-dark-theme .ui.justified.header:after{content:"";display:inline-block;width:100%}html.honeywell-dark-theme .ui.floated.header,html.honeywell-dark-theme .ui[class*="left floated"].header{float:left;margin-right:.5em;margin-top:0}html.honeywell-dark-theme .ui[class*="right floated"].header{float:right;margin-left:.5em;margin-top:0}html.honeywell-dark-theme .ui.fitted.header{padding:0}html.honeywell-dark-theme .ui.dividing.header{border-bottom:1px solid #22242626;padding-bottom:.21428571rem}html.honeywell-dark-theme .ui.dividing.header .sub.header{padding-bottom:.21428571rem}html.honeywell-dark-theme .ui.dividing.header .icon{margin-bottom:0}html.honeywell-dark-theme .ui.block.header{background:#f3f4f5;border:1px solid #d4d4d5;border-radius:.28571429rem;box-shadow:none;padding:.78571429rem 1rem}html.honeywell-dark-theme .ui.tiny.block.header{font-size:.85714286rem}html.honeywell-dark-theme .ui.small.block.header{font-size:.92857143rem}html.honeywell-dark-theme .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}html.honeywell-dark-theme .ui.large.block.header{font-size:1.14285714rem}html.honeywell-dark-theme .ui.huge.block.header{font-size:1.42857143rem}html.honeywell-dark-theme .ui.attached.header{background:#fff;border:1px solid #d4d4d5;box-shadow:none;margin-left:-1px;margin-right:-1px;padding:.78571429rem 1rem}html.honeywell-dark-theme .ui.attached.block.header{background:#f3f4f5}html.honeywell-dark-theme .ui.attached:not(.top):not(.bottom).header{border-radius:0;border-top:none;margin-bottom:0;margin-top:0}html.honeywell-dark-theme .ui.top.attached.header{border-radius:.28571429rem .28571429rem 0 0;margin-bottom:0}html.honeywell-dark-theme .ui.bottom.attached.header{border-radius:0 0 .28571429rem .28571429rem;border-top:none;margin-top:0}html.honeywell-dark-theme .ui.tiny.attached.header{font-size:.85714286em}html.honeywell-dark-theme .ui.small.attached.header{font-size:.92857143em}html.honeywell-dark-theme .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}html.honeywell-dark-theme .ui.large.attached.header{font-size:1.14285714em}html.honeywell-dark-theme .ui.huge.attached.header{font-size:1.42857143em}html.honeywell-dark-theme .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28571429em}html.honeywell-dark-theme .ui.input{display:inline-flex;font-style:normal;font-weight:400;position:relative}html.honeywell-dark-theme .ui.input input{border-radius:.28571429rem;box-shadow:none;flex:1 0 auto;line-height:1.21428571em;margin:0;max-width:100%;outline:none;padding:.67857143em 1em;text-align:left;transition:box-shadow .1s ease,border-color .1s ease}html.honeywell-dark-theme .ui.disabled.input,html.honeywell-dark-theme .ui.input:not(.disabled) input[disabled]{opacity:.45}html.honeywell-dark-theme .ui.disabled.input input,html.honeywell-dark-theme .ui.input:not(.disabled) input[disabled]{pointer-events:none}html.honeywell-dark-theme .ui.input input:active,html.honeywell-dark-theme .ui.input.down input{box-shadow:none}html.honeywell-dark-theme .ui.loading.loading.input>i.icon:after,html.honeywell-dark-theme .ui.loading.loading.input>i.icon:before{border-radius:500rem;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html.honeywell-dark-theme .ui.loading.loading.input>i.icon:after{animation:button-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-top-color:#767676;box-shadow:0 0 0 1px #0000}html.honeywell-dark-theme .ui.input input:focus,html.honeywell-dark-theme .ui.input.focus input{box-shadow:none}html.honeywell-dark-theme .ui.transparent.input input{background-color:initial!important;border-color:#0000!important;border-radius:0!important;box-shadow:none!important;padding:0!important}html.honeywell-dark-theme .ui.icon.input>i.icon{border-radius:0 .28571429rem .28571429rem 0;cursor:default;height:100%;line-height:1;margin:0;opacity:.5;position:absolute;right:0;text-align:center;top:0;transition:opacity .3s ease;width:2.67142857em}html.honeywell-dark-theme .ui.icon.input>i.icon:not(.link){pointer-events:none}html.honeywell-dark-theme .ui.icon.input input{padding-right:2.67142857em!important}html.honeywell-dark-theme .ui.icon.input>i.icon:after,html.honeywell-dark-theme .ui.icon.input>i.icon:before{left:0;margin-top:-.5em;position:absolute;text-align:center;top:50%;width:100%}html.honeywell-dark-theme .ui.icon.input>i.link.icon{cursor:pointer}html.honeywell-dark-theme .ui.icon.input>i.circular.icon{right:.5em;top:.35em}html.honeywell-dark-theme .ui[class*="left icon"].input>i.icon{border-radius:.28571429rem 0 0 .28571429rem;left:1px;right:auto}html.honeywell-dark-theme .ui[class*="left icon"].input>i.circular.icon{left:.5em;right:auto}html.honeywell-dark-theme .ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}html.honeywell-dark-theme .ui.icon.input>input:focus~i.icon{opacity:1}html.honeywell-dark-theme .ui.action.input>.button,html.honeywell-dark-theme .ui.action.input>.buttons{align-items:center;display:flex;flex:0 0 auto}html.honeywell-dark-theme .ui.action.input>.button,html.honeywell-dark-theme .ui.action.input>.buttons>.button{margin:0;padding-bottom:.78571429em;padding-top:.78571429em}html.honeywell-dark-theme .ui.fluid.input{display:flex}html.honeywell-dark-theme .ui.fluid.input>input{width:0!important}html.honeywell-dark-theme .ui.input{font-size:1em}html.honeywell-dark-theme .ui.label{background-image:none;border:0 solid #0000;border-radius:.28571429rem;display:inline-block;font-weight:700;line-height:1;margin:0 .14285714em;padding:.5833em .833em;text-transform:none;transition:background .1s ease;vertical-align:initial}html.honeywell-dark-theme .ui.label:first-child{margin-left:0}html.honeywell-dark-theme .ui.label:last-child{margin-right:0}html.honeywell-dark-theme a.ui.label{cursor:pointer}html.honeywell-dark-theme .ui.label>a{color:inherit;cursor:pointer;opacity:.5;transition:opacity .1s ease}html.honeywell-dark-theme .ui.label>a:hover{opacity:1}html.honeywell-dark-theme .ui.label>img{height:2.1666em!important;vertical-align:middle;width:auto!important}html.honeywell-dark-theme .ui.label>.icon{margin:0 .75em 0 0;width:auto}html.honeywell-dark-theme .ui.label>.detail{display:inline-block;font-weight:700;margin-left:1em;opacity:.8;vertical-align:top}html.honeywell-dark-theme .ui.label>.detail .icon{margin:0 .25em 0 0}html.honeywell-dark-theme .ui.label>.close.icon,html.honeywell-dark-theme .ui.label>.delete.icon{cursor:pointer;font-size:.92857143em;margin-left:.5em;margin-right:0;opacity:.5;transition:background .1s ease}html.honeywell-dark-theme .ui.label>.delete.icon:hover{opacity:1}html.honeywell-dark-theme .ui.labels>.label{margin:0 .5em .5em 0}html.honeywell-dark-theme .ui.header>.ui.label{margin-top:-.29165em}html.honeywell-dark-theme .ui.attached.segment>.ui.top.left.attached.label,html.honeywell-dark-theme .ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}html.honeywell-dark-theme .ui.attached.segment>.ui.top.right.attached.label,html.honeywell-dark-theme .ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}html.honeywell-dark-theme .ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}html.honeywell-dark-theme .ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}html.honeywell-dark-theme .ui.top.attached.label+[class*="right floated"]+*,html.honeywell-dark-theme .ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}html.honeywell-dark-theme .ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-bottom:2rem!important;margin-top:0}html.honeywell-dark-theme .ui.image.label{background:#e8e8e8;border-radius:.28571429rem;box-shadow:none;margin-bottom:0;margin-top:0;max-width:9999px;padding:.5833em .833em .5833em .5em;text-transform:none;vertical-align:initial;width:auto!important}html.honeywell-dark-theme .ui.image.label img{border-radius:.28571429rem 0 0 .28571429rem;display:inline-block;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;vertical-align:top}html.honeywell-dark-theme .ui.image.label .detail{background:#0000001a;border-radius:0 .28571429rem .28571429rem 0;margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em}html.honeywell-dark-theme .ui.tag.label,html.honeywell-dark-theme .ui.tag.labels .label{border-radius:0 .28571429rem .28571429rem 0;margin-left:1em;padding-left:1.5em;padding-right:1.5em;position:relative;transition:none}html.honeywell-dark-theme .ui.tag.label:before,html.honeywell-dark-theme .ui.tag.labels .label:before{background-color:inherit;background-image:none;content:"";height:1.56em;position:absolute;right:100%;top:50%;transform:translateY(-50%) translateX(50%) rotate(-45deg);transition:none;width:1.56em}html.honeywell-dark-theme .ui.tag.label:after,html.honeywell-dark-theme .ui.tag.labels .label:after{background-color:#fff!important;border-radius:500rem;box-shadow:0 -1px 1px 0 #0000004d;content:"";height:.5em;left:-.25em;margin-top:-.25em;position:absolute;top:50%;width:.5em}html.honeywell-dark-theme .ui.corner.label{border-color:#e8e8e8;height:4em;margin:0;padding:0;text-align:center;width:4em;z-index:1}html.honeywell-dark-theme .ui.corner.label,html.honeywell-dark-theme .ui.corner.label:after{background-color:initial!important;position:absolute;right:0;top:0;transition:border-color .1s ease}html.honeywell-dark-theme .ui.corner.label:after{border-color:#0000;border-right-color:inherit;border-style:solid;border-width:0 4em 4em 0;content:"";height:0;width:0;z-index:-1}html.honeywell-dark-theme .ui.corner.label .icon{cursor:default;font-size:1.14285714em;left:.78571429em;margin:0;position:relative;top:.64285714em}html.honeywell-dark-theme .ui.left.corner.label,html.honeywell-dark-theme .ui.left.corner.label:after{left:0;right:auto}html.honeywell-dark-theme .ui.left.corner.label:after{border-color:#0000;border-style:solid;border-top-color:inherit;border-width:4em 4em 0 0}html.honeywell-dark-theme .ui.left.corner.label .icon{left:-.78571429em}html.honeywell-dark-theme .ui.segment>.ui.corner.label{right:-1px;top:-1px}html.honeywell-dark-theme .ui.segment>.ui.left.corner.label{left:-1px;right:auto}html.honeywell-dark-theme .ui.ribbon.label{border-color:#00000026;border-radius:0 .28571429rem .28571429rem 0;margin:0;min-width:-webkit-max-content;min-width:max-content;position:relative}html.honeywell-dark-theme .ui.ribbon.label:after{background-color:initial!important;border-color:#0000;border-right-color:inherit;border-style:solid;border-width:0 1.2em 1.2em 0;content:"";height:0;left:0;position:absolute;top:100%;width:0}html.honeywell-dark-theme .ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}html.honeywell-dark-theme .ui[class*="right ribbon"].label{border-radius:.28571429rem 0 0 .28571429rem;left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em);text-align:left;transform:translateX(-100%)}html.honeywell-dark-theme .ui[class*="right ribbon"].label:after{border-color:#0000;border-style:solid;border-top-color:inherit;border-width:1.2em 1.2em 0 0;left:auto;right:0}html.honeywell-dark-theme .ui.card .image>.ribbon.label,html.honeywell-dark-theme .ui.image>.ribbon.label{position:absolute;top:1rem}html.honeywell-dark-theme .ui.card .image>.ui.ribbon.label,html.honeywell-dark-theme .ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}html.honeywell-dark-theme .ui.card .image>.ui[class*="right ribbon"].label,html.honeywell-dark-theme .ui.image>.ui[class*="right ribbon"].label{left:calc(100% - .05rem + 1.2em);padding-left:.833em}html.honeywell-dark-theme .ui.table td>.ui.ribbon.label{left:-1.98571429em}html.honeywell-dark-theme .ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + 1.98571em);padding-left:.833em}html.honeywell-dark-theme .ui.label.disabled{opacity:.5}html.honeywell-dark-theme a.ui.label:hover,html.honeywell-dark-theme a.ui.labels .label:hover{background-color:#e0e0e0;background-image:none;border-color:#e0e0e0;color:#000c}html.honeywell-dark-theme .ui.labels a.label:hover:before,html.honeywell-dark-theme a.ui.label:hover:before{color:#000c}html.honeywell-dark-theme .ui.active.label{border-color:#d0d0d0}html.honeywell-dark-theme .ui.active.label,html.honeywell-dark-theme .ui.active.label:before{background-color:#d0d0d0;background-image:none;color:#000000f2}html.honeywell-dark-theme a.ui.active.label:hover,html.honeywell-dark-theme a.ui.labels .active.label:hover{background-color:#c8c8c8;background-image:none;border-color:#c8c8c8;color:#000000f2}html.honeywell-dark-theme .ui.labels a.active.label:ActiveHover:before,html.honeywell-dark-theme a.ui.active.label:ActiveHover:before{background-color:#c8c8c8;background-image:none;color:#000000f2}html.honeywell-dark-theme .ui.label.visible:not(.dropdown),html.honeywell-dark-theme .ui.labels.visible .label{display:inline-block!important}html.honeywell-dark-theme .ui.label.hidden,html.honeywell-dark-theme .ui.labels.hidden .label{display:none!important}html.honeywell-dark-theme .ui.black.corner.label,html.honeywell-dark-theme .ui.black.corner.label:hover{background-color:initial!important}html.honeywell-dark-theme .ui.black.ribbon.label{border-color:#805031!important}html.honeywell-dark-theme .ui.basic.label{background:none #fff;border:1px solid #22242626;box-shadow:none;color:#000000de}html.honeywell-dark-theme a.ui.basic.label:hover{background:none #fff;box-shadow:1px solid #22242626;box-shadow:none;color:#1e70bf;text-decoration:none}html.honeywell-dark-theme .ui.basic.pointing.label:before{border-color:inherit}html.honeywell-dark-theme .ui.fluid.labels>.label,html.honeywell-dark-theme .ui.label.fluid{box-sizing:border-box;width:100%}html.honeywell-dark-theme .ui.horizontal.label,html.honeywell-dark-theme .ui.horizontal.labels .label{margin:0 .5em 0 0;min-width:3em;padding:.4em .833em;text-align:center}html.honeywell-dark-theme .ui.circular.label,html.honeywell-dark-theme .ui.circular.labels .label{border-radius:500rem;line-height:1em;min-height:2em;min-width:2em;padding:.5em!important;text-align:center}html.honeywell-dark-theme .ui.empty.circular.label,html.honeywell-dark-theme .ui.empty.circular.labels .label{height:.5em;min-height:0;min-width:0;overflow:hidden;vertical-align:initial;width:.5em}html.honeywell-dark-theme .ui.mini.label,html.honeywell-dark-theme .ui.mini.labels .label{font-size:.64285714rem}html.honeywell-dark-theme .ui.tiny.label,html.honeywell-dark-theme .ui.tiny.labels .label{font-size:.71428571rem}html.honeywell-dark-theme .ui.small.label,html.honeywell-dark-theme .ui.small.labels .label{font-size:.78571429rem}html.honeywell-dark-theme .ui.label,html.honeywell-dark-theme .ui.labels .label{font-size:.85714286rem}html.honeywell-dark-theme .ui.large.label,html.honeywell-dark-theme .ui.large.labels .label{font-size:1rem}html.honeywell-dark-theme .ui.big.label,html.honeywell-dark-theme .ui.big.labels .label{font-size:1.28571429rem}html.honeywell-dark-theme .ui.huge.label,html.honeywell-dark-theme .ui.huge.labels .label{font-size:1.42857143rem}html.honeywell-dark-theme .ui.massive.label,html.honeywell-dark-theme .ui.massive.labels .label{font-size:1.71428571rem}html.honeywell-dark-theme .ui.list,html.honeywell-dark-theme ol.ui.list,html.honeywell-dark-theme ul.ui.list{list-style-type:none;margin:1em 0;padding:0}html.honeywell-dark-theme .ui.list:first-child,html.honeywell-dark-theme ol.ui.list:first-child,html.honeywell-dark-theme ul.ui.list:first-child{margin-top:0;padding-top:0}html.honeywell-dark-theme .ui.list:last-child,html.honeywell-dark-theme ol.ui.list:last-child,html.honeywell-dark-theme ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}html.honeywell-dark-theme .ui.list .list>.item,html.honeywell-dark-theme .ui.list>.item,html.honeywell-dark-theme ol.ui.list li,html.honeywell-dark-theme ul.ui.list li{display:list-item;line-height:1.14285714em;list-style-position:outside;list-style-type:none;padding:.21428571em 0;table-layout:fixed}html.honeywell-dark-theme .ui.list>.item:after,html.honeywell-dark-theme .ui.list>.list>.item,html.honeywell-dark-theme ol.ui.list>li:first-child:after,html.honeywell-dark-theme ul.ui.list>li:first-child:after{clear:both;content:"";display:block;height:0;visibility:hidden}html.honeywell-dark-theme .ui.list .list>.item:first-child,html.honeywell-dark-theme .ui.list>.item:first-child,html.honeywell-dark-theme ol.ui.list li:first-child,html.honeywell-dark-theme ul.ui.list li:first-child{padding-top:0}html.honeywell-dark-theme .ui.list .list>.item:last-child,html.honeywell-dark-theme .ui.list>.item:last-child,html.honeywell-dark-theme ol.ui.list li:last-child,html.honeywell-dark-theme ul.ui.list li:last-child{padding-bottom:0}html.honeywell-dark-theme .ui.list .list,html.honeywell-dark-theme ol.ui.list ol,html.honeywell-dark-theme ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}html.honeywell-dark-theme .ui.list .list>.item,html.honeywell-dark-theme ol.ui.list ol li,html.honeywell-dark-theme ul.ui.list ul li{line-height:inherit;padding:.14285714em 0}html.honeywell-dark-theme .ui.list .list>.item>i.icon,html.honeywell-dark-theme .ui.list>.item>i.icon{display:table-cell;margin:0;padding-right:.28571429em;padding-top:.07142857em;transition:color .1s ease;vertical-align:top}html.honeywell-dark-theme .ui.list .list>.item>i.icon:only-child,html.honeywell-dark-theme .ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}html.honeywell-dark-theme .ui.list .list>.item>.image,html.honeywell-dark-theme .ui.list>.item>.image{background-color:initial;display:table-cell;margin:0;vertical-align:top}html.honeywell-dark-theme .ui.list .list>.item>.image:not(:only-child):not(img),html.honeywell-dark-theme .ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}html.honeywell-dark-theme .ui.list .list>.item>.image img,html.honeywell-dark-theme .ui.list>.item>.image img{vertical-align:top}html.honeywell-dark-theme .ui.list .list>.item>.image:only-child,html.honeywell-dark-theme .ui.list .list>.item>img.image,html.honeywell-dark-theme .ui.list>.item>.image:only-child,html.honeywell-dark-theme .ui.list>.item>img.image{display:inline-block}html.honeywell-dark-theme .ui.list .list>.item>.content,html.honeywell-dark-theme .ui.list>.item>.content{line-height:1.14285714em}html.honeywell-dark-theme .ui.list .list>.item>.icon+.content,html.honeywell-dark-theme .ui.list .list>.item>.image+.content,html.honeywell-dark-theme .ui.list>.item>.icon+.content,html.honeywell-dark-theme .ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top}html.honeywell-dark-theme .ui.list .list>.item>img.image+.content,html.honeywell-dark-theme .ui.list>.item>img.image+.content{display:inline-block}html.honeywell-dark-theme .ui.list .list>.item>.content>.list,html.honeywell-dark-theme .ui.list>.item>.content>.list{margin-left:0;padding-left:0}html.honeywell-dark-theme .ui.list .list>.item .header,html.honeywell-dark-theme .ui.list>.item .header{display:block;font-weight:700;margin:0}html.honeywell-dark-theme .ui.list .list>.item .description,html.honeywell-dark-theme .ui.list>.item .description{display:block}html.honeywell-dark-theme .ui.list .list>.item a,html.honeywell-dark-theme .ui.list>.item a{cursor:pointer}html.honeywell-dark-theme .ui[class*="left floated"].list{float:left}html.honeywell-dark-theme .ui[class*="right floated"].list{float:right}html.honeywell-dark-theme .ui.list .list>.item [class*="left floated"],html.honeywell-dark-theme .ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}html.honeywell-dark-theme .ui.list .list>.item [class*="right floated"],html.honeywell-dark-theme .ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}html.honeywell-dark-theme .ui.menu .ui.list .list>.item,html.honeywell-dark-theme .ui.menu .ui.list>.item{background-color:initial;display:list-item;line-height:1.14285714em;list-style-position:outside;list-style-type:none;padding:.21428571em 0;table-layout:fixed}html.honeywell-dark-theme .ui.menu .ui.list .list>.item:before,html.honeywell-dark-theme .ui.menu .ui.list>.item:before{background:none;border:none}html.honeywell-dark-theme .ui.menu .ui.list .list>.item:first-child,html.honeywell-dark-theme .ui.menu .ui.list>.item:first-child{padding-top:0}html.honeywell-dark-theme .ui.menu .ui.list .list>.item:last-child,html.honeywell-dark-theme .ui.menu .ui.list>.item:last-child{padding-bottom:0}html.honeywell-dark-theme .ui.horizontal.list{display:inline-block;font-size:0}html.honeywell-dark-theme .ui.horizontal.list>.item{display:inline-block;font-size:1rem;margin-left:1em}html.honeywell-dark-theme .ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}html.honeywell-dark-theme .ui.horizontal.list .list{padding-bottom:0;padding-left:0}html.honeywell-dark-theme .ui.horizontal.list .list>.item>.content,html.honeywell-dark-theme .ui.horizontal.list .list>.item>.icon,html.honeywell-dark-theme .ui.horizontal.list .list>.item>.image,html.honeywell-dark-theme .ui.horizontal.list>.item>.content,html.honeywell-dark-theme .ui.horizontal.list>.item>.icon,html.honeywell-dark-theme .ui.horizontal.list>.item>.image{vertical-align:middle}html.honeywell-dark-theme .ui.horizontal.list>.item:first-child,html.honeywell-dark-theme .ui.horizontal.list>.item:last-child{padding-bottom:.21428571em;padding-top:.21428571em}html.honeywell-dark-theme .ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}html.honeywell-dark-theme .ui.horizontal.list>.item>.icon,html.honeywell-dark-theme .ui.horizontal.list>.item>.icon+.content{display:inline-block;float:none}html.honeywell-dark-theme .ui.list .list>.disabled.item,html.honeywell-dark-theme .ui.list>.disabled.item{pointer-events:none}html.honeywell-dark-theme .ui.list [class*="top aligned"],html.honeywell-dark-theme .ui.list[class*="top aligned"] .content,html.honeywell-dark-theme .ui.list[class*="top aligned"] .image{vertical-align:top!important}html.honeywell-dark-theme .ui.list [class*="middle aligned"],html.honeywell-dark-theme .ui.list[class*="middle aligned"] .content,html.honeywell-dark-theme .ui.list[class*="middle aligned"] .image{vertical-align:middle!important}html.honeywell-dark-theme .ui.list [class*="bottom aligned"],html.honeywell-dark-theme .ui.list[class*="bottom aligned"] .content,html.honeywell-dark-theme .ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}html.honeywell-dark-theme .ui.celled.selection.list .list>.item,html.honeywell-dark-theme .ui.celled.selection.list>.item,html.honeywell-dark-theme .ui.divided.selection.list .list>.item,html.honeywell-dark-theme .ui.divided.selection.list>.item{border-radius:0}html.honeywell-dark-theme .ui.animated.list>.item{transition:color .25s ease .1s,padding-left .25s ease .1s,background-color .25s ease .1s}html.honeywell-dark-theme .ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}html.honeywell-dark-theme .ui.fitted.list:not(.selection) .list>.item,html.honeywell-dark-theme .ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}html.honeywell-dark-theme .ui.fitted.selection.list .list>.item,html.honeywell-dark-theme .ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}html.honeywell-dark-theme .ui.bulleted.list,html.honeywell-dark-theme ul.ui.list{margin-left:1.25rem}html.honeywell-dark-theme .ui.bulleted.list .list>.item,html.honeywell-dark-theme .ui.bulleted.list>.item,html.honeywell-dark-theme ul.ui.list li{position:relative}html.honeywell-dark-theme .ui.bulleted.list .list>.item:before,html.honeywell-dark-theme .ui.bulleted.list>.item:before,html.honeywell-dark-theme ul.ui.list li:before{color:inherit;content:"•";font-weight:400;left:auto;margin-left:-1.25rem;opacity:1;pointer-events:none;position:absolute;top:auto;-webkit-user-select:none;user-select:none;vertical-align:top}html.honeywell-dark-theme .ui.bulleted.list .list,html.honeywell-dark-theme ul.ui.list ul{padding-left:1.25rem}html.honeywell-dark-theme .ui.horizontal.bulleted.list,html.honeywell-dark-theme ul.ui.horizontal.bulleted.list{margin-left:0}html.honeywell-dark-theme .ui.horizontal.bulleted.list>.item,html.honeywell-dark-theme ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}html.honeywell-dark-theme .ui.horizontal.bulleted.list>.item:first-child,html.honeywell-dark-theme ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}html.honeywell-dark-theme .ui.ordered.list,html.honeywell-dark-theme .ui.ordered.list .list,html.honeywell-dark-theme ol.ui.list,html.honeywell-dark-theme ol.ui.list ol{counter-reset:ordered;list-style-type:none;margin-left:1.25rem}html.honeywell-dark-theme .ui.ordered.list .list>.item,html.honeywell-dark-theme .ui.ordered.list>.item,html.honeywell-dark-theme ol.ui.list li{list-style-type:none;position:relative}html.honeywell-dark-theme .ui.ordered.list .list>.item:before,html.honeywell-dark-theme .ui.ordered.list>.item:before,html.honeywell-dark-theme ol.ui.list li:before{content:counters(ordered,".") " ";counter-increment:ordered;left:auto;margin-left:-1.25rem;opacity:.8;pointer-events:none;position:absolute;text-align:right;top:auto;-webkit-user-select:none;user-select:none;vertical-align:middle}html.honeywell-dark-theme .ui.ordered.list>.item[data-value],html.honeywell-dark-theme .ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}html.honeywell-dark-theme ol.ui.list li[value]:before{content:attr(value)}html.honeywell-dark-theme .ui.ordered.list .list,html.honeywell-dark-theme ol.ui.list ol{margin-left:1em}html.honeywell-dark-theme .ui.ordered.list .list>.item:before,html.honeywell-dark-theme ol.ui.list ol li:before{margin-left:-2em}html.honeywell-dark-theme .ui.ordered.horizontal.list,html.honeywell-dark-theme ol.ui.horizontal.list{margin-left:0}html.honeywell-dark-theme .ui.ordered.horizontal.list .list>.item:before,html.honeywell-dark-theme .ui.ordered.horizontal.list>.item:before,html.honeywell-dark-theme ol.ui.horizontal.list li:before{margin:0 .5em 0 0;position:static}html.honeywell-dark-theme .ui.divided.list .item .list>.item,html.honeywell-dark-theme .ui.divided.list .list>.item,html.honeywell-dark-theme .ui.divided.list .list>.item:first-child,html.honeywell-dark-theme .ui.divided.list>.item:first-child{border-top:none}html.honeywell-dark-theme .ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}html.honeywell-dark-theme .ui.divided.bulleted.list .list,html.honeywell-dark-theme .ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}html.honeywell-dark-theme .ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}html.honeywell-dark-theme .ui.divided.ordered.list{margin-left:0}html.honeywell-dark-theme .ui.divided.ordered.list .list>.item,html.honeywell-dark-theme .ui.divided.ordered.list>.item{padding-left:1.25rem}html.honeywell-dark-theme .ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}html.honeywell-dark-theme .ui.divided.ordered.list .item .list>.item{padding-left:1em}html.honeywell-dark-theme .ui.divided.selection.list .list>.item,html.honeywell-dark-theme .ui.divided.selection.list>.item{border-radius:0;margin:0}html.honeywell-dark-theme .ui.divided.horizontal.list{margin-left:0}html.honeywell-dark-theme .ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}html.honeywell-dark-theme .ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}html.honeywell-dark-theme .ui.divided.horizontal.list>.item{border-top:none;line-height:.6;margin:0}html.honeywell-dark-theme .ui.horizontal.divided.list>.item:first-child{border-left:none}html.honeywell-dark-theme .ui.celled.list>.item,html.honeywell-dark-theme .ui.celled.list>.list{padding-left:.5em;padding-right:.5em}html.honeywell-dark-theme .ui.celled.list>.item:first-child,html.honeywell-dark-theme .ui.celled.list>.item:last-child{padding-bottom:.21428571em;padding-top:.21428571em}html.honeywell-dark-theme .ui.celled.list .item .list>.item{border-width:0}html.honeywell-dark-theme .ui.celled.list .list>.item:first-child{border-top-width:0}html.honeywell-dark-theme .ui.celled.bulleted.list{margin-left:0}html.honeywell-dark-theme .ui.celled.bulleted.list .list>.item,html.honeywell-dark-theme .ui.celled.bulleted.list>.item{padding-left:1.25rem}html.honeywell-dark-theme .ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}html.honeywell-dark-theme .ui.celled.ordered.list{margin-left:0}html.honeywell-dark-theme .ui.celled.ordered.list .list>.item,html.honeywell-dark-theme .ui.celled.ordered.list>.item{padding-left:1.25rem}html.honeywell-dark-theme .ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}html.honeywell-dark-theme .ui.celled.ordered.list .list>.item{padding-left:1em}html.honeywell-dark-theme .ui.horizontal.celled.list{margin-left:0}html.honeywell-dark-theme .ui.horizontal.celled.list .list>.item,html.honeywell-dark-theme .ui.horizontal.celled.list>.item{border-top:none;line-height:.6;margin:0;padding-left:.5em;padding-right:.5em}html.honeywell-dark-theme .ui.horizontal.celled.list .list>.item:last-child,html.honeywell-dark-theme .ui.horizontal.celled.list>.item:last-child{border-bottom:none}html.honeywell-dark-theme .ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}html.honeywell-dark-theme .ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}html.honeywell-dark-theme .ui.horizontal.relaxed.list .list>.item:not(:first-child),html.honeywell-dark-theme .ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}html.honeywell-dark-theme .ui.horizontal.relaxed.list .list>.item:not(:last-child),html.honeywell-dark-theme .ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}html.honeywell-dark-theme .ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}html.honeywell-dark-theme .ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}html.honeywell-dark-theme .ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),html.honeywell-dark-theme .ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}html.honeywell-dark-theme .ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),html.honeywell-dark-theme .ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}html.honeywell-dark-theme .ui.loader{display:none;left:50%;margin:0;position:absolute;text-align:center;top:50%;transform:translateX(-50%) translateY(-50%);z-index:1000}html.honeywell-dark-theme .ui.loader:before{border:.2em solid #0000001a;border-radius:500rem;content:"";height:100%;left:50%;position:absolute;top:0;width:100%}html.honeywell-dark-theme .ui.loader:after{animation:loader .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#767676;box-shadow:0 0 0 1px #0000;content:"";height:100%;left:50%;position:absolute;top:0;width:100%}html.honeywell-dark-theme .ui.mini.loader:after,html.honeywell-dark-theme .ui.mini.loader:before{height:1rem;margin:0 0 0 -.5rem;width:1rem}html.honeywell-dark-theme .ui.tiny.loader:after,html.honeywell-dark-theme .ui.tiny.loader:before{height:1.14285714rem;margin:0 0 0 -.57142857rem;width:1.14285714rem}html.honeywell-dark-theme .ui.small.loader:after,html.honeywell-dark-theme .ui.small.loader:before{height:1.71428571rem;margin:0 0 0 -.85714286rem;width:1.71428571rem}html.honeywell-dark-theme .ui.loader:after,html.honeywell-dark-theme .ui.loader:before{height:2.28571429rem;margin:0 0 0 -1.14285714rem;width:2.28571429rem}html.honeywell-dark-theme .ui.large.loader:after,html.honeywell-dark-theme .ui.large.loader:before{height:3.42857143rem;margin:0 0 0 -1.71428571rem;width:3.42857143rem}html.honeywell-dark-theme .ui.big.loader:after,html.honeywell-dark-theme .ui.big.loader:before{height:3.71428571rem;margin:0 0 0 -1.85714286rem;width:3.71428571rem}html.honeywell-dark-theme .ui.huge.loader:after,html.honeywell-dark-theme .ui.huge.loader:before{height:4.14285714rem;margin:0 0 0 -2.07142857rem;width:4.14285714rem}html.honeywell-dark-theme .ui.massive.loader:after,html.honeywell-dark-theme .ui.massive.loader:before{height:4.57142857rem;margin:0 0 0 -2.28571429rem;width:4.57142857rem}html.honeywell-dark-theme .ui.dimmer .loader{display:block}html.honeywell-dark-theme .ui.dimmer .ui.loader{color:#ffffffe6}html.honeywell-dark-theme .ui.dimmer .ui.loader:before{border-color:#ffffff26}html.honeywell-dark-theme .ui.dimmer .ui.loader:after{border-color:#fff #0000 #0000}html.honeywell-dark-theme .ui.inverted.dimmer .ui.loader{color:#000000de}html.honeywell-dark-theme .ui.inverted.dimmer .ui.loader:before{border-color:#0000001a}html.honeywell-dark-theme .ui.inverted.dimmer .ui.loader:after{border-color:#767676 #0000 #0000}html.honeywell-dark-theme .ui.text.loader{font-style:normal;height:auto!important;text-align:center;width:auto!important}html.honeywell-dark-theme .ui.indeterminate.loader:after{animation-direction:reverse;animation-duration:1.2s}html.honeywell-dark-theme .ui.loader.active,html.honeywell-dark-theme .ui.loader.visible{display:block}html.honeywell-dark-theme .ui.loader.disabled,html.honeywell-dark-theme .ui.loader.hidden{display:none}html.honeywell-dark-theme .ui.inverted.dimmer .ui.mini.loader,html.honeywell-dark-theme .ui.mini.loader{font-size:.78571429em;height:1rem;width:1rem}html.honeywell-dark-theme .ui.inverted.dimmer .ui.tiny.loader,html.honeywell-dark-theme .ui.tiny.loader{font-size:.85714286em;height:1.14285714rem;width:1.14285714rem}html.honeywell-dark-theme .ui.inverted.dimmer .ui.small.loader,html.honeywell-dark-theme .ui.small.loader{font-size:.92857143em;height:1.71428571rem;width:1.71428571rem}html.honeywell-dark-theme .ui.inverted.dimmer .ui.loader,html.honeywell-dark-theme .ui.loader{font-size:1em;height:2.28571429rem;width:2.28571429rem}html.honeywell-dark-theme .ui.inverted.dimmer .ui.large.loader,html.honeywell-dark-theme .ui.large.loader{font-size:1.14285714em;height:3.42857143rem;width:3.42857143rem}html.honeywell-dark-theme .ui.big.loader,html.honeywell-dark-theme .ui.inverted.dimmer .ui.big.loader{font-size:1.28571429em;height:3.71428571rem;width:3.71428571rem}html.honeywell-dark-theme .ui.huge.loader,html.honeywell-dark-theme .ui.inverted.dimmer .ui.huge.loader{font-size:1.42857143em;height:4.14285714rem;width:4.14285714rem}html.honeywell-dark-theme .ui.inverted.dimmer .ui.massive.loader,html.honeywell-dark-theme .ui.massive.loader{font-size:1.71428571em;height:4.57142857rem;width:4.57142857rem}html.honeywell-dark-theme .ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}html.honeywell-dark-theme .ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}html.honeywell-dark-theme .ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}html.honeywell-dark-theme .ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}html.honeywell-dark-theme .ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}html.honeywell-dark-theme .ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}html.honeywell-dark-theme .ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}html.honeywell-dark-theme .ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}html.honeywell-dark-theme .ui.inverted.loader{color:#ffffffe6}html.honeywell-dark-theme .ui.inverted.loader:before{border-color:#ffffff26}html.honeywell-dark-theme .ui.inverted.loader:after{border-top-color:#fff}html.honeywell-dark-theme .ui.inline.loader{left:0;margin:0;position:relative;top:0;transform:none;vertical-align:middle}html.honeywell-dark-theme .ui.inline.loader.active,html.honeywell-dark-theme .ui.inline.loader.visible{display:inline-block}html.honeywell-dark-theme .ui.centered.inline.loader.active,html.honeywell-dark-theme .ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}html.honeywell-dark-theme .ui.steps{align-items:stretch;background:"";border-radius:.28571429rem;box-shadow:none;display:inline-flex;flex-direction:row;line-height:1.14285714em;margin:1em 0}html.honeywell-dark-theme .ui.steps:first-child{margin-top:0}html.honeywell-dark-theme .ui.steps:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.steps .step{align-items:center;border:none;border-radius:0;box-shadow:none;display:flex;flex:1 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0;padding:1.14285714em 2em;position:relative;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;vertical-align:middle}html.honeywell-dark-theme .ui.steps .step:after{border:solid;border-width:0 1px 1px 0;content:"";display:none;height:1.14285714em;position:absolute;right:0;top:50%;transform:translateY(-50%) translateX(50%) rotate(-45deg);transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;width:1.14285714em;z-index:2}html.honeywell-dark-theme .ui.steps .step:first-child{border-radius:.28571429rem 0 0 .28571429rem;padding-left:2em}html.honeywell-dark-theme .ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}html.honeywell-dark-theme .ui.steps .step:only-child{border-radius:.28571429rem}html.honeywell-dark-theme .ui.steps .step .title{font-size:1.14285714em;font-weight:700}html.honeywell-dark-theme .ui.steps .step>.title{width:100%}html.honeywell-dark-theme .ui.steps .step .description{color:#000000de;font-size:.92857143em;font-weight:400}html.honeywell-dark-theme .ui.steps .step>.description{width:100%}html.honeywell-dark-theme .ui.steps .step .title~.description{margin-top:.25em}html.honeywell-dark-theme .ui.steps .step>.icon{font-size:2.5em;line-height:1;margin:0 1rem 0 0}html.honeywell-dark-theme .ui.steps .step>.icon,html.honeywell-dark-theme .ui.steps .step>.icon~.content{align-self:middle;display:block;flex:0 1 auto}html.honeywell-dark-theme .ui.steps .step>.icon~.content{flex-grow:1 0 auto}html.honeywell-dark-theme .ui.steps:not(.vertical) .step>.icon{width:auto}html.honeywell-dark-theme .ui.steps .link.step,html.honeywell-dark-theme .ui.steps a.step{cursor:pointer}html.honeywell-dark-theme .ui.ordered.steps{counter-reset:ordered}html.honeywell-dark-theme .ui.ordered.steps .step:before{align-self:middle;content:counters(ordered,".");counter-increment:ordered;display:block;font-family:inherit;font-size:2.5em;font-weight:700;margin-right:1rem;position:static;text-align:center}html.honeywell-dark-theme .ui.ordered.steps .step>*{align-self:middle;display:block}html.honeywell-dark-theme .ui.vertical.steps{display:inline-flex;flex-direction:column;overflow:visible}html.honeywell-dark-theme .ui.vertical.steps .step{border-bottom:1px solid #22242626;border-radius:0;border-right:none;justify-content:flex-start;padding:1.14285714em 2em}html.honeywell-dark-theme .ui.vertical.steps .step:first-child{border-radius:.28571429rem .28571429rem 0 0;padding:1.14285714em 2em}html.honeywell-dark-theme .ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}html.honeywell-dark-theme .ui.vertical.steps .step:only-child{border-radius:.28571429rem}html.honeywell-dark-theme .ui.vertical.steps .step:after{border-width:0 1px 1px 0;display:none;right:0;top:50%}html.honeywell-dark-theme .ui.vertical.steps .active.step:after{display:block}html.honeywell-dark-theme .ui.vertical.steps .step:last-child:after{display:none}html.honeywell-dark-theme .ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.steps:not(.unstackable){display:inline-flex;flex-direction:column;overflow:visible}html.honeywell-dark-theme .ui.steps:not(.unstackable) .step{border-radius:0;flex-direction:column;padding:1.14285714em 2em;width:100%!important}html.honeywell-dark-theme .ui.steps:not(.unstackable) .step:first-child{border-radius:.28571429rem .28571429rem 0 0;padding:1.14285714em 2em}html.honeywell-dark-theme .ui.steps:not(.unstackable) .step:last-child{border-radius:0 0 .28571429rem .28571429rem}html.honeywell-dark-theme .ui.steps:not(.unstackable) .step:after{display:none!important}html.honeywell-dark-theme .ui.steps:not(.unstackable) .step .content{text-align:center}html.honeywell-dark-theme .ui.ordered.steps:not(.unstackable) .step:before,html.honeywell-dark-theme .ui.steps:not(.unstackable) .step>.icon{margin:0 0 1rem}}html.honeywell-dark-theme .ui.steps .step.active{cursor:auto}html.honeywell-dark-theme .ui.steps .active.step:after,html.honeywell-dark-theme .ui.steps .step:after{display:block}html.honeywell-dark-theme .ui.steps .active.step:last-child:after,html.honeywell-dark-theme .ui.steps .step:last-child:after{display:none}html.honeywell-dark-theme .ui.steps .link.active.step:hover,html.honeywell-dark-theme .ui.steps .link.active.step:hover:after,html.honeywell-dark-theme .ui.steps a.active.step:hover,html.honeywell-dark-theme .ui.steps a.active.step:hover:after{cursor:pointer}html.honeywell-dark-theme .ui.steps .disabled.step{cursor:auto;pointer-events:none}@media only screen and (max-width:991px){html.honeywell-dark-theme .ui[class*="tablet stackable"].steps{display:inline-flex;flex-direction:column;overflow:visible}html.honeywell-dark-theme .ui[class*="tablet stackable"].steps .step{border-radius:0;flex-direction:column;padding:1.14285714em 2em}html.honeywell-dark-theme .ui[class*="tablet stackable"].steps .step:first-child{border-radius:.28571429rem .28571429rem 0 0;padding:1.14285714em 2em}html.honeywell-dark-theme .ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}html.honeywell-dark-theme .ui[class*="tablet stackable"].steps .step:after{display:none!important}html.honeywell-dark-theme .ui[class*="tablet stackable"].steps .step .content{text-align:center}html.honeywell-dark-theme .ui[class*="tablet stackable"].ordered.steps .step:before,html.honeywell-dark-theme .ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem}}html.honeywell-dark-theme .ui.fluid.steps{display:flex;width:100%}html.honeywell-dark-theme .ui.attached.steps{border-radius:.28571429rem .28571429rem 0 0;margin:0 -1px;max-width:calc(100% + 2px);width:calc(100% + 2px)!important}html.honeywell-dark-theme .ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}html.honeywell-dark-theme .ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}html.honeywell-dark-theme .ui.bottom.attached.steps{border-radius:0 0 .28571429rem .28571429rem;margin:0 -1px}html.honeywell-dark-theme .ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}html.honeywell-dark-theme .ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}html.honeywell-dark-theme .ui.eight.steps,html.honeywell-dark-theme .ui.five.steps,html.honeywell-dark-theme .ui.four.steps,html.honeywell-dark-theme .ui.one.steps,html.honeywell-dark-theme .ui.seven.steps,html.honeywell-dark-theme .ui.six.steps,html.honeywell-dark-theme .ui.three.steps,html.honeywell-dark-theme .ui.two.steps{width:100%}html.honeywell-dark-theme .ui.eight.steps>.step,html.honeywell-dark-theme .ui.five.steps>.step,html.honeywell-dark-theme .ui.four.steps>.step,html.honeywell-dark-theme .ui.one.steps>.step,html.honeywell-dark-theme .ui.seven.steps>.step,html.honeywell-dark-theme .ui.six.steps>.step,html.honeywell-dark-theme .ui.three.steps>.step,html.honeywell-dark-theme .ui.two.steps>.step{flex-wrap:nowrap}html.honeywell-dark-theme .ui.one.steps>.step{width:100%}html.honeywell-dark-theme .ui.two.steps>.step{width:50%}html.honeywell-dark-theme .ui.three.steps>.step{width:33.333%}html.honeywell-dark-theme .ui.four.steps>.step{width:25%}html.honeywell-dark-theme .ui.five.steps>.step{width:20%}html.honeywell-dark-theme .ui.six.steps>.step{width:16.666%}html.honeywell-dark-theme .ui.seven.steps>.step{width:14.285%}html.honeywell-dark-theme .ui.eight.steps>.step{width:12.5%}html.honeywell-dark-theme .ui.step,html.honeywell-dark-theme .ui.steps .step{font-size:1rem}html.honeywell-dark-theme .ui.menu{display:flex;font-weight:400;margin:1rem 0;min-height:2.85714286em}html.honeywell-dark-theme .ui.menu:after{clear:both;content:"";display:block;height:0;visibility:hidden}html.honeywell-dark-theme .ui.menu:first-child{margin-top:0}html.honeywell-dark-theme .ui.menu:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.menu .menu{margin:0}html.honeywell-dark-theme .ui.menu:not(.vertical)>.menu{display:flex}html.honeywell-dark-theme .ui.menu:not(.vertical) .item{align-items:center;display:flex}html.honeywell-dark-theme .ui.menu .item{-webkit-tap-highlight-color:transparent;background:none;flex:0 0 auto;font-weight:400;line-height:1;position:relative;text-decoration:none;text-transform:none;transition:background .1s ease,box-shadow .1s;-webkit-user-select:none;user-select:none;vertical-align:middle}html.honeywell-dark-theme .ui.menu .item:before{background:#2224261a;content:"";height:100%;position:absolute;right:0;top:0;width:1px}html.honeywell-dark-theme .ui.menu .item>a:not(.ui),html.honeywell-dark-theme .ui.menu .item>p:only-child,html.honeywell-dark-theme .ui.menu .text.item>*{line-height:1.3;-webkit-user-select:text;user-select:text}html.honeywell-dark-theme .ui.menu .item>p:first-child{margin-top:0}html.honeywell-dark-theme .ui.menu .item>p:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.menu .item>i.icon{float:none;margin:0 .35714286em 0 0;opacity:.9}html.honeywell-dark-theme .ui.menu:not(.vertical) .item>.button{font-size:1em;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;position:relative;top:0}html.honeywell-dark-theme .ui.menu>.container,html.honeywell-dark-theme .ui.menu>.grid{align-items:inherit;display:flex;flex-direction:inherit}html.honeywell-dark-theme .ui.menu .header.item,html.honeywell-dark-theme .ui.vertical.menu .header.item{background:"";font-weight:700;margin:0;text-transform:normal}html.honeywell-dark-theme .ui.vertical.menu .item>.header:not(.ui){font-size:1em;font-weight:700;margin:0 0 .5em}html.honeywell-dark-theme .ui.menu .item>i.dropdown.icon{float:right;margin:0 0 0 1em;padding:0}html.honeywell-dark-theme .ui.menu .dropdown.item .menu{flex-direction:column!important;left:0;margin:0;min-width:calc(100% - 1px)}html.honeywell-dark-theme .ui.menu .ui.dropdown .menu>.item{background:#0000!important;box-shadow:none!important;font-size:1em!important;font-weight:400;margin:0;padding:.78571429em 1.14285714em!important;text-align:left;text-transform:none;transition:none!important}html.honeywell-dark-theme .ui.menu .ui.dropdown .menu>.active.item{font-weight:700!important}html.honeywell-dark-theme .ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}html.honeywell-dark-theme .ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;float:none;font-size:1em!important;margin:0 .75em 0 0}html.honeywell-dark-theme .ui.secondary.menu .dropdown.item>.menu,html.honeywell-dark-theme .ui.text.menu .dropdown.item>.menu{margin-top:.35714286em}html.honeywell-dark-theme .ui.vertical.menu .dropdown.item>.icon{content:"";float:right;margin-left:1em}html.honeywell-dark-theme .ui.vertical.menu .dropdown.item .menu{box-shadow:0 1px 3px 0 #00000014;left:100%;margin:0;min-width:0}html.honeywell-dark-theme .ui.vertical.menu .dropdown.item.upward .menu{bottom:0}html.honeywell-dark-theme .ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}html.honeywell-dark-theme .ui.vertical.menu .dropdown.active.item{box-shadow:none}html.honeywell-dark-theme .ui.item.menu .dropdown .menu .item{width:100%}html.honeywell-dark-theme .ui.menu .item>.label{margin-left:1em;padding:.3em .78571429em}html.honeywell-dark-theme .ui.vertical.menu .item>.label{margin-bottom:-.15em;margin-top:-.15em;padding:.3em .78571429em}html.honeywell-dark-theme .ui.menu .item>.floating.label{padding:.3em .78571429em}html.honeywell-dark-theme .ui.link.menu .item:hover,html.honeywell-dark-theme .ui.menu .dropdown.item:hover,html.honeywell-dark-theme .ui.menu .link.item:hover,html.honeywell-dark-theme .ui.menu a.item:hover{cursor:pointer}html.honeywell-dark-theme .ui.menu .item.disabled,html.honeywell-dark-theme .ui.menu .item.disabled:hover{cursor:default}html.honeywell-dark-theme .ui.menu:not(.vertical) .left.item,html.honeywell-dark-theme .ui.menu:not(.vertical) .left.menu{display:flex;margin-right:auto!important}html.honeywell-dark-theme .ui.menu:not(.vertical) .right.item,html.honeywell-dark-theme .ui.menu:not(.vertical) .right.menu{display:flex;margin-left:auto!important}html.honeywell-dark-theme .ui.menu .right.item:before,html.honeywell-dark-theme .ui.menu .right.menu>.item:before{left:0;right:auto}html.honeywell-dark-theme .ui.vertical.menu{display:block;flex-direction:column}html.honeywell-dark-theme .ui.vertical.menu .item{background:none;border-right:none;border-top:none;display:block}html.honeywell-dark-theme .ui.vertical.menu .item>.label{float:right;text-align:center}html.honeywell-dark-theme .ui.vertical.menu .item:before{content:"";height:1px;left:0;position:absolute;top:0;width:100%}html.honeywell-dark-theme .ui.vertical.menu .item:first-child:before{display:none!important}html.honeywell-dark-theme .ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}html.honeywell-dark-theme .ui.vertical.menu .menu .item{background:none;font-size:.85714286em;padding:.5em 1.33333333em}html.honeywell-dark-theme .ui.vertical.menu .menu .item:before{display:none}html.honeywell-dark-theme .ui.vertical.menu .active.item{border-radius:0;box-shadow:none}html.honeywell-dark-theme .ui.vertical.menu .active.item .menu .active.item{border-left:none}html.honeywell-dark-theme .ui.vertical.menu .item .menu .active.item{background-color:initial;font-weight:700}html.honeywell-dark-theme .ui.secondary.menu{background:none;border:none;border-radius:0;box-shadow:none;margin-left:-.35714286em;margin-right:-.35714286em}html.honeywell-dark-theme .ui.secondary.menu .item{align-self:center;background:none;border:none;box-shadow:none;margin:0 .35714286em;padding:.78571429em .92857143em;transition:color .1s ease}html.honeywell-dark-theme .ui.secondary.menu .item:before{display:none!important}html.honeywell-dark-theme .ui.secondary.menu .header.item{background:none #0000;border-radius:0;border-right:none}html.honeywell-dark-theme .ui.secondary.menu .active.item,html.honeywell-dark-theme .ui.secondary.menu .active.item:hover{box-shadow:none}html.honeywell-dark-theme .ui.secondary.item.menu{margin-left:0;margin-right:0}html.honeywell-dark-theme .ui.secondary.item.menu .item:last-child{margin-right:0}html.honeywell-dark-theme .ui.secondary.attached.menu{box-shadow:none}html.honeywell-dark-theme .ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}html.honeywell-dark-theme .ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}html.honeywell-dark-theme .ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em}html.honeywell-dark-theme .ui.secondary.vertical.menu>.header.item{border-radius:0}html.honeywell-dark-theme .ui.vertical.secondary.menu .item>.menu .item{background-color:initial}html.honeywell-dark-theme .ui.menu.fluid,html.honeywell-dark-theme .ui.vertical.menu.fluid{width:100%!important}html.honeywell-dark-theme .ui.menu{font-size:1rem}html.honeywell-dark-theme .ui.vertical.menu{width:15rem}html.honeywell-dark-theme .ui.menu .item>.input{width:100%}html.honeywell-dark-theme .ui.menu:not(.vertical) .item>.input{margin:-.5em 0;position:relative;top:0}html.honeywell-dark-theme .ui.menu .item>.input input{font-size:1em;padding-bottom:.57142857em;padding-top:.57142857em}html.honeywell-dark-theme .ui.table{background:#fff;border:1px solid #22242626;border-collapse:initial;border-radius:.28571429rem;border-spacing:0;box-shadow:none;color:#000000de;margin:1em 0;text-align:left;width:100%}html.honeywell-dark-theme .ui.table:first-child{margin-top:0}html.honeywell-dark-theme .ui.table:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.table td,html.honeywell-dark-theme .ui.table th{transition:background .1s ease,color .1s ease}html.honeywell-dark-theme .ui.table thead{box-shadow:none}html.honeywell-dark-theme .ui.table thead th{background:#f9fafb;border-bottom:1px solid #2224261a;border-left:none;color:#000000de;cursor:auto;font-style:none;font-weight:700;padding:.92857143em .78571429em;text-align:inherit;text-transform:none;vertical-align:inherit}html.honeywell-dark-theme .ui.table thead tr>th:first-child{border-left:none}html.honeywell-dark-theme .ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}html.honeywell-dark-theme .ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}html.honeywell-dark-theme .ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}html.honeywell-dark-theme .ui.table tfoot{box-shadow:none}html.honeywell-dark-theme .ui.table tfoot th{background:#f9fafb;border-top:1px solid #22242626;color:#000000de;cursor:auto;font-style:normal;font-weight:400;padding:.78571429em;text-align:inherit;text-transform:none;vertical-align:middle}html.honeywell-dark-theme .ui.table tfoot tr>th:first-child{border-left:none}html.honeywell-dark-theme .ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}html.honeywell-dark-theme .ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}html.honeywell-dark-theme .ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}html.honeywell-dark-theme .ui.table tr td{border-top:1px solid #2224261a}html.honeywell-dark-theme .ui.table tr:first-child td{border-top:none}html.honeywell-dark-theme .ui.table td{padding:.78571429em;text-align:inherit}html.honeywell-dark-theme .ui.table>.icon{vertical-align:initial}html.honeywell-dark-theme .ui.table>.icon:only-child{margin:0}html.honeywell-dark-theme .ui.table.segment{padding:0}html.honeywell-dark-theme .ui.table.segment:after{display:none}html.honeywell-dark-theme .ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.table:not(.unstackable){width:100%}html.honeywell-dark-theme .ui.table:not(.unstackable) tbody,html.honeywell-dark-theme .ui.table:not(.unstackable) tr,html.honeywell-dark-theme .ui.table:not(.unstackable) tr>td,html.honeywell-dark-theme .ui.table:not(.unstackable) tr>th{display:block!important;width:auto!important}html.honeywell-dark-theme .ui.table:not(.unstackable){padding:0}html.honeywell-dark-theme .ui.table:not(.unstackable) tfoot,html.honeywell-dark-theme .ui.table:not(.unstackable) thead{display:block}html.honeywell-dark-theme .ui.table:not(.unstackable) tr{box-shadow:inset 0 -1px 0 0 #0000001a!important;padding-bottom:1em;padding-top:1em}html.honeywell-dark-theme .ui.table:not(.unstackable) tr>td,html.honeywell-dark-theme .ui.table:not(.unstackable) tr>th{background:none;border:none!important;box-shadow:none!important;padding:.25em .75em!important}html.honeywell-dark-theme .ui.table:not(.unstackable) td:first-child,html.honeywell-dark-theme .ui.table:not(.unstackable) th:first-child{font-weight:700}html.honeywell-dark-theme .ui.definition.table:not(.unstackable) thead th:first-child{box-shadow:none!important}}html.honeywell-dark-theme .ui.table td .image,html.honeywell-dark-theme .ui.table td .image img,html.honeywell-dark-theme .ui.table th .image,html.honeywell-dark-theme .ui.table th .image img{max-width:none}html.honeywell-dark-theme .ui.structured.table{border-collapse:collapse}html.honeywell-dark-theme .ui.structured.table thead th{border-left:none;border-right:none}html.honeywell-dark-theme .ui.structured.sortable.table thead th{border-left:1px solid #22242626;border-right:1px solid #22242626}html.honeywell-dark-theme .ui.structured.basic.table th{border-left:none;border-right:none}html.honeywell-dark-theme .ui.structured.celled.table tr td,html.honeywell-dark-theme .ui.structured.celled.table tr th{border-left:1px solid #2224261a;border-right:1px solid #2224261a}html.honeywell-dark-theme .ui.definition.table thead:not(.full-width) th:first-child{background:#0000;box-shadow:-1px -1px 0 1px #fff;color:#0006;font-weight:400;pointer-events:none}html.honeywell-dark-theme .ui.definition.table tfoot:not(.full-width) th:first-child{background:#0000;box-shadow:1px 1px 0 1px #fff;color:normal;font-weight:rgba(0,0,0,.4);pointer-events:none}html.honeywell-dark-theme .ui.celled.definition.table thead:not(.full-width) th:first-child{box-shadow:0 -1px 0 1px #fff}html.honeywell-dark-theme .ui.celled.definition.table tfoot:not(.full-width) th:first-child{box-shadow:0 1px 0 1px #fff}html.honeywell-dark-theme .ui.definition.table tr td.definition,html.honeywell-dark-theme .ui.definition.table tr td:first-child:not(.ignored){background:#00000008;box-shadow:"";color:#000000f2;font-size:1em;font-weight:700;padding-left:"";padding-right:"";text-align:"";text-transform:""}html.honeywell-dark-theme .ui.definition.table td:nth-child(2),html.honeywell-dark-theme .ui.definition.table tfoot:not(.full-width) th:nth-child(2),html.honeywell-dark-theme .ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid #22242626}html.honeywell-dark-theme .ui.table td.positive,html.honeywell-dark-theme .ui.table tr.positive{background:#fcfff5!important;box-shadow:inset 0 0 0 #a3c293;color:#2c662d!important}html.honeywell-dark-theme .ui.table td.error,html.honeywell-dark-theme .ui.table td.negative,html.honeywell-dark-theme .ui.table tr.error,html.honeywell-dark-theme .ui.table tr.negative{background:#fff6f6!important;box-shadow:inset 0 0 0 #e0b4b4;color:#9f3a38!important}html.honeywell-dark-theme .ui.table td.warning,html.honeywell-dark-theme .ui.table tr.warning{background:#fffaf3!important;box-shadow:inset 0 0 0 #c9ba9b;color:#573a08!important}html.honeywell-dark-theme .ui.table td.active,html.honeywell-dark-theme .ui.table tr.active{background:#e0e0e0!important;box-shadow:inset 0 0 0 #000000de;color:#000000de!important}html.honeywell-dark-theme .ui.table tr td.disabled,html.honeywell-dark-theme .ui.table tr.disabled td,html.honeywell-dark-theme .ui.table tr.disabled:hover,html.honeywell-dark-theme .ui.table tr:hover td.disabled{color:#2828284d;pointer-events:none}@media only screen and (max-width:991px){html.honeywell-dark-theme .ui[class*="tablet stackable"].table,html.honeywell-dark-theme .ui[class*="tablet stackable"].table tbody,html.honeywell-dark-theme .ui[class*="tablet stackable"].table tr,html.honeywell-dark-theme .ui[class*="tablet stackable"].table tr>td,html.honeywell-dark-theme .ui[class*="tablet stackable"].table tr>th{display:block!important;width:100%!important}html.honeywell-dark-theme .ui[class*="tablet stackable"].table{padding:0}html.honeywell-dark-theme .ui[class*="tablet stackable"].table tfoot,html.honeywell-dark-theme .ui[class*="tablet stackable"].table thead{display:block}html.honeywell-dark-theme .ui[class*="tablet stackable"].table tr{box-shadow:inset 0 -1px 0 0 #0000001a!important;padding-bottom:1em;padding-top:1em}html.honeywell-dark-theme .ui[class*="tablet stackable"].table tr>td,html.honeywell-dark-theme .ui[class*="tablet stackable"].table tr>th{background:none;border:none!important;box-shadow:none!important;padding:.25em .75em}html.honeywell-dark-theme .ui.definition[class*="tablet stackable"].table thead th:first-child{box-shadow:none!important}}html.honeywell-dark-theme .ui.table [class*="left aligned"],html.honeywell-dark-theme .ui.table[class*="left aligned"]{text-align:left}html.honeywell-dark-theme .ui.table [class*="center aligned"],html.honeywell-dark-theme .ui.table[class*="center aligned"]{text-align:center}html.honeywell-dark-theme .ui.table [class*="right aligned"],html.honeywell-dark-theme .ui.table[class*="right aligned"]{text-align:right}html.honeywell-dark-theme .ui.table [class*="top aligned"],html.honeywell-dark-theme .ui.table[class*="top aligned"]{vertical-align:top}html.honeywell-dark-theme .ui.table [class*="middle aligned"],html.honeywell-dark-theme .ui.table[class*="middle aligned"]{vertical-align:middle}html.honeywell-dark-theme .ui.table [class*="bottom aligned"],html.honeywell-dark-theme .ui.table[class*="bottom aligned"]{vertical-align:bottom}html.honeywell-dark-theme .ui.table td.collapsing,html.honeywell-dark-theme .ui.table th.collapsing{white-space:nowrap;width:1px}html.honeywell-dark-theme .ui.fixed.table{table-layout:fixed}html.honeywell-dark-theme .ui.fixed.table td,html.honeywell-dark-theme .ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}html.honeywell-dark-theme .ui.selectable.table tbody tr:hover,html.honeywell-dark-theme .ui.table tbody tr td.selectable:hover{background:#0000000d!important;color:#000000f2!important}html.honeywell-dark-theme .ui.table tbody tr td.selectable{padding:0}html.honeywell-dark-theme .ui.table tbody tr td.selectable>a:not(.ui){color:inherit;display:block;padding:.78571429em}html.honeywell-dark-theme .ui.selectable.table tr.error:hover,html.honeywell-dark-theme .ui.selectable.table tr:hover td.error,html.honeywell-dark-theme .ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}html.honeywell-dark-theme .ui.selectable.table tr.warning:hover,html.honeywell-dark-theme .ui.selectable.table tr:hover td.warning,html.honeywell-dark-theme .ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}html.honeywell-dark-theme .ui.selectable.table tr.active:hover,html.honeywell-dark-theme .ui.selectable.table tr:hover td.active,html.honeywell-dark-theme .ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:#000000de!important}html.honeywell-dark-theme .ui.selectable.table tr.positive:hover,html.honeywell-dark-theme .ui.selectable.table tr:hover td.positive,html.honeywell-dark-theme .ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}html.honeywell-dark-theme .ui.selectable.table tr.negative:hover,html.honeywell-dark-theme .ui.selectable.table tr:hover td.negative,html.honeywell-dark-theme .ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}html.honeywell-dark-theme .ui.attached.table{border:1px solid #d4d4d5;border-radius:0;bottom:0;box-shadow:none;margin:0 -1px;max-width:calc(100% + 2px);top:0;width:calc(100% + 2px)}html.honeywell-dark-theme .ui.attached+.ui.attached.table:not(.top){border-top:none}html.honeywell-dark-theme .ui[class*="top attached"].table{border-radius:.28571429rem .28571429rem 0 0;bottom:0;margin-bottom:0;margin-top:1em;top:0}html.honeywell-dark-theme .ui.table[class*="top attached"]:first-child{margin-top:0}html.honeywell-dark-theme .ui[class*="bottom attached"].table{border-radius:0 0 .28571429rem .28571429rem;bottom:0;box-shadow:none,none;margin-bottom:1em;margin-top:0;top:0}html.honeywell-dark-theme .ui[class*="bottom attached"].table:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.striped.table tbody tr:nth-child(2n),html.honeywell-dark-theme .ui.striped.table>tr:nth-child(2n){background-color:#00003205}html.honeywell-dark-theme .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef!important;color:#000000f2!important}html.honeywell-dark-theme .ui.table [class*="single line"],html.honeywell-dark-theme .ui.table[class*="single line"]{white-space:nowrap}html.honeywell-dark-theme .ui.one.column.table td{width:100%}html.honeywell-dark-theme .ui.two.column.table td{width:50%}html.honeywell-dark-theme .ui.three.column.table td{width:33.33333333%}html.honeywell-dark-theme .ui.four.column.table td{width:25%}html.honeywell-dark-theme .ui.five.column.table td{width:20%}html.honeywell-dark-theme .ui.six.column.table td{width:16.66666667%}html.honeywell-dark-theme .ui.seven.column.table td{width:14.28571429%}html.honeywell-dark-theme .ui.eight.column.table td{width:12.5%}html.honeywell-dark-theme .ui.nine.column.table td{width:11.11111111%}html.honeywell-dark-theme .ui.ten.column.table td{width:10%}html.honeywell-dark-theme .ui.eleven.column.table td{width:9.09090909%}html.honeywell-dark-theme .ui.twelve.column.table td{width:8.33333333%}html.honeywell-dark-theme .ui.thirteen.column.table td{width:7.69230769%}html.honeywell-dark-theme .ui.fourteen.column.table td{width:7.14285714%}html.honeywell-dark-theme .ui.fifteen.column.table td{width:6.66666667%}html.honeywell-dark-theme .ui.sixteen.column.table td,html.honeywell-dark-theme .ui.table td.one.wide,html.honeywell-dark-theme .ui.table th.one.wide{width:6.25%}html.honeywell-dark-theme .ui.table td.two.wide,html.honeywell-dark-theme .ui.table th.two.wide{width:12.5%}html.honeywell-dark-theme .ui.table td.three.wide,html.honeywell-dark-theme .ui.table th.three.wide{width:18.75%}html.honeywell-dark-theme .ui.table td.four.wide,html.honeywell-dark-theme .ui.table th.four.wide{width:25%}html.honeywell-dark-theme .ui.table td.five.wide,html.honeywell-dark-theme .ui.table th.five.wide{width:31.25%}html.honeywell-dark-theme .ui.table td.six.wide,html.honeywell-dark-theme .ui.table th.six.wide{width:37.5%}html.honeywell-dark-theme .ui.table td.seven.wide,html.honeywell-dark-theme .ui.table th.seven.wide{width:43.75%}html.honeywell-dark-theme .ui.table td.eight.wide,html.honeywell-dark-theme .ui.table th.eight.wide{width:50%}html.honeywell-dark-theme .ui.table td.nine.wide,html.honeywell-dark-theme .ui.table th.nine.wide{width:56.25%}html.honeywell-dark-theme .ui.table td.ten.wide,html.honeywell-dark-theme .ui.table th.ten.wide{width:62.5%}html.honeywell-dark-theme .ui.table td.eleven.wide,html.honeywell-dark-theme .ui.table th.eleven.wide{width:68.75%}html.honeywell-dark-theme .ui.table td.twelve.wide,html.honeywell-dark-theme .ui.table th.twelve.wide{width:75%}html.honeywell-dark-theme .ui.table td.thirteen.wide,html.honeywell-dark-theme .ui.table th.thirteen.wide{width:81.25%}html.honeywell-dark-theme .ui.table td.fourteen.wide,html.honeywell-dark-theme .ui.table th.fourteen.wide{width:87.5%}html.honeywell-dark-theme .ui.table td.fifteen.wide,html.honeywell-dark-theme .ui.table th.fifteen.wide{width:93.75%}html.honeywell-dark-theme .ui.table td.sixteen.wide,html.honeywell-dark-theme .ui.table th.sixteen.wide{width:100%}html.honeywell-dark-theme .ui.sortable.table thead th{border-left:1px solid #22242626;color:#000000de;cursor:pointer;white-space:nowrap}html.honeywell-dark-theme .ui.sortable.table thead th:first-child{border-left:none}html.honeywell-dark-theme .ui.sortable.table thead th.sorted,html.honeywell-dark-theme .ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;user-select:none}html.honeywell-dark-theme .ui.sortable.table thead th:after{content:"";display:none;font-family:Icons;font-style:normal;font-weight:400;height:1em;margin:0 0 0 .5em;opacity:.8;text-decoration:inherit;width:auto}html.honeywell-dark-theme .ui.sortable.table thead th.ascending:after{content:""}html.honeywell-dark-theme .ui.sortable.table thead th.descending:after{content:""}html.honeywell-dark-theme .ui.sortable.table th.disabled:hover{color:#2828284d;cursor:auto}html.honeywell-dark-theme .ui.sortable.table thead th:hover{background:#0000000d;color:#000c}html.honeywell-dark-theme .ui.sortable.table thead th.sorted{background:#0000000d;color:#000000f2}html.honeywell-dark-theme .ui.sortable.table thead th.sorted:after{display:inline-block}html.honeywell-dark-theme .ui.sortable.table thead th.sorted:hover{background:#0000000d;color:#000000f2}html.honeywell-dark-theme .ui.collapsing.table{width:auto}html.honeywell-dark-theme .ui.basic.table{background:#0000;border:1px solid #22242626;box-shadow:none}html.honeywell-dark-theme .ui.basic.table tfoot,html.honeywell-dark-theme .ui.basic.table thead{box-shadow:none}html.honeywell-dark-theme .ui.basic.table th{background:#0000;border-left:none}html.honeywell-dark-theme .ui.basic.table tbody tr{border-bottom:1px solid #0000001a}html.honeywell-dark-theme .ui.basic.table td{background:#0000}html.honeywell-dark-theme .ui.basic.striped.table tbody tr:nth-child(2n){background-color:#0000000d!important}html.honeywell-dark-theme .ui[class*="very basic"].table{border:none}html.honeywell-dark-theme .ui[class*="very basic"].table:not(.sortable):not(.striped) td,html.honeywell-dark-theme .ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:""}html.honeywell-dark-theme .ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,html.honeywell-dark-theme .ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}html.honeywell-dark-theme .ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,html.honeywell-dark-theme .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}html.honeywell-dark-theme .ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}html.honeywell-dark-theme .ui.celled.table tr td,html.honeywell-dark-theme .ui.celled.table tr th{border-left:1px solid #2224261a}html.honeywell-dark-theme .ui.celled.table tr td:first-child,html.honeywell-dark-theme .ui.celled.table tr th:first-child{border-left:none}html.honeywell-dark-theme .ui.padded.table th{padding-left:1em;padding-right:1em}html.honeywell-dark-theme .ui.padded.table td,html.honeywell-dark-theme .ui.padded.table th{padding:1em}html.honeywell-dark-theme .ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}html.honeywell-dark-theme .ui[class*="very padded"].table td{padding:1.5em}html.honeywell-dark-theme .ui.compact.table th{padding-left:.7em;padding-right:.7em}html.honeywell-dark-theme .ui.compact.table td{padding:.5em .7em}html.honeywell-dark-theme .ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}html.honeywell-dark-theme .ui[class*="very compact"].table td{padding:.4em .6em}html.honeywell-dark-theme .ui.small.table{font-size:.9em}html.honeywell-dark-theme .ui.table{font-size:1em}html.honeywell-dark-theme .ui.large.table{font-size:1.1em}html.honeywell-dark-theme .ui.card,html.honeywell-dark-theme .ui.cards>.card{border:none;display:flex;flex-direction:column;max-width:100%;min-height:0;padding:0;position:relative}html.honeywell-dark-theme .ui.card{margin:1em 0}html.honeywell-dark-theme .ui.card a,html.honeywell-dark-theme .ui.cards>.card a{cursor:pointer}html.honeywell-dark-theme .ui.card:first-child{margin-top:0}html.honeywell-dark-theme .ui.card:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.cards{display:flex;flex-wrap:wrap;margin:-.875em -.5em}html.honeywell-dark-theme .ui.cards>.card{display:flex;float:none;margin:.875em .5em}html.honeywell-dark-theme .ui.card:after,html.honeywell-dark-theme .ui.cards:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}html.honeywell-dark-theme .ui.cards~.ui.cards{margin-top:.875em}html.honeywell-dark-theme .ui.card>.content,html.honeywell-dark-theme .ui.cards>.card>.content{background:none;border:none;border-radius:0;box-shadow:none;flex-grow:1;font-size:1em;margin:0;padding:1em}html.honeywell-dark-theme .ui.card>.content:after,html.honeywell-dark-theme .ui.cards>.card>.content:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}html.honeywell-dark-theme .ui.card>.content>.header,html.honeywell-dark-theme .ui.cards>.card>.content>.header{display:block;margin:""}html.honeywell-dark-theme .ui.card>.content>.header:not(.ui),html.honeywell-dark-theme .ui.cards>.card>.content>.header:not(.ui){font-weight:700;margin-top:-.21425em}html.honeywell-dark-theme .ui.card>.content>.header+.description,html.honeywell-dark-theme .ui.card>.content>.meta+.description,html.honeywell-dark-theme .ui.cards>.card>.content>.header+.description,html.honeywell-dark-theme .ui.cards>.card>.content>.meta+.description{margin-top:.5em}html.honeywell-dark-theme .ui.card>.content>.description,html.honeywell-dark-theme .ui.cards>.card>.content>.description{clear:both}html.honeywell-dark-theme .ui.card .meta,html.honeywell-dark-theme .ui.cards>.card .meta{font-size:1em}html.honeywell-dark-theme .ui.card .meta *,html.honeywell-dark-theme .ui.cards>.card .meta *{margin-right:.3em}html.honeywell-dark-theme .ui.card .meta :last-child,html.honeywell-dark-theme .ui.cards>.card .meta :last-child{margin-right:0}html.honeywell-dark-theme .ui.card>.extra,html.honeywell-dark-theme .ui.cards>.card>.extra{background:none;box-shadow:none;flex-grow:0;left:0;margin:0;max-width:100%;min-height:0!important;padding:.75em 1em;position:static;top:0;width:auto}html.honeywell-dark-theme .ui.link.cards .raised.card:hover,html.honeywell-dark-theme .ui.link.raised.card:hover,html.honeywell-dark-theme .ui.raised.cards a.card:hover,html.honeywell-dark-theme a.ui.raised.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 #22242626,0 2px 10px 0 #22242640}html.honeywell-dark-theme .ui.raised.card,html.honeywell-dark-theme .ui.raised.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626}html.honeywell-dark-theme .ui.centered.cards{justify-content:center}html.honeywell-dark-theme .ui.centered.card{margin-left:auto;margin-right:auto}html.honeywell-dark-theme .ui.fluid.card{max-width:9999px;width:100%}html.honeywell-dark-theme .ui.cards a.card,html.honeywell-dark-theme .ui.link.card,html.honeywell-dark-theme .ui.link.cards .card,html.honeywell-dark-theme a.ui.card{transform:none}html.honeywell-dark-theme .ui.cards a.card:hover,html.honeywell-dark-theme .ui.link.card:hover,html.honeywell-dark-theme .ui.link.cards .card:hover,html.honeywell-dark-theme a.ui.card:hover{border:none;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;cursor:pointer;transform:translateY(-3px);z-index:5}html.honeywell-dark-theme .ui.cards>.card{font-size:1em}html.honeywell-dark-theme .ui.statistic{display:inline-flex;flex-direction:column;margin:1em 0;max-width:auto}html.honeywell-dark-theme .ui.statistic+.ui.statistic{margin:0 0 0 1.5em}html.honeywell-dark-theme .ui.statistic:first-child{margin-top:0}html.honeywell-dark-theme .ui.statistic:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.statistics{align-items:flex-start;flex-wrap:wrap}html.honeywell-dark-theme .ui.statistics>.statistic{display:inline-flex;flex:0 1 auto;flex-direction:column;margin:0 1.5em 2em;max-width:auto}html.honeywell-dark-theme .ui.statistics{display:flex;margin:1em -1.5em -2em}html.honeywell-dark-theme .ui.statistics:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}html.honeywell-dark-theme .ui.statistics:first-child{margin-top:0}html.honeywell-dark-theme .ui.statistics:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.statistic>.value,html.honeywell-dark-theme .ui.statistics .statistic>.value{color:#1b1c1d;font-size:4rem;font-weight:400;line-height:1em;text-align:center;text-transform:uppercase}html.honeywell-dark-theme .ui.statistic>.label,html.honeywell-dark-theme .ui.statistics .statistic>.label{color:#000000de;font-size:1em;font-weight:700;text-align:center;text-transform:uppercase}html.honeywell-dark-theme .ui.statistic>.label~.value,html.honeywell-dark-theme .ui.statistic>.value~.label,html.honeywell-dark-theme .ui.statistics .statistic>.label~.value,html.honeywell-dark-theme .ui.statistics .statistic>.value~.label{margin-top:0}html.honeywell-dark-theme .ui.statistic>.value .icon,html.honeywell-dark-theme .ui.statistics .statistic>.value .icon{margin:0;opacity:1;width:auto}html.honeywell-dark-theme .ui.statistic>.text.value,html.honeywell-dark-theme .ui.statistics .statistic>.text.value{font-weight:700;line-height:1em;min-height:2em;text-align:center}html.honeywell-dark-theme .ui.statistic>.text.value+.label,html.honeywell-dark-theme .ui.statistics .statistic>.text.value+.label{text-align:center}html.honeywell-dark-theme .ui.statistic>.value img,html.honeywell-dark-theme .ui.statistics .statistic>.value img{max-height:3rem;vertical-align:initial}html.honeywell-dark-theme .ui.ten.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.ten.statistics .statistic{margin:0 0 2em;min-width:10%}html.honeywell-dark-theme .ui.nine.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.nine.statistics .statistic{margin:0 0 2em;min-width:11.11111111%}html.honeywell-dark-theme .ui.eight.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.eight.statistics .statistic{margin:0 0 2em;min-width:12.5%}html.honeywell-dark-theme .ui.seven.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.seven.statistics .statistic{margin:0 0 2em;min-width:14.28571429%}html.honeywell-dark-theme .ui.six.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.six.statistics .statistic{margin:0 0 2em;min-width:16.66666667%}html.honeywell-dark-theme .ui.five.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.five.statistics .statistic{margin:0 0 2em;min-width:20%}html.honeywell-dark-theme .ui.four.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.four.statistics .statistic{margin:0 0 2em;min-width:25%}html.honeywell-dark-theme .ui.three.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.three.statistics .statistic{margin:0 0 2em;min-width:33.33333333%}html.honeywell-dark-theme .ui.two.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.two.statistics .statistic{margin:0 0 2em;min-width:50%}html.honeywell-dark-theme .ui.one.statistics{margin:0 0 -2em}html.honeywell-dark-theme .ui.one.statistics .statistic{margin:0 0 2em;min-width:100%}html.honeywell-dark-theme .ui.horizontal.statistic{align-items:center;flex-direction:row}html.honeywell-dark-theme .ui.horizontal.statistics{flex-direction:column;margin:0;max-width:none}html.honeywell-dark-theme .ui.horizontal.statistics .statistic{align-items:center;flex-direction:row;margin:1em 0;max-width:none}html.honeywell-dark-theme .ui.horizontal.statistic>.text.value,html.honeywell-dark-theme .ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}html.honeywell-dark-theme .ui.horizontal.statistic>.value .icon,html.honeywell-dark-theme .ui.horizontal.statistics .statistic>.value .icon{width:1.18em}html.honeywell-dark-theme .ui.horizontal.statistic>.value,html.honeywell-dark-theme .ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle}html.honeywell-dark-theme .ui.horizontal.statistic>.label,html.honeywell-dark-theme .ui.horizontal.statistics .statistic>.label{display:inline-block;margin:0 0 0 .75em;vertical-align:middle}html.honeywell-dark-theme .ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}html.honeywell-dark-theme .ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}html.honeywell-dark-theme .ui.floated.statistic:last-child{margin-bottom:0}html.honeywell-dark-theme .ui.mini.horizontal.statistic>.value,html.honeywell-dark-theme .ui.mini.horizontal.statistics .statistic>.value,html.honeywell-dark-theme .ui.mini.statistic>.value,html.honeywell-dark-theme .ui.mini.statistics .statistic>.value{font-size:1.5rem!important}html.honeywell-dark-theme .ui.mini.statistic>.text.value,html.honeywell-dark-theme .ui.mini.statistics .statistic>.text.value{font-size:1rem!important}html.honeywell-dark-theme .ui.tiny.horizontal.statistic>.value,html.honeywell-dark-theme .ui.tiny.horizontal.statistics .statistic>.value,html.honeywell-dark-theme .ui.tiny.statistic>.value,html.honeywell-dark-theme .ui.tiny.statistics .statistic>.value{font-size:2rem!important}html.honeywell-dark-theme .ui.tiny.statistic>.text.value,html.honeywell-dark-theme .ui.tiny.statistics .statistic>.text.value{font-size:1rem!important}html.honeywell-dark-theme .ui.small.statistic>.value,html.honeywell-dark-theme .ui.small.statistics .statistic>.value{font-size:3rem!important}html.honeywell-dark-theme .ui.small.horizontal.statistic>.value,html.honeywell-dark-theme .ui.small.horizontal.statistics .statistic>.value{font-size:2rem!important}html.honeywell-dark-theme .ui.small.statistic>.text.value,html.honeywell-dark-theme .ui.small.statistics .statistic>.text.value{font-size:1rem!important}html.honeywell-dark-theme .ui.statistic>.value,html.honeywell-dark-theme .ui.statistics .statistic>.value{font-size:4rem!important}html.honeywell-dark-theme .ui.horizontal.statistic>.value,html.honeywell-dark-theme .ui.horizontal.statistics .statistic>.value{font-size:3rem!important}html.honeywell-dark-theme .ui.statistic>.text.value,html.honeywell-dark-theme .ui.statistics .statistic>.text.value{font-size:2rem!important}html.honeywell-dark-theme .ui.large.statistic>.value,html.honeywell-dark-theme .ui.large.statistics .statistic>.value{font-size:5rem!important}html.honeywell-dark-theme .ui.large.horizontal.statistic>.value,html.honeywell-dark-theme .ui.large.horizontal.statistics .statistic>.value{font-size:4rem!important}html.honeywell-dark-theme .ui.large.statistic>.text.value,html.honeywell-dark-theme .ui.large.statistics .statistic>.text.value{font-size:2.5rem!important}html.honeywell-dark-theme .ui.huge.statistic>.value,html.honeywell-dark-theme .ui.huge.statistics .statistic>.value{font-size:6rem!important}html.honeywell-dark-theme .ui.huge.horizontal.statistic>.value,html.honeywell-dark-theme .ui.huge.horizontal.statistics .statistic>.value{font-size:5rem!important}html.honeywell-dark-theme .ui.huge.statistic>.text.value,html.honeywell-dark-theme .ui.huge.statistics .statistic>.text.value{font-size:2.5rem!important}html.honeywell-dark-theme .ui.accordion,html.honeywell-dark-theme .ui.accordion .accordion{max-width:100%}html.honeywell-dark-theme .ui.accordion .accordion{margin:1em 0 0;padding:0}html.honeywell-dark-theme .ui.accordion .accordion .title,html.honeywell-dark-theme .ui.accordion .title{cursor:pointer}html.honeywell-dark-theme .ui.accordion .title:not(.ui){font-size:1em;padding:.5em 0}html.honeywell-dark-theme .ui.accordion .accordion .title~.content,html.honeywell-dark-theme .ui.accordion .title~.content{display:none}html.honeywell-dark-theme .ui.accordion:not(.styled) .accordion .title~.content:not(.ui),html.honeywell-dark-theme .ui.accordion:not(.styled) .title~.content:not(.ui){margin:"";padding:.5em 0 1em}html.honeywell-dark-theme .ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}html.honeywell-dark-theme .ui.accordion .accordion .title .dropdown.icon,html.honeywell-dark-theme .ui.accordion .title .dropdown.icon{display:inline-block;float:none;font-size:1em;height:1em;margin:0 .25rem 0 0;opacity:1;padding:0;transform:none;transition:transform .1s ease,opacity .1s ease;vertical-align:initial;width:1.25em}html.honeywell-dark-theme .ui.accordion.menu .item .title{display:block;padding:0}html.honeywell-dark-theme .ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;transform:rotate(180deg)}html.honeywell-dark-theme .ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}html.honeywell-dark-theme .ui.accordion .accordion .active.title .dropdown.icon,html.honeywell-dark-theme .ui.accordion .active.title .dropdown.icon,html.honeywell-dark-theme .ui.accordion.menu .item .active.title>.dropdown.icon{transform:rotate(90deg)}html.honeywell-dark-theme .ui.styled.accordion{width:600px}html.honeywell-dark-theme .ui.styled.accordion,html.honeywell-dark-theme .ui.styled.accordion .accordion{background:#fff;border-radius:.28571429rem}html.honeywell-dark-theme .ui.styled.accordion .accordion .title,html.honeywell-dark-theme .ui.styled.accordion .title{font-weight:700;margin:0;padding:.75em 1em;transition:background .1s ease,color .1s ease}html.honeywell-dark-theme .ui.styled.accordion .accordion .title:first-child,html.honeywell-dark-theme .ui.styled.accordion>.title:first-child{border-top:none}html.honeywell-dark-theme .ui.styled.accordion .accordion .content,html.honeywell-dark-theme .ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}html.honeywell-dark-theme .ui.styled.accordion .accordion .content{padding:.5em 1em 1.5em}html.honeywell-dark-theme .ui.accordion .accordion .active.content,html.honeywell-dark-theme .ui.accordion .active.content{display:block}html.honeywell-dark-theme .ui.fluid.accordion,html.honeywell-dark-theme .ui.fluid.accordion .accordion{width:100%}html.honeywell-dark-theme .ui.accordion .accordion .title .dropdown.icon,html.honeywell-dark-theme .ui.accordion .title .dropdown.icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-style:normal;font-weight:400;line-height:1;text-align:center}html.honeywell-dark-theme .ui.checkbox{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;font-size:1rem;font-style:normal;line-height:17px;min-height:17px;min-width:17px;outline:none;position:relative;vertical-align:initial}html.honeywell-dark-theme .ui.checkbox input[type=checkbox],html.honeywell-dark-theme .ui.checkbox input[type=radio]{cursor:pointer;height:17px;left:0;opacity:0!important;outline:none;position:absolute;top:0;width:17px;z-index:3}html.honeywell-dark-theme .ui.checkbox .box,html.honeywell-dark-theme .ui.checkbox label{display:block;font-size:1em;outline:none;padding-left:1.85714em;position:relative}html.honeywell-dark-theme .ui.checkbox .box:after,html.honeywell-dark-theme .ui.checkbox .box:before,html.honeywell-dark-theme .ui.checkbox label:after,html.honeywell-dark-theme .ui.checkbox label:before{height:17px;left:0;position:absolute;top:0;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;width:17px}html.honeywell-dark-theme .ui.checkbox .box:after,html.honeywell-dark-theme .ui.checkbox label:after{font-size:14px;opacity:0;text-align:center}html.honeywell-dark-theme .ui.checkbox label,html.honeywell-dark-theme .ui.checkbox+label{transition:color .1s ease}html.honeywell-dark-theme .ui.checkbox+label{vertical-align:middle}html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate~.box:before,html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate~label:before{background:#fff;border-color:#22242659}html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate~.box:after,html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate~label:after{color:#000000f2;opacity:1}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:#fff;border-color:#96c8da}html.honeywell-dark-theme .ui.checkbox input:checked:focus~.box:after,html.honeywell-dark-theme .ui.checkbox input:checked:focus~label:after,html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after,html.honeywell-dark-theme .ui.checkbox input:not([type=radio]):indeterminate:focus~label:after{color:#000000f2}html.honeywell-dark-theme .ui.read-only.checkbox,html.honeywell-dark-theme .ui.read-only.checkbox label{cursor:default}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:#000;cursor:default!important;opacity:.5}html.honeywell-dark-theme .ui.checkbox input.hidden{z-index:-1}html.honeywell-dark-theme .ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;user-select:none}html.honeywell-dark-theme .ui.radio.checkbox{min-height:15px}html.honeywell-dark-theme .ui.radio.checkbox .box,html.honeywell-dark-theme .ui.radio.checkbox label{padding-left:1.85714em}html.honeywell-dark-theme .ui.radio.checkbox .box:before,html.honeywell-dark-theme .ui.radio.checkbox label:before{border-radius:500rem;height:15px;transform:none;width:15px}html.honeywell-dark-theme .ui.radio.checkbox .box:after,html.honeywell-dark-theme .ui.radio.checkbox label:after{background-color:#000000de;border-radius:500rem;height:15px;line-height:15px;transform:scale(.46667);width:15px}html.honeywell-dark-theme .ui.toggle.checkbox{min-height:1.5rem}html.honeywell-dark-theme .ui.toggle.checkbox input{height:1.5rem;width:3.5rem}html.honeywell-dark-theme .ui.toggle.checkbox .box,html.honeywell-dark-theme .ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem}html.honeywell-dark-theme .ui.toggle.checkbox label{padding-top:.15em}html.honeywell-dark-theme .ui.toggle.checkbox .box:before,html.honeywell-dark-theme .ui.toggle.checkbox label:before{border:none;border-radius:500rem;box-shadow:none;content:"";display:block;height:1.5rem;position:absolute;top:0;transform:none;width:3.5rem;z-index:1}html.honeywell-dark-theme .ui.toggle.checkbox .box:after,html.honeywell-dark-theme .ui.toggle.checkbox label:after{border:none;border-radius:500rem;box-shadow:0 1px 2px 0 #22242626,inset 0 0 0 1px #22242626;content:""!important;height:1.5rem;left:0;opacity:1;position:absolute;top:0;transition:background .3s ease,left .3s ease;width:1.5rem;z-index:2}html.honeywell-dark-theme .ui.toggle.checkbox input~.box:after,html.honeywell-dark-theme .ui.toggle.checkbox input~label:after{box-shadow:none;left:-.05rem}html.honeywell-dark-theme .ui.toggle.checkbox .box:hover:before,html.honeywell-dark-theme .ui.toggle.checkbox input:focus~.box:before,html.honeywell-dark-theme .ui.toggle.checkbox input:focus~label:before,html.honeywell-dark-theme .ui.toggle.checkbox label:hover:before{border:none}html.honeywell-dark-theme .ui.toggle.checkbox input:checked~.box:after,html.honeywell-dark-theme .ui.toggle.checkbox input:checked~label:after{box-shadow:none;left:2.15rem}html.honeywell-dark-theme .dimmable:not(body){position:relative}html.honeywell-dark-theme .ui.dimmer{animation-duration:.5s;animation-fill-mode:both;background-color:#000000d9;display:none;height:100%;left:0!important;line-height:1;opacity:0;position:absolute;text-align:center;top:0!important;transition:background-color .5s linear;-webkit-user-select:none;user-select:none;vertical-align:middle;width:100%;will-change:opacity;z-index:1000}html.honeywell-dark-theme .ui.dimmer>.content{display:table;height:100%;-webkit-user-select:text;user-select:text;width:100%}html.honeywell-dark-theme .ui.dimmer>.content>*{color:#fff;display:table-cell;vertical-align:middle}html.honeywell-dark-theme .ui.segment>.ui.dimmer{border-radius:inherit!important}html.honeywell-dark-theme .ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:#ffffff1a}html.honeywell-dark-theme .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:#ffffff40}html.honeywell-dark-theme .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:#ffffff26}html.honeywell-dark-theme .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:#ffffff59}html.honeywell-dark-theme .animating.dimmable:not(body),html.honeywell-dark-theme .dimmed.dimmable:not(body){overflow:hidden}html.honeywell-dark-theme .dimmed.dimmable>.ui.animating.dimmer,html.honeywell-dark-theme .dimmed.dimmable>.ui.visible.dimmer,html.honeywell-dark-theme .ui.active.dimmer{display:block;opacity:1}html.honeywell-dark-theme .ui.disabled.dimmer{height:0!important;width:0!important}html.honeywell-dark-theme .ui.page.dimmer{perspective:2000px;position:fixed;transform-origin:center center;transform-style:""}html.honeywell-dark-theme body.animating.in.dimmable,html.honeywell-dark-theme body.dimmed.dimmable{overflow:hidden}html.honeywell-dark-theme body.dimmable>.dimmer{position:fixed}html.honeywell-dark-theme .blurring.dimmable>:not(.dimmer){filter:blur(0) grayscale(0);transition:filter .8s ease}html.honeywell-dark-theme .blurring.dimmed.dimmable>:not(.dimmer){filter:blur(5px) grayscale(.7)}html.honeywell-dark-theme .blurring.dimmable>.dimmer{background-color:#0009}html.honeywell-dark-theme .blurring.dimmable>.inverted.dimmer{background-color:#fff9}html.honeywell-dark-theme .ui.dimmer>.top.aligned.content>*{vertical-align:top}html.honeywell-dark-theme .ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}html.honeywell-dark-theme .ui.inverted.dimmer{background-color:#ffffffd9}html.honeywell-dark-theme .ui.inverted.dimmer>.content>*{color:#fff}html.honeywell-dark-theme .ui.simple.dimmer{background-color:#0000;display:block;height:0;opacity:1;overflow:hidden;width:0;z-index:-100}html.honeywell-dark-theme .dimmed.dimmable>.ui.simple.dimmer{background-color:#000000d9;height:100%;opacity:1;overflow:visible;width:100%;z-index:1}html.honeywell-dark-theme .ui.simple.inverted.dimmer{background-color:#fff0}html.honeywell-dark-theme .dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:#ffffffd9}html.honeywell-dark-theme .ui.dropdown{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:inline-block;outline:none;position:relative;text-align:left;transition:box-shadow .1s ease,width .1s ease}html.honeywell-dark-theme .ui.dropdown .menu{border-radius:.28571429rem;box-shadow:0 2px 3px 0 #22242626;cursor:auto;display:none;font-size:1em;margin:0;min-width:-webkit-max-content;min-width:max-content;outline:none;padding:0;position:absolute;text-align:left;text-shadow:none;top:100%;transition:opacity .1s ease;will-change:transform,opacity;z-index:11}html.honeywell-dark-theme .ui.dropdown .menu>*{white-space:nowrap}html.honeywell-dark-theme .ui.dropdown>input:not(.search):first-child,html.honeywell-dark-theme .ui.dropdown>select{display:none!important}html.honeywell-dark-theme .ui.dropdown>.dropdown.icon{font-size:.85714286em;margin:0 0 0 1em;position:relative}html.honeywell-dark-theme .ui.dropdown .menu>.item .dropdown.icon{float:right;margin:0 0 0 1em;width:auto}html.honeywell-dark-theme .ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}html.honeywell-dark-theme .ui.dropdown>.text{display:inline-block;margin:0!important;max-width:calc(100% - 1.4rem);overflow:hidden;padding-right:.5rem;text-overflow:ellipsis;transition:none;white-space:nowrap}html.honeywell-dark-theme .ui.dropdown .menu>.item{-webkit-touch-callout:none;border:none;box-shadow:none;cursor:pointer;display:block;font-size:1rem;font-weight:400;height:auto;line-height:1em;padding:.78571429rem 1.14285714rem!important;position:relative;text-align:left;text-transform:none}html.honeywell-dark-theme .ui.dropdown .menu>.item:first-child{border-top-width:0}html.honeywell-dark-theme .ui.dropdown .menu .item>[class*="right floated"],html.honeywell-dark-theme .ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-left:1em!important;margin-right:0!important}html.honeywell-dark-theme .ui.dropdown .menu .item>[class*="left floated"],html.honeywell-dark-theme .ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}html.honeywell-dark-theme .ui.dropdown .menu .item>.flag.floated,html.honeywell-dark-theme .ui.dropdown .menu .item>.icon.floated,html.honeywell-dark-theme .ui.dropdown .menu .item>.image.floated,html.honeywell-dark-theme .ui.dropdown .menu .item>img.floated{margin-top:0}html.honeywell-dark-theme .ui.dropdown .menu>.header{font-size:.78571429em;font-weight:700;margin:1rem 0 .75rem;padding:0 1.14285714rem;text-transform:uppercase}html.honeywell-dark-theme .ui.dropdown .menu>.divider{height:0;margin:.5em 0}html.honeywell-dark-theme .ui.dropdown .menu>.input{display:flex;margin:1.14285714rem .78571429rem;min-width:10rem;width:auto}html.honeywell-dark-theme .ui.dropdown .menu>.header+.input{margin-top:0}html.honeywell-dark-theme .ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}html.honeywell-dark-theme .ui.dropdown .menu>.input:not(.transparent) .button,html.honeywell-dark-theme .ui.dropdown .menu>.input:not(.transparent) .icon,html.honeywell-dark-theme .ui.dropdown .menu>.input:not(.transparent) .label{padding-bottom:.5em;padding-top:.5em}html.honeywell-dark-theme .ui.dropdown .menu>.item>.description,html.honeywell-dark-theme .ui.dropdown>.text>.description{float:right;margin:0 0 0 1em}html.honeywell-dark-theme .ui.dropdown .menu>.message{font-weight:400;padding:.78571429rem 1.14285714rem}html.honeywell-dark-theme .ui.dropdown .menu .menu{border-radius:.28571429rem!important;left:100%;margin:0 0 0 -.5em!important;right:auto;top:0!important;z-index:21!important}html.honeywell-dark-theme .ui.dropdown .menu .menu:after{display:none}html.honeywell-dark-theme .ui.dropdown .menu>.item>.flag,html.honeywell-dark-theme .ui.dropdown .menu>.item>.icon,html.honeywell-dark-theme .ui.dropdown .menu>.item>.image,html.honeywell-dark-theme .ui.dropdown .menu>.item>.label,html.honeywell-dark-theme .ui.dropdown .menu>.item>img,html.honeywell-dark-theme .ui.dropdown>.text>.flag,html.honeywell-dark-theme .ui.dropdown>.text>.icon,html.honeywell-dark-theme .ui.dropdown>.text>.image,html.honeywell-dark-theme .ui.dropdown>.text>.label,html.honeywell-dark-theme .ui.dropdown>.text>img{margin-top:0}html.honeywell-dark-theme .ui.dropdown .menu>.item>.flag,html.honeywell-dark-theme .ui.dropdown .menu>.item>.icon,html.honeywell-dark-theme .ui.dropdown .menu>.item>.image,html.honeywell-dark-theme .ui.dropdown .menu>.item>.label,html.honeywell-dark-theme .ui.dropdown .menu>.item>img,html.honeywell-dark-theme .ui.dropdown>.text>.flag,html.honeywell-dark-theme .ui.dropdown>.text>.icon,html.honeywell-dark-theme .ui.dropdown>.text>.image,html.honeywell-dark-theme .ui.dropdown>.text>.label,html.honeywell-dark-theme .ui.dropdown>.text>img{float:none;margin-left:0;margin-right:.78571429rem}html.honeywell-dark-theme .ui.dropdown .ui.menu>.item:before,html.honeywell-dark-theme .ui.menu .ui.dropdown .menu>.item:before{display:none}html.honeywell-dark-theme .ui.menu .ui.dropdown .menu .active.item{border-left:none}html.honeywell-dark-theme .ui.buttons>.ui.dropdown:last-child .menu,html.honeywell-dark-theme .ui.menu .right.dropdown.item .menu,html.honeywell-dark-theme .ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}html.honeywell-dark-theme .ui.label.dropdown .menu{min-width:100%}html.honeywell-dark-theme .ui.dropdown.icon.button>.dropdown.icon{margin:0}html.honeywell-dark-theme .ui.button.dropdown .menu{min-width:100%}html.honeywell-dark-theme .ui.selection.dropdown{word-wrap:break-word;border-radius:.28571429rem;box-shadow:none;cursor:pointer;display:inline-block;line-height:1em;min-height:2.71428571em;min-width:14em;outline:0;padding:.78571429em 2.1em .78571429em 1em;transform:rotate(0deg);transition:box-shadow .1s ease,width .1s ease;white-space:normal}html.honeywell-dark-theme .ui.selection.dropdown.active,html.honeywell-dark-theme .ui.selection.dropdown.visible{display:block;visibility:visible;z-index:10}html.honeywell-dark-theme select.ui.dropdown{height:38px;padding:.5em;visibility:visible}html.honeywell-dark-theme .ui.selection.dropdown>.delete.icon,html.honeywell-dark-theme .ui.selection.dropdown>.dropdown.icon,html.honeywell-dark-theme .ui.selection.dropdown>.search.icon{cursor:pointer;height:auto;line-height:1.21428571em;margin:-.78571429em;opacity:.8;padding:.91666667em;position:absolute;right:1em;top:.78571429em;transition:opacity .1s ease;width:auto;z-index:3}html.honeywell-dark-theme .ui.compact.selection.dropdown{min-width:0}html.honeywell-dark-theme .ui.selection.dropdown .menu{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:0 0 .28571429rem .28571429rem;border-top-width:0!important;box-shadow:0 2px 3px 0 #22242626;margin:0 -1px;min-width:calc(100% + 2px);outline:none;overflow-x:hidden;overflow-y:auto;transition:opacity .1s ease;width:auto;width:calc(100% + 2px)}html.honeywell-dark-theme .ui.selection.dropdown .menu:after,html.honeywell-dark-theme .ui.selection.dropdown .menu:before{display:none}html.honeywell-dark-theme .ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){html.honeywell-dark-theme .ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){html.honeywell-dark-theme .ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){html.honeywell-dark-theme .ui.selection.dropdown .menu{max-height:21.37142857rem}}html.honeywell-dark-theme .ui.selection.dropdown .menu>.item{word-wrap:normal;padding:.78571429rem 1.14285714rem!important;white-space:normal}html.honeywell-dark-theme .ui.selection.dropdown .menu>.hidden.addition.item{display:none}html.honeywell-dark-theme .ui.selection.dropdown:hover{box-shadow:none}html.honeywell-dark-theme .ui.selection.active.dropdown,html.honeywell-dark-theme .ui.selection.active.dropdown .menu{box-shadow:0 2px 3px 0 #22242626}html.honeywell-dark-theme .ui.selection.dropdown:focus{box-shadow:none}html.honeywell-dark-theme .ui.selection.dropdown:focus .menu{box-shadow:0 2px 3px 0 #22242626}html.honeywell-dark-theme .ui.selection.visible.dropdown>.text:not(.default){color:#000c}html.honeywell-dark-theme .ui.selection.active.dropdown:hover,html.honeywell-dark-theme .ui.selection.active.dropdown:hover .menu{box-shadow:0 2px 3px 0 #22242626}html.honeywell-dark-theme .ui.active.selection.dropdown>.dropdown.icon,html.honeywell-dark-theme .ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}html.honeywell-dark-theme .ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}html.honeywell-dark-theme .ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}html.honeywell-dark-theme .ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}html.honeywell-dark-theme .ui.search.dropdown{min-width:""}html.honeywell-dark-theme .ui.search.dropdown>input.search{-webkit-tap-highlight-color:rgba(255,255,255,0);background:none #0000!important;border:none!important;box-shadow:none!important;cursor:text;left:1px;outline:none;padding:inherit;position:absolute;top:0;width:100%;z-index:2}html.honeywell-dark-theme .ui.search.dropdown>.text{cursor:text;left:1px;position:relative;z-index:3}html.honeywell-dark-theme .ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}html.honeywell-dark-theme .ui.search.selection.dropdown>span.sizer{display:none;line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;white-space:pre}html.honeywell-dark-theme .ui.search.dropdown.active>input.search,html.honeywell-dark-theme .ui.search.dropdown.visible>input.search{cursor:auto}html.honeywell-dark-theme .ui.search.dropdown.active>.text,html.honeywell-dark-theme .ui.search.dropdown.visible>.text{pointer-events:none}html.honeywell-dark-theme .ui.active.search.dropdown input.search:focus+.text .flag,html.honeywell-dark-theme .ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}html.honeywell-dark-theme .ui.search.dropdown .menu{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){html.honeywell-dark-theme .ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){html.honeywell-dark-theme .ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){html.honeywell-dark-theme .ui.search.dropdown .menu{max-height:21.37142857rem}}html.honeywell-dark-theme .ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}html.honeywell-dark-theme .ui.multiple.dropdown .menu{cursor:auto}html.honeywell-dark-theme .ui.multiple.search.dropdown,html.honeywell-dark-theme .ui.multiple.search.dropdown>input.search{cursor:text}html.honeywell-dark-theme .ui.multiple.dropdown>.label{box-shadow:inset 0 0 0 1px #22242626;display:inline-block;font-size:1em;margin:.14285714rem .28571429rem .14285714rem 0;padding:.35714286em .78571429em;-webkit-user-select:none;user-select:none;vertical-align:top;white-space:normal}html.honeywell-dark-theme .ui.multiple.dropdown .dropdown.icon{margin:"";padding:""}html.honeywell-dark-theme .ui.multiple.dropdown>.text{line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;max-width:100%;padding:0;position:static}html.honeywell-dark-theme .ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}html.honeywell-dark-theme .ui.multiple.dropdown>.label~.text{display:none}html.honeywell-dark-theme .ui.multiple.search.dropdown>.text{display:inline-block;left:0;line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;padding:inherit;position:absolute;top:0}html.honeywell-dark-theme .ui.multiple.search.dropdown>.label~.text{display:none}html.honeywell-dark-theme .ui.multiple.search.dropdown>input.search{line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;max-width:100%;padding:0;position:static;width:2.2em}html.honeywell-dark-theme .ui.inline.dropdown{color:inherit;cursor:pointer;display:inline-block}html.honeywell-dark-theme .ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:initial}html.honeywell-dark-theme .ui.inline.dropdown>.text{font-weight:700}html.honeywell-dark-theme .ui.inline.dropdown .menu{border-radius:.28571429rem;cursor:auto;margin-top:.21428571em}html.honeywell-dark-theme .ui.dropdown .menu .active.item{background:#0000;box-shadow:none;font-weight:700;z-index:12}html.honeywell-dark-theme .ui.dropdown .menu>.item:hover{z-index:13}html.honeywell-dark-theme .ui.loading.dropdown>i.icon{height:1em!important}html.honeywell-dark-theme .ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}html.honeywell-dark-theme .ui.loading.dropdown>i.icon:before{border:.2em solid #0000001a;border-radius:500rem}html.honeywell-dark-theme .ui.loading.dropdown>i.icon:after,html.honeywell-dark-theme .ui.loading.dropdown>i.icon:before{content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html.honeywell-dark-theme .ui.loading.dropdown>i.icon:after{animation:dropdown-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#767676;box-shadow:0 0 0 1px #0000}html.honeywell-dark-theme .ui.loading.dropdown.button>i.icon:after,html.honeywell-dark-theme .ui.loading.dropdown.button>i.icon:before{display:none}html.honeywell-dark-theme .ui.loading.dropdown>.text{transition:none}html.honeywell-dark-theme .ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}html.honeywell-dark-theme .ui.dropdown>.loading.menu{left:0!important;right:auto!important}html.honeywell-dark-theme .ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}html.honeywell-dark-theme .ui.dropdown>.filtered.text{visibility:hidden}html.honeywell-dark-theme .ui.dropdown .filtered.item{display:none!important}html.honeywell-dark-theme .ui.disabled.dropdown,html.honeywell-dark-theme .ui.dropdown .menu>.disabled.item{cursor:default;opacity:.45;pointer-events:none}html.honeywell-dark-theme .ui.dropdown .menu{left:0}html.honeywell-dark-theme .ui.dropdown .menu .right.menu,html.honeywell-dark-theme .ui.dropdown .right.menu>.menu{border-radius:.28571429rem!important;left:100%!important;right:auto!important}html.honeywell-dark-theme .ui.dropdown>.left.menu{left:auto!important;right:0!important}html.honeywell-dark-theme .ui.dropdown .menu .left.menu,html.honeywell-dark-theme .ui.dropdown>.left.menu .menu{border-radius:.28571429rem!important;left:auto;margin:0 -.5em 0 0!important;right:100%}html.honeywell-dark-theme .ui.dropdown .item .left.dropdown.icon,html.honeywell-dark-theme .ui.dropdown .left.menu .item .dropdown.icon{float:left;margin:0;width:auto}html.honeywell-dark-theme .ui.dropdown .item .left.dropdown.icon+.text,html.honeywell-dark-theme .ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}html.honeywell-dark-theme .ui.upward.dropdown>.menu{border-radius:.28571429rem .28571429rem 0 0;bottom:100%;box-shadow:0 0 3px 0 #00000014;top:auto}html.honeywell-dark-theme .ui.dropdown .upward.menu{bottom:0!important;top:auto!important}html.honeywell-dark-theme .ui.simple.upward.active.dropdown,html.honeywell-dark-theme .ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}html.honeywell-dark-theme .ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}html.honeywell-dark-theme .ui.upward.selection.dropdown .menu{border-bottom-width:0!important;border-top-width:1px!important;box-shadow:0 -2px 3px 0 #00000014}html.honeywell-dark-theme .ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 #0000000d}html.honeywell-dark-theme .ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}html.honeywell-dark-theme .ui.upward.selection.dropdown.visible{border-radius:0 0 .28571429rem .28571429rem!important;box-shadow:0 0 3px 0 #00000014}html.honeywell-dark-theme .ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 #0000000d}html.honeywell-dark-theme .ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 #00000014}html.honeywell-dark-theme .ui.dropdown .scrolling.menu,html.honeywell-dark-theme .ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}html.honeywell-dark-theme .ui.scrolling.dropdown .menu{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden;min-width:100%!important;overflow-x:hidden;overflow-y:auto;width:auto!important}html.honeywell-dark-theme .ui.dropdown .scrolling.menu{border:none;border-radius:0!important;border-top:1px solid #22242626;box-shadow:none!important;margin:0!important;min-width:100%!important;overflow-y:auto;position:static;width:auto!important}html.honeywell-dark-theme .ui.dropdown .scrolling.menu .item:first-child,html.honeywell-dark-theme .ui.dropdown .scrolling.menu>.item.item.item,html.honeywell-dark-theme .ui.scrolling.dropdown .menu .item.item.item,html.honeywell-dark-theme .ui.scrolling.dropdown .menu .item:first-child{border-top:none}html.honeywell-dark-theme .ui.dropdown>.animating.menu .scrolling.menu,html.honeywell-dark-theme .ui.dropdown>.visible.menu .scrolling.menu{display:block}@media (-ms-high-contrast:none){html.honeywell-dark-theme .ui.dropdown .scrolling.menu,html.honeywell-dark-theme .ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.dropdown .scrolling.menu,html.honeywell-dark-theme .ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){html.honeywell-dark-theme .ui.dropdown .scrolling.menu,html.honeywell-dark-theme .ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){html.honeywell-dark-theme .ui.dropdown .scrolling.menu,html.honeywell-dark-theme .ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){html.honeywell-dark-theme .ui.dropdown .scrolling.menu,html.honeywell-dark-theme .ui.scrolling.dropdown .menu{max-height:20.57142857rem}}html.honeywell-dark-theme .ui.simple.dropdown .menu:after,html.honeywell-dark-theme .ui.simple.dropdown .menu:before{display:none}html.honeywell-dark-theme .ui.simple.dropdown .menu{display:block;height:0;opacity:0;overflow:hidden;position:absolute;top:-9999px!important;transition:opacity .1s ease;width:0}html.honeywell-dark-theme .ui.simple.active.dropdown,html.honeywell-dark-theme .ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}html.honeywell-dark-theme .ui.simple.active.dropdown>.menu,html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu{height:auto;opacity:1;overflow:visible;top:100%!important;width:auto}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu>.item:hover>.menu,html.honeywell-dark-theme .ui.simple.dropdown>.menu>.item:active>.menu{height:auto;left:100%!important;opacity:1;overflow:visible;top:0!important;width:auto}html.honeywell-dark-theme .ui.simple.disabled.dropdown:hover .menu{display:none;height:0;overflow:hidden;width:0}html.honeywell-dark-theme .ui.simple.visible.dropdown>.menu{display:block;visibility:visible}html.honeywell-dark-theme .ui.fluid.dropdown{display:block;min-width:0;width:100%}html.honeywell-dark-theme .ui.fluid.dropdown>.dropdown.icon{float:right}html.honeywell-dark-theme .ui.floating.dropdown .menu{border-radius:.28571429rem!important;box-shadow:0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626!important;left:0;right:auto}html.honeywell-dark-theme .ui.floating.dropdown>.menu{border-radius:.28571429rem!important;margin-top:.5em!important}html.honeywell-dark-theme .ui.dropdown>.dropdown.icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-style:normal;font-weight:400;height:1em;line-height:1;text-align:center;width:1.23em;width:auto}html.honeywell-dark-theme .ui.modal{border:none;border-radius:.28571429rem;box-shadow:1px 3px 3px 0 #0003,1px 3px 15px 2px #0003;display:none;position:fixed;text-align:left;transform-origin:50% 25%;-webkit-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity;z-index:1001}html.honeywell-dark-theme .ui.modal>.icon:first-child+*,html.honeywell-dark-theme .ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}html.honeywell-dark-theme .ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}html.honeywell-dark-theme .ui.modal>.close{cursor:pointer;font-size:1.25em;height:2.25rem;opacity:.8;padding:.625rem 0 0;position:absolute;right:-2.5rem;top:-2.5rem;width:2.25rem;z-index:1}html.honeywell-dark-theme .ui.modal>.close:hover{opacity:1}html.honeywell-dark-theme .ui.modal>.header{border-bottom:1px solid #22242626;box-shadow:none;display:block;margin:0;padding:1.25rem 1.5rem}html.honeywell-dark-theme .ui.modal>.header:not(.ui){font-size:1.42857143rem;font-weight:700;line-height:1.28571429em}html.honeywell-dark-theme .ui.modal>.content{display:block;font-size:1em;line-height:1.4;padding:1.5rem;width:100%}html.honeywell-dark-theme .ui.modal>.image.content{display:flex;flex-direction:row}html.honeywell-dark-theme .ui.modal>.content>.image{align-self:top;display:block;flex:0 1 auto;width:""}html.honeywell-dark-theme .ui.modal>[class*="top aligned"]{align-self:top}html.honeywell-dark-theme .ui.modal>[class*="middle aligned"]{align-self:middle}html.honeywell-dark-theme .ui.modal>[class*=stretched]{align-self:stretch}html.honeywell-dark-theme .ui.modal>.content>.description{align-self:top;display:block;flex:1 0 auto;min-width:0}html.honeywell-dark-theme .ui.modal>.content>.icon+.description,html.honeywell-dark-theme .ui.modal>.content>.image+.description{flex:0 1 auto;min-width:"";padding-left:2em;width:auto}html.honeywell-dark-theme .ui.modal>.content>.image>i.icon{font-size:8rem;line-height:1;margin:0;opacity:1;width:auto}html.honeywell-dark-theme .ui.modal>.actions{border-top:1px solid #22242626;padding:1rem;text-align:right}html.honeywell-dark-theme .ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.modal{width:95%}}@media only screen and (min-width:768px){html.honeywell-dark-theme .ui.modal{width:88%}}@media only screen and (min-width:992px){html.honeywell-dark-theme .ui.modal{width:850px}}@media only screen and (min-width:1200px){html.honeywell-dark-theme .ui.modal{width:900px}}@media only screen and (min-width:1920px){html.honeywell-dark-theme .ui.modal{width:950px}}@media only screen and (max-width:991px){html.honeywell-dark-theme .ui.modal>.header{padding-right:2.25rem}html.honeywell-dark-theme .ui.modal>.close{right:1rem;top:1.0535rem}}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.modal>.header{padding:.75rem 2.25rem .75rem 1rem!important}html.honeywell-dark-theme .ui.modal>.content{display:block;padding:1rem!important}html.honeywell-dark-theme .ui.modal>.close{right:.5rem!important;top:.5rem!important}html.honeywell-dark-theme .ui.modal .image.content{flex-direction:column}html.honeywell-dark-theme .ui.modal .content>.image{display:block;margin:0 auto!important;max-width:100%;padding:0 0 1rem!important;text-align:center}html.honeywell-dark-theme .ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}html.honeywell-dark-theme .ui.modal .content>.description{box-shadow:none;display:block;margin:0!important;padding:1rem 0!important;width:100%!important}html.honeywell-dark-theme .ui.modal>.actions{padding:1rem 1rem 0!important}html.honeywell-dark-theme .ui.modal .actions>.button,html.honeywell-dark-theme .ui.modal .actions>.buttons{margin-bottom:1rem}}html.honeywell-dark-theme .ui.active.modal{display:block}html.honeywell-dark-theme .scrolling.dimmable.dimmed{overflow:hidden}html.honeywell-dark-theme .scrolling.dimmable.dimmed>.dimmer{-webkit-overflow-scrolling:touch;overflow:auto}html.honeywell-dark-theme .scrolling.dimmable>.dimmer{position:fixed}html.honeywell-dark-theme .modals.dimmer .ui.scrolling.modal{margin:3.5rem auto!important;position:static!important}html.honeywell-dark-theme .scrolling.undetached.dimmable.dimmed{-webkit-overflow-scrolling:touch;overflow:auto}html.honeywell-dark-theme .scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}html.honeywell-dark-theme .scrolling.undetached.dimmable .ui.scrolling.modal{margin-top:3.5rem!important;position:absolute}html.honeywell-dark-theme .undetached.dimmable.dimmed>.pusher{z-index:auto}@media only screen and (max-width:991px){html.honeywell-dark-theme .modals.dimmer .ui.scrolling.modal{margin-bottom:1rem!important;margin-top:1rem!important}}html.honeywell-dark-theme .ui.modal .scrolling.content{max-height:70vh;overflow:visible;overflow:initial}html.honeywell-dark-theme .ui.fullscreen.modal{left:2.5%!important;margin:1em auto;width:95%!important}html.honeywell-dark-theme .ui.fullscreen.scrolling.modal{left:0!important}html.honeywell-dark-theme .ui.fullscreen.modal>.header{padding-right:2.25rem}html.honeywell-dark-theme .ui.fullscreen.modal>.close{right:1rem;top:1.0535rem}html.honeywell-dark-theme .ui.modal{font-size:1rem}html.honeywell-dark-theme .ui.mini.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.mini.modal{width:95%}}@media only screen and (min-width:768px){html.honeywell-dark-theme .ui.mini.modal{width:35.2%}}@media only screen and (min-width:992px){html.honeywell-dark-theme .ui.mini.modal{width:340px}}@media only screen and (min-width:1200px){html.honeywell-dark-theme .ui.mini.modal{width:360px}}@media only screen and (min-width:1920px){html.honeywell-dark-theme .ui.mini.modal{width:380px}}html.honeywell-dark-theme .ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.small.modal{width:95%}}@media only screen and (min-width:768px){html.honeywell-dark-theme .ui.small.modal{width:70.4%}}@media only screen and (min-width:992px){html.honeywell-dark-theme .ui.small.modal{width:680px}}@media only screen and (min-width:1200px){html.honeywell-dark-theme .ui.small.modal{width:720px}}@media only screen and (min-width:1920px){html.honeywell-dark-theme .ui.small.modal{width:760px}}html.honeywell-dark-theme .ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.large.modal{width:95%}}@media only screen and (min-width:768px){html.honeywell-dark-theme .ui.large.modal{width:88%}}@media only screen and (min-width:992px){html.honeywell-dark-theme .ui.large.modal{width:1020px}}@media only screen and (min-width:1200px){html.honeywell-dark-theme .ui.large.modal{width:1080px}}@media only screen and (min-width:1920px){html.honeywell-dark-theme .ui.large.modal{width:1140px}}html.honeywell-dark-theme .ui.popup{background:#fff;border:1px solid #d4d4d5;border-radius:.28571429rem;box-shadow:0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626;color:#000000de;display:none;font-style:normal;font-weight:400;line-height:1.4285em;max-width:250px;min-width:-webkit-min-content;min-width:min-content;padding:.833em 1em;position:absolute;right:0;top:0;z-index:1900}html.honeywell-dark-theme .ui.popup>.header{font-size:1.14285714em;font-weight:700;line-height:1.2;padding:0}html.honeywell-dark-theme .ui.popup>.header+.content{padding-top:.5em}html.honeywell-dark-theme .ui.popup:before{background:#fff;content:"";height:.71428571em;position:absolute;transform:rotate(45deg);width:.71428571em;z-index:2}html.honeywell-dark-theme [data-tooltip]{position:relative}html.honeywell-dark-theme [data-tooltip]:before{background:#fff;box-shadow:1px 1px 0 0 #bababc;content:"";font-size:1rem;height:.71428571em;pointer-events:none;position:absolute;transform:rotate(45deg);width:.71428571em;z-index:2}html.honeywell-dark-theme [data-tooltip]:after{background:#fff;border:1px solid #d4d4d5;border-radius:.28571429rem;box-shadow:0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626;color:#000000de;content:attr(data-tooltip);font-size:1rem;font-style:normal;font-weight:400;line-height:1.4285em;max-width:none;padding:.833em 1em;pointer-events:none;position:absolute;text-align:left;text-transform:none;white-space:nowrap;z-index:1}html.honeywell-dark-theme [data-tooltip]:not([data-position]):before{background:#fff;bottom:100%;left:50%;margin-bottom:.14285714rem;margin-left:-.07142857rem;right:auto;top:auto}html.honeywell-dark-theme [data-tooltip]:not([data-position]):after{bottom:100%;left:50%;margin-bottom:.5em;transform:translateX(-50%)}html.honeywell-dark-theme [data-tooltip]:after,html.honeywell-dark-theme [data-tooltip]:before{pointer-events:none;visibility:hidden}html.honeywell-dark-theme [data-tooltip]:before{opacity:0;transform:rotate(45deg) scale(0)!important;transform-origin:center top;transition:all .1s ease}html.honeywell-dark-theme [data-tooltip]:after{opacity:1;transform-origin:center bottom;transition:all .1s ease}html.honeywell-dark-theme [data-tooltip]:hover:after,html.honeywell-dark-theme [data-tooltip]:hover:before{pointer-events:auto;visibility:visible}html.honeywell-dark-theme [data-tooltip]:hover:before{opacity:1;transform:rotate(45deg) scale(1)!important}html.honeywell-dark-theme [data-tooltip]:after,html.honeywell-dark-theme [data-tooltip][data-position="bottom center"]:after,html.honeywell-dark-theme [data-tooltip][data-position="top center"]:after{transform:translateX(-50%) scale(0)!important}html.honeywell-dark-theme [data-tooltip]:hover:after,html.honeywell-dark-theme [data-tooltip][data-position="bottom center"]:hover:after{transform:translateX(-50%) scale(1)!important}html.honeywell-dark-theme [data-tooltip][data-position="left center"]:after,html.honeywell-dark-theme [data-tooltip][data-position="right center"]:after{transform:translateY(-50%) scale(0)!important}html.honeywell-dark-theme [data-tooltip][data-position="left center"]:hover:after,html.honeywell-dark-theme [data-tooltip][data-position="right center"]:hover:after{transform:translateY(-50%) scale(1)!important}html.honeywell-dark-theme [data-tooltip][data-position="bottom left"]:after,html.honeywell-dark-theme [data-tooltip][data-position="bottom right"]:after,html.honeywell-dark-theme [data-tooltip][data-position="top left"]:after,html.honeywell-dark-theme [data-tooltip][data-position="top right"]:after{transform:scale(0)!important}html.honeywell-dark-theme [data-tooltip][data-position="bottom left"]:hover:after,html.honeywell-dark-theme [data-tooltip][data-position="bottom right"]:hover:after,html.honeywell-dark-theme [data-tooltip][data-position="top left"]:hover:after,html.honeywell-dark-theme [data-tooltip][data-position="top right"]:hover:after{transform:scale(1)!important}html.honeywell-dark-theme [data-tooltip][data-inverted]:before{background:#1b1c1d;box-shadow:none!important}html.honeywell-dark-theme [data-tooltip][data-inverted]:after{background:#1b1c1d;border:none;box-shadow:none;color:#fff}html.honeywell-dark-theme [data-tooltip][data-inverted]:after .header{background-color:none;color:#fff}html.honeywell-dark-theme [data-position="top center"][data-tooltip]:after{bottom:100%;left:50%;margin-bottom:.5em;right:auto;top:auto;transform:translateX(-50%)}html.honeywell-dark-theme [data-position="top center"][data-tooltip]:before{background:#fff;bottom:100%;left:50%;margin-bottom:.14285714rem;margin-left:-.07142857rem;right:auto;top:auto}html.honeywell-dark-theme [data-position="top left"][data-tooltip]:after{bottom:100%;left:0;margin-bottom:.5em;right:auto;top:auto}html.honeywell-dark-theme [data-position="top left"][data-tooltip]:before{bottom:100%;left:1em;margin-bottom:.14285714rem;margin-left:-.07142857rem;right:auto;top:auto}html.honeywell-dark-theme [data-position="top right"][data-tooltip]:after{bottom:100%;left:auto;margin-bottom:.5em;right:0;top:auto}html.honeywell-dark-theme [data-position="top right"][data-tooltip]:before{bottom:100%;left:auto;margin-bottom:.14285714rem;margin-left:-.07142857rem;right:1em;top:auto}html.honeywell-dark-theme [data-position="bottom center"][data-tooltip]:after{bottom:auto;left:50%;margin-top:.5em;right:auto;top:100%;transform:translateX(-50%)}html.honeywell-dark-theme [data-position="bottom center"][data-tooltip]:before{bottom:auto;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem;right:auto;top:100%}html.honeywell-dark-theme [data-position="bottom left"][data-tooltip]:after{left:0;margin-top:.5em;top:100%}html.honeywell-dark-theme [data-position="bottom left"][data-tooltip]:before{bottom:auto;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem;right:auto;top:100%}html.honeywell-dark-theme [data-position="bottom right"][data-tooltip]:after{margin-top:.5em;right:0;top:100%}html.honeywell-dark-theme [data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;margin-left:-.14285714rem;margin-top:.07142857rem;right:1em;top:100%}html.honeywell-dark-theme [data-position="left center"][data-tooltip]:after{margin-right:.5em;right:100%;top:50%;transform:translateY(-50%)}html.honeywell-dark-theme [data-position="left center"][data-tooltip]:before{margin-right:-.07142857rem;margin-top:-.14285714rem;right:100%;top:50%}html.honeywell-dark-theme [data-position="right center"][data-tooltip]:after{left:100%;margin-left:.5em;top:50%;transform:translateY(-50%)}html.honeywell-dark-theme [data-position="right center"][data-tooltip]:before{left:100%;margin-left:.14285714rem;margin-top:-.07142857rem;top:50%}html.honeywell-dark-theme [data-position~=bottom][data-tooltip]:before{background:#fff;box-shadow:-1px -1px 0 0 #bababc}html.honeywell-dark-theme [data-position="left center"][data-tooltip]:before{background:#fff;box-shadow:1px -1px 0 0 #bababc}html.honeywell-dark-theme [data-position="right center"][data-tooltip]:before{background:#fff;box-shadow:-1px 1px 0 0 #bababc}html.honeywell-dark-theme [data-position~=top][data-tooltip]:before{background:#fff}html.honeywell-dark-theme [data-inverted][data-position~=bottom][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px -1px 0 0 #bababc}html.honeywell-dark-theme [data-inverted][data-position="left center"][data-tooltip]:before{background:#1b1c1d;box-shadow:1px -1px 0 0 #bababc}html.honeywell-dark-theme [data-inverted][data-position="right center"][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px 1px 0 0 #bababc}html.honeywell-dark-theme [data-inverted][data-position~=top][data-tooltip]:before{background:#1b1c1d}html.honeywell-dark-theme [data-position~=bottom][data-tooltip]:before{transform-origin:center bottom}html.honeywell-dark-theme [data-position~=bottom][data-tooltip]:after{transform-origin:center top}html.honeywell-dark-theme [data-position="left center"][data-tooltip]:before{transform-origin:top center}html.honeywell-dark-theme [data-position="left center"][data-tooltip]:after,html.honeywell-dark-theme [data-position="right center"][data-tooltip]:before{transform-origin:right center}html.honeywell-dark-theme [data-position="right center"][data-tooltip]:after{transform-origin:left center}html.honeywell-dark-theme .ui.popup{margin:0}html.honeywell-dark-theme .ui.top.popup{margin:0 0 .71428571em}html.honeywell-dark-theme .ui.top.left.popup{transform-origin:left bottom}html.honeywell-dark-theme .ui.top.center.popup{transform-origin:center bottom}html.honeywell-dark-theme .ui.top.right.popup{transform-origin:right bottom}html.honeywell-dark-theme .ui.left.center.popup{margin:0 .71428571em 0 0;transform-origin:right 50%}html.honeywell-dark-theme .ui.right.center.popup{margin:0 0 0 .71428571em;transform-origin:left 50%}html.honeywell-dark-theme .ui.bottom.popup{margin:.71428571em 0 0}html.honeywell-dark-theme .ui.bottom.left.popup{transform-origin:left top}html.honeywell-dark-theme .ui.bottom.center.popup{transform-origin:center top}html.honeywell-dark-theme .ui.bottom.right.popup{transform-origin:right top}html.honeywell-dark-theme .ui.bottom.center.popup:before{bottom:auto;box-shadow:-1px -1px 0 0 #bababc;left:50%;margin-left:-.30714286em;right:auto;top:-.30714286em}html.honeywell-dark-theme .ui.bottom.left.popup{margin-left:0}html.honeywell-dark-theme .ui.bottom.left.popup:before{bottom:auto;box-shadow:-1px -1px 0 0 #bababc;left:1em;margin-left:0;right:auto;top:-.30714286em}html.honeywell-dark-theme .ui.bottom.right.popup{margin-right:0}html.honeywell-dark-theme .ui.bottom.right.popup:before{bottom:auto;box-shadow:-1px -1px 0 0 #bababc;left:auto;margin-left:0;right:1em;top:-.30714286em}html.honeywell-dark-theme .ui.top.center.popup:before{bottom:-.30714286em;left:50%;margin-left:-.30714286em;right:auto;top:auto}html.honeywell-dark-theme .ui.top.left.popup{margin-left:0}html.honeywell-dark-theme .ui.top.left.popup:before{bottom:-.30714286em;left:1em;margin-left:0;right:auto;top:auto}html.honeywell-dark-theme .ui.top.right.popup{margin-right:0}html.honeywell-dark-theme .ui.top.right.popup:before{bottom:-.30714286em;left:auto;margin-left:0;right:1em;top:auto}html.honeywell-dark-theme .ui.left.center.popup:before{bottom:auto;box-shadow:1px -1px 0 0 #bababc;left:auto;margin-top:-.30714286em;right:-.30714286em;top:50%}html.honeywell-dark-theme .ui.right.center.popup:before{bottom:auto;box-shadow:-1px 1px 0 0 #bababc;left:-.30714286em;margin-top:-.30714286em;right:auto;top:50%}html.honeywell-dark-theme .ui.bottom.popup:before,html.honeywell-dark-theme .ui.left.center.popup:before,html.honeywell-dark-theme .ui.right.center.popup:before,html.honeywell-dark-theme .ui.top.popup:before{background:#fff}html.honeywell-dark-theme .ui.inverted.bottom.popup:before,html.honeywell-dark-theme .ui.inverted.left.center.popup:before,html.honeywell-dark-theme .ui.inverted.right.center.popup:before,html.honeywell-dark-theme .ui.inverted.top.popup:before{background:#1b1c1d}html.honeywell-dark-theme .ui.popup>.ui.grid:not(.padded){margin:-.7rem -.875rem;width:calc(100% + 1.75rem)}html.honeywell-dark-theme .ui.loading.popup{display:block;visibility:hidden;z-index:-1}html.honeywell-dark-theme .ui.animating.popup,html.honeywell-dark-theme .ui.visible.popup{display:block}html.honeywell-dark-theme .ui.visible.popup{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}html.honeywell-dark-theme .ui.basic.popup:before{display:none}html.honeywell-dark-theme .ui.wide.popup{max-width:350px}html.honeywell-dark-theme .ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){html.honeywell-dark-theme .ui.wide.popup,html.honeywell-dark-theme .ui[class*="very wide"].popup{max-width:250px}}html.honeywell-dark-theme .ui.fluid.popup{max-width:none;width:100%}html.honeywell-dark-theme .ui.inverted.popup{background:#1b1c1d;border:none;box-shadow:none;color:#fff}html.honeywell-dark-theme .ui.inverted.popup .header{background-color:none;color:#fff}html.honeywell-dark-theme .ui.inverted.popup:before{background-color:#1b1c1d;box-shadow:none!important}html.honeywell-dark-theme .ui.flowing.popup{max-width:none}html.honeywell-dark-theme .ui.mini.popup{font-size:.78571429rem}html.honeywell-dark-theme .ui.tiny.popup{font-size:.85714286rem}html.honeywell-dark-theme .ui.small.popup{font-size:.92857143rem}html.honeywell-dark-theme .ui.popup{font-size:1rem}html.honeywell-dark-theme .ui.large.popup{font-size:1.14285714rem}html.honeywell-dark-theme .ui.huge.popup{font-size:1.42857143rem}html.honeywell-dark-theme .ui.search{position:relative}html.honeywell-dark-theme .ui.search>.prompt{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-appearance:none;box-shadow:inset 0 0 0 0 #0000;font-size:1em;font-style:normal;font-weight:400;line-height:1.21428571em;margin:0;outline:none;padding:.67857143em 1em;text-shadow:none;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease}html.honeywell-dark-theme .ui.search .prompt{border-radius:500rem}html.honeywell-dark-theme .ui.search .prompt~.search.icon{cursor:pointer}html.honeywell-dark-theme .ui.search>.results{box-shadow:0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626;display:none;left:0;margin-top:.5em;position:absolute;top:100%;transform-origin:center top;white-space:normal;width:18em;z-index:998}html.honeywell-dark-theme .ui.search>.results .result{cursor:pointer;display:block;font-size:1em;line-height:1.33;overflow:hidden;padding:.85714286em 1.14285714em}html.honeywell-dark-theme .ui.search>.results .result:last-child{border-bottom:none!important}html.honeywell-dark-theme .ui.search>.results .result .image{background:none;border-radius:.25em;float:right;height:3em;overflow:hidden;width:5em}html.honeywell-dark-theme .ui.search>.results .result .image img{display:block;height:100%;width:auto}html.honeywell-dark-theme .ui.search>.results .result .image+.content{margin:0 6em 0 0}html.honeywell-dark-theme .ui.search>.results .result .title{font-size:1em;font-weight:700;margin:-.14285714em 0 0}html.honeywell-dark-theme .ui.search>.results .result .description{font-size:.92857143em;margin-top:0}html.honeywell-dark-theme .ui.search>.results>.message{padding:1em}html.honeywell-dark-theme .ui.search>.results>.message .header{font-size:1rem;font-weight:700}html.honeywell-dark-theme .ui.search>.results>.message .description{font-size:1em;margin-top:.25rem}html.honeywell-dark-theme .ui.search>.results>.action{border-top:none;display:block;font-weight:700;padding:.92857143em 1em;text-align:center}html.honeywell-dark-theme .ui.loading.search .input>i.icon:before{border:.2em solid #0000001a;border-radius:500rem;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html.honeywell-dark-theme .ui.loading.search .input>i.icon:after{animation:button-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#767676;box-shadow:0 0 0 1px #0000;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html.honeywell-dark-theme .ui.category.search>.results .category .result.active,html.honeywell-dark-theme .ui.search>.results .result.active{box-shadow:none;position:relative}html.honeywell-dark-theme .ui.search.selection .prompt{border-radius:.28571429rem}html.honeywell-dark-theme .ui.search.selection>.icon.input>.remove.icon{color:"";left:auto;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:color .1s ease,opacity .1s ease}html.honeywell-dark-theme .ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}html.honeywell-dark-theme .ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}html.honeywell-dark-theme .ui.search.selection>.icon.input>.remove.icon:hover{color:#db2828;opacity:1}html.honeywell-dark-theme .ui.category.search .results{width:28em}html.honeywell-dark-theme .ui.category.search>.results .category{border-bottom:1px solid #2224261a;box-shadow:none;transition:background .1s ease,border-color .1s ease}html.honeywell-dark-theme .ui.category.search>.results .category:last-child{border-bottom:none}html.honeywell-dark-theme .ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}html.honeywell-dark-theme .ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem 0}html.honeywell-dark-theme .ui.category.search>.results .category .result{margin-left:100px;padding:.85714286em 1.14285714em;transition:background .1s ease,border-color .1s ease}html.honeywell-dark-theme .ui.category.search>.results .category:last-child .result:last-child{border-bottom:none}html.honeywell-dark-theme .ui.category.search>.results .category>.name{background:#0000;float:1em;float:left;font-size:1em;font-weight:700;padding:.4em 1em;width:100px}html.honeywell-dark-theme .ui[class*="left aligned"].search>.results{left:0;right:auto}html.honeywell-dark-theme .ui[class*="right aligned"].search>.results{left:auto;right:0}html.honeywell-dark-theme .ui.fluid.search .results{width:100%}html.honeywell-dark-theme .ui.mini.search{font-size:.78571429em}html.honeywell-dark-theme .ui.small.search{font-size:.92857143em}html.honeywell-dark-theme .ui.search{font-size:1em}html.honeywell-dark-theme .ui.large.search{font-size:1.14285714em}html.honeywell-dark-theme .ui.big.search{font-size:1.28571429em}html.honeywell-dark-theme .ui.huge.search{font-size:1.42857143em}html.honeywell-dark-theme .ui.massive.search{font-size:1.71428571em}html.honeywell-dark-theme .ui.sidebar{-webkit-overflow-scrolling:touch;border-radius:0!important;height:100%!important;left:0;margin:0!important;max-height:100%;overflow-y:auto!important;position:fixed;top:0;transform:translateZ(0);transition:none;visibility:hidden;will-change:transform;z-index:102}html.honeywell-dark-theme .ui.sidebar,html.honeywell-dark-theme .ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}html.honeywell-dark-theme .ui.left.sidebar{left:0;right:auto;transform:translate3d(-100%,0,0)}html.honeywell-dark-theme .ui.right.sidebar{left:auto!important;right:0!important;transform:translate3d(100%,0,0)}html.honeywell-dark-theme .ui.bottom.sidebar,html.honeywell-dark-theme .ui.top.sidebar{height:auto!important;width:100%!important}html.honeywell-dark-theme .ui.top.sidebar{bottom:auto!important;top:0!important;transform:translate3d(0,-100%,0)}html.honeywell-dark-theme .ui.bottom.sidebar{bottom:0!important;top:auto!important;transform:translate3d(0,100%,0)}html.honeywell-dark-theme .pushable{height:100%;overflow-x:hidden;padding:0!important}html.honeywell-dark-theme .pushable:not(body){transform:translateZ(0)}html.honeywell-dark-theme .pushable:not(body)>.fixed,html.honeywell-dark-theme .pushable:not(body)>.pusher:after,html.honeywell-dark-theme .pushable:not(body)>.ui.sidebar{position:absolute}html.honeywell-dark-theme .pushable>.fixed{position:fixed;will-change:transform;z-index:101}html.honeywell-dark-theme .pushable>.fixed,html.honeywell-dark-theme .pushable>.pusher{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .5s ease}html.honeywell-dark-theme .pushable>.pusher{background:inherit;min-height:100%;overflow:hidden;position:relative;z-index:2}html.honeywell-dark-theme .pushable>.pusher:after{background-color:#0006;content:"";opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity .5s;will-change:opacity;z-index:1000}html.honeywell-dark-theme .ui.sidebar.menu .item{border-radius:0!important}html.honeywell-dark-theme .pushable>.pusher.dimmed:after{height:100%!important;opacity:1!important;width:100%!important}html.honeywell-dark-theme .ui.animating.sidebar{visibility:visible}html.honeywell-dark-theme .ui.visible.sidebar{transform:translateZ(0);visibility:visible}html.honeywell-dark-theme .ui.bottom.visible.sidebar,html.honeywell-dark-theme .ui.left.visible.sidebar,html.honeywell-dark-theme .ui.right.visible.sidebar,html.honeywell-dark-theme .ui.top.visible.sidebar{box-shadow:0 0 20px #22242626}html.honeywell-dark-theme .ui.visible.left.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.left.sidebar~.pusher{transform:translate3d(260px,0,0)}html.honeywell-dark-theme .ui.visible.right.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.right.sidebar~.pusher{transform:translate3d(-260px,0,0)}html.honeywell-dark-theme .ui.visible.top.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.top.sidebar~.pusher{transform:translate3d(0,36px,0)}html.honeywell-dark-theme .ui.visible.bottom.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.bottom.sidebar~.pusher{transform:translate3d(0,-36px,0)}html.honeywell-dark-theme .ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,html.honeywell-dark-theme .ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{transform:translateZ(0)}html.honeywell-dark-theme .ui.visible.thin.left.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.thin.left.sidebar~.pusher{transform:translate3d(150px,0,0)}html.honeywell-dark-theme .ui.visible[class*="very thin"].left.sidebar~.fixed,html.honeywell-dark-theme .ui.visible[class*="very thin"].left.sidebar~.pusher{transform:translate3d(60px,0,0)}html.honeywell-dark-theme .ui.visible.wide.left.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.wide.left.sidebar~.pusher{transform:translate3d(350px,0,0)}html.honeywell-dark-theme .ui.visible[class*="very wide"].left.sidebar~.fixed,html.honeywell-dark-theme .ui.visible[class*="very wide"].left.sidebar~.pusher{transform:translate3d(475px,0,0)}html.honeywell-dark-theme .ui.visible.thin.right.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.thin.right.sidebar~.pusher{transform:translate3d(-150px,0,0)}html.honeywell-dark-theme .ui.visible[class*="very thin"].right.sidebar~.fixed,html.honeywell-dark-theme .ui.visible[class*="very thin"].right.sidebar~.pusher{transform:translate3d(-60px,0,0)}html.honeywell-dark-theme .ui.visible.wide.right.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.wide.right.sidebar~.pusher{transform:translate3d(-350px,0,0)}html.honeywell-dark-theme .ui.visible[class*="very wide"].right.sidebar~.fixed,html.honeywell-dark-theme .ui.visible[class*="very wide"].right.sidebar~.pusher{transform:translate3d(-475px,0,0)}html.honeywell-dark-theme .ui.overlay.sidebar{z-index:102}html.honeywell-dark-theme .ui.left.overlay.sidebar{transform:translate3d(-100%,0,0)}html.honeywell-dark-theme .ui.right.overlay.sidebar{transform:translate3d(100%,0,0)}html.honeywell-dark-theme .ui.top.overlay.sidebar{transform:translate3d(0,-100%,0)}html.honeywell-dark-theme .ui.bottom.overlay.sidebar{transform:translate3d(0,100%,0)}html.honeywell-dark-theme .animating.ui.overlay.sidebar,html.honeywell-dark-theme .ui.visible.overlay.sidebar{transition:transform .5s ease}html.honeywell-dark-theme .ui.visible.bottom.overlay.sidebar,html.honeywell-dark-theme .ui.visible.left.overlay.sidebar,html.honeywell-dark-theme .ui.visible.right.overlay.sidebar,html.honeywell-dark-theme .ui.visible.top.overlay.sidebar{transform:translateZ(0)}html.honeywell-dark-theme .ui.visible.overlay.sidebar~.fixed,html.honeywell-dark-theme .ui.visible.overlay.sidebar~.pusher{transform:none!important}html.honeywell-dark-theme .ui.push.sidebar{transition:transform .5s ease;z-index:102}html.honeywell-dark-theme .ui.left.push.sidebar{transform:translate3d(-100%,0,0)}html.honeywell-dark-theme .ui.right.push.sidebar{transform:translate3d(100%,0,0)}html.honeywell-dark-theme .ui.top.push.sidebar{transform:translate3d(0,-100%,0)}html.honeywell-dark-theme .ui.bottom.push.sidebar{transform:translate3d(0,100%,0)}html.honeywell-dark-theme .ui.visible.push.sidebar{transform:translateZ(0)}html.honeywell-dark-theme .ui.uncover.sidebar{transform:translateZ(0);z-index:1}html.honeywell-dark-theme .ui.visible.uncover.sidebar{transform:translateZ(0);transition:transform .5s ease}html.honeywell-dark-theme .ui.slide.along.sidebar{z-index:1}html.honeywell-dark-theme .ui.left.slide.along.sidebar{transform:translate3d(-50%,0,0)}html.honeywell-dark-theme .ui.right.slide.along.sidebar{transform:translate3d(50%,0,0)}html.honeywell-dark-theme .ui.top.slide.along.sidebar{transform:translate3d(0,-50%,0)}html.honeywell-dark-theme .ui.bottom.slide.along.sidebar{transform:translate3d(0,50%,0)}html.honeywell-dark-theme .ui.animating.slide.along.sidebar{transition:transform .5s ease}html.honeywell-dark-theme .ui.visible.slide.along.sidebar{transform:translateZ(0)}html.honeywell-dark-theme .ui.slide.out.sidebar{z-index:1}html.honeywell-dark-theme .ui.left.slide.out.sidebar{transform:translate3d(50%,0,0)}html.honeywell-dark-theme .ui.right.slide.out.sidebar{transform:translate3d(-50%,0,0)}html.honeywell-dark-theme .ui.top.slide.out.sidebar{transform:translate3d(0,50%,0)}html.honeywell-dark-theme .ui.bottom.slide.out.sidebar{transform:translate3d(0,-50%,0)}html.honeywell-dark-theme .ui.animating.slide.out.sidebar{transition:transform .5s ease}html.honeywell-dark-theme .ui.visible.slide.out.sidebar{transform:translateZ(0)}html.honeywell-dark-theme .accordion.ui.fluid{border:.0625rem solid #606060;border-top:none}html.honeywell-dark-theme .accordion.ui.fluid .title{background:#303030;border-top:.0625rem solid #606060;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.25px;line-height:1.5rem;padding:1rem}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{color:#606060;cursor:not-allowed}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 #0000}html.honeywell-dark-theme .accordion.ui.fluid .active.content{background:#303030;border-top:none;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.accordion:not(.styled) .title~.content:not(.ui){padding-bottom:1rem!important;padding-left:1rem;padding-right:1rem;padding-top:0}html.honeywell-dark-theme .ui.label.badge{color:#000!important;font-size:.75rem;font-weight:600;line-height:1rem;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{height:.5rem!important;min-height:0!important;min-width:0!important;padding:0!important;width:.5rem!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:gray!important;border-color:gray!important;color:#fff!important}html.honeywell-dark-theme .badged-icon{display:inline-block;position:relative}html.honeywell-dark-theme .badged-icon .ui.label{bottom:50%;margin:0;position:absolute;right:-25%;z-index:100}html.honeywell-dark-theme .badged-icon .ui.label.empty{height:.5rem;left:50%;top:0;width:.5rem}html.honeywell-dark-theme .below-text{margin:.125rem 0;min-height:1.25rem}html.honeywell-dark-theme .below-text .ui.error-message{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{display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;letter-spacing:0;line-height:1.25rem}html.honeywell-dark-theme .below-text .ui.helper-message{color:#e0e0e0;color:#a0a0a0;font-weight:400}html.honeywell-dark-theme .ui.breadcrumb{align-items:center;color:#e0e0e0;color:#a0a0a0;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;margin-bottom:.5rem!important;margin-left:1rem;margin-top:.5rem!important}html.honeywell-dark-theme .ui.breadcrumb .divider{align-items:center;display:flex;margin:0 .25rem}html.honeywell-dark-theme .ui.breadcrumb .divider .h-icon{color:#fff;font-size:.5rem}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{align-items:center;display:flex}html.honeywell-dark-theme .ui.breadcrumb a.section{cursor:pointer}html.honeywell-dark-theme .ui.button{border-radius:0;box-sizing:border-box;cursor:pointer;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.375rem;margin:0;outline:none;padding:.4375rem 2.4375rem;text-transform:uppercase;transition:border-color .5s ease,background .5s ease,color .5s ease}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{color:#0000!important;cursor:default;opacity:1;pointer-events:auto;position:relative;text-shadow:none!important;transition:all 0s linear,opacity .1s ease}html.honeywell-dark-theme .ui.button.loading:before{border:.2em solid #00000026;border-radius:500rem}html.honeywell-dark-theme .ui.button.loading:after,html.honeywell-dark-theme .ui.button.loading:before{content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html.honeywell-dark-theme .ui.button.loading:after{animation:button-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#fff;box-shadow:0 0 0 1px #0000}html.honeywell-dark-theme .ui.button.loading.icon .icon{background-color:initial;box-shadow:none}html.honeywell-dark-theme .ui.button.loading .basic:not(.inverted):before{border-color:#0000001a}html.honeywell-dark-theme .ui.button.loading .basic:not(.inverted):after{border-top-color:#767676}html.honeywell-dark-theme .ui.button.primary{background-color:#45a7ea;border:.0625rem solid #45a7ea;color:#000}html.honeywell-dark-theme .ui.button.primary:focus{background:#45a7ea;border:.0625rem solid #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{background-color:initial;border:.0625rem solid #45a7ea;color:#45a7ea}html.honeywell-dark-theme .ui.button.secondary:hover{background-color:initial;border-color:#5db2ec;color:#5db2ec}html.honeywell-dark-theme .ui.button.secondary.disabled{background-color:#505050;border-color:#505050;color:#000}html.honeywell-dark-theme .ui.button.secondary:active{background-color:initial;border-color:#8bc8f2;color:#8bc8f2}html.honeywell-dark-theme .ui.button.link{background-color:initial;border:none;color:#45a7ea;padding:0;text-transform:none}html.honeywell-dark-theme .ui.button.link:hover{background-color:initial;color:#5db2ec}html.honeywell-dark-theme .ui.button.link.disabled{background-color:initial;color:#606060}html.honeywell-dark-theme .ui.button.link:active{background-color:initial;color:#b0b0b0}html.honeywell-dark-theme .ui.button.inline,html.honeywell-dark-theme .ui.button.inline:focus{background-color:#e0e0e0;border:.0625rem solid #e0e0e0;color:#000}html.honeywell-dark-theme .ui.button.inline:hover{background-color:#d0d0d0;border-color:#d0d0d0;color:#000}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{background-color:initial;border:.0625rem solid #e0e0e0;color:#e0e0e0}html.honeywell-dark-theme .ui.button.inline-secondary:hover{background-color:initial;border-color:#d0d0d0;color:#d0d0d0}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{background-color:initial;border-color:#b0b0b0;color:#b0b0b0}html.honeywell-dark-theme .ui.button.small{height:1.875rem;padding:0 .875rem}html.honeywell-dark-theme .ui.button.large{font-size:1em;padding:30px 72px}html.honeywell-dark-theme .ui.button .h-icon{font-size:.875rem;line-height:.875rem;opacity:1!important;padding:.125rem;vertical-align:top}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{border-radius:0;margin-left:0!important}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;display:flex;flex-direction:column;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;width:100%}html.honeywell-dark-theme .ui.card .header{align-items:center;color:#e0e0e0;display:flex;flex-grow:0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:1.5rem;padding:.75rem 1rem 0}html.honeywell-dark-theme .ui.card .header .h-icon{color:#fff;margin:0}html.honeywell-dark-theme .ui.card .header>:not(.header){align-items:center;display:flex;justify-content:flex-start}html.honeywell-dark-theme .ui.card .meta{color:#e0e0e0;color:#a0a0a0;font-size:1rem;line-height:1.5rem;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;font-weight:400;letter-spacing:0}html.honeywell-dark-theme .ui.card .content{border-top:none!important;color:#e0e0e0;flex-grow:1;font-size:.875rem;line-height:1.375rem;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{align-items:center;border-top:.0625rem solid #606060!important;display:flex;flex-grow:0;height:3rem;justify-content:flex-end;margin:0 1rem;padding:0}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{justify-content:flex-start!important}html.honeywell-dark-theme .ui.card.raised{box-shadow:0 1px 2px #00000080!important}html.honeywell-dark-theme .ui.carousel{width:100%}html.honeywell-dark-theme .ui.carousel .carousel-core{height:100%;overflow:hidden;position:relative}html.honeywell-dark-theme .ui.carousel .carousel-next,html.honeywell-dark-theme .ui.carousel .carousel-prev{border-radius:59px;cursor:pointer;height:59px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);transition:background .5s ease-in,color .5s ease-in;width:59px;z-index:5}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{background-size:cover;height:100%;opacity:0;overflow:hidden;position:absolute;transition-duration:.5s;transition-property:opacity;transition-timing-function:ease-in;width:100%;z-index:1}html.honeywell-dark-theme .ui.carousel .carousel-item.current{display:block;opacity:1;z-index:2}html.honeywell-dark-theme .ui.carousel .carousel-item .carousel-content{color:#fff;font-weight:300!important;left:90px;max-height:100%;padding:1rem;position:absolute;text-align:left;top:50%;transform:translateY(-50%);width:40%}html.honeywell-dark-theme .ui.carousel .slide-markers{bottom:15px;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translateX(-50%);z-index:5}html.honeywell-dark-theme .ui.carousel .slide-markers .slide-marker-item{border:1px solid;border-radius:15px;cursor:pointer;display:inline-block;height:15px;margin-left:15px;width:15px}html.honeywell-dark-theme .ui.carousel .slide-markers .slide-marker-item.active,html.honeywell-dark-theme .ui.carousel .slide-markers .slide-marker-item:hover{background:#fff;border-color:#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:#30303099}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{background-size:cover;height:100%;overflow:hidden;text-align:center;width:100%}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{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;margin:0 .75rem .75rem 0;min-height:1rem}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{background:#303030;border:.0625rem solid #707070;border-radius:0;content:"";height:1rem;width:1rem}html.honeywell-dark-theme .ui.checkbox .box:after,html.honeywell-dark-theme .ui.checkbox label:after{height:1rem;width:1rem}html.honeywell-dark-theme .ui.checkbox input~label,html.honeywell-dark-theme .ui.checkbox input~label:hover{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1rem}html.honeywell-dark-theme .ui.checkbox input:checked~.box:after,html.honeywell-dark-theme .ui.checkbox input:checked~label:after{background:#45a7ea;color:#fff!important;content:"";font-family:Honeywell-Icons!important;font-size:.74em;opacity:1;padding-top:0;transform:scale(1)}html.honeywell-dark-theme .ui.checkbox input:checked~label{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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;line-height:1rem!important;opacity:1!important}html.honeywell-dark-theme .ui.checkbox input[disabled]~label:hover,html.honeywell-dark-theme .ui.disabled.checkbox label:hover{color:#e0e0e0;color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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{border-color:#707070;border-bottom:1rem solid #45a7ea;border-left:1rem solid #0000;content:"";height:0;width:0}html.honeywell-dark-theme .ui.toggle.checkbox input~label{color:#e0e0e0!important;padding-left:2.5rem;padding-top:.125rem!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{background-color:#fff!important;border:0!important;height:.75rem!important;left:2px!important;top:.25rem!important;width:.75rem!important}html.honeywell-dark-theme .ui.toggle.checkbox input:focus~.label:before,html.honeywell-dark-theme .ui.toggle.checkbox input~label:before{background-color:#e0e0e0!important;background-color:#404040!important;border:2px solid #b0b0b0!important;border-radius:2rem;height:1rem!important;top:.125rem;width:2rem!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{border:0!important;left:1.062rem!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 #00000080;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;padding:1rem;position:relative;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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;text-transform:uppercase}html.honeywell-dark-theme .ui.color-picker .slider{background:#fff;height:.75rem;margin:.625rem 0;position:relative;width:100%}html.honeywell-dark-theme .ui.color-picker .slider:last-child{margin-bottom:.5rem}html.honeywell-dark-theme .ui.color-picker .circle-pointer{background:#303030;border:.0625rem solid #606060;border-radius:1rem;box-shadow:0 4px 8px 0 #00000080;height:1rem;left:-.5rem;position:absolute;top:-.125rem;width:1rem}html.honeywell-dark-theme .ui.color-picker .saturation-block{display:inline-block;padding-top:49%;position:relative;width:8rem}html.honeywell-dark-theme .ui.color-picker .current-selection-block{background:#fff;display:inline-block;height:4.72rem;margin-left:.5rem;position:relative;width:1rem}html.honeywell-dark-theme .ui.color-picker .current-selection-block .current-selection{height:4.72rem;position:absolute;width:1rem;z-index:5}html.honeywell-dark-theme .ui.color-picker .advanced-toggle{cursor:pointer;display:flex;justify-content:space-between;padding:.5rem 0}html.honeywell-dark-theme .ui.color-picker .advanced-toggle .heading{display:inline-block;line-height:1.5rem;padding-bottom:0}html.honeywell-dark-theme .ui.color-picker .advanced-toggle .toggle-btn{align-self:center;display:inline-block;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;cursor:pointer;transition:color .1s linear}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{background-color:#303030;border:.0625rem solid #606060;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem!important;outline:none;padding:.25rem;transition:#707070 .15s ease-in;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{font-size:.75rem!important;margin-left:.125rem;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;display:flex;justify-content:space-between;padding-left:-.125rem;padding-right:-.125rem;padding-top:1rem}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{flex:1 1 auto;margin-left:.125rem;margin-right:.125rem;padding-left:0;padding-right:0;text-align:center}html.honeywell-dark-theme .ui.color-picker .color-input-wrap{display:flex;justify-content:space-between;padding-bottom:.5rem}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-nav-icon{color:#fff;cursor:pointer;display:block;margin-bottom:.125rem;padding:.125rem;transition:color .1s linear}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{align-items:flex-end;cursor:pointer;display:flex}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:flex;flex-direction:column;justify-content:space-between;width:100%}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row{display:flex;flex-grow:1}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row .color-type-input-label{display:flex;flex-grow:1;padding-left:0!important;padding-right:0!important;position:relative}html.honeywell-dark-theme .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row .multi-color-type-input{display:flex;flex-grow:1;padding-left:.125rem;padding-right:0;position:relative}html.honeywell-dark-theme .ui.color-picker .swatch-wrapper{border-bottom:.0625rem solid #606060}html.honeywell-dark-theme .ui.color-picker .swatch-item{border:1px solid #0000;cursor:pointer;display:inline-block;height:1.5rem;margin-right:.125rem;padding:.25rem;width:1.5rem}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;height:100%;width:100%}html.honeywell-dark-theme .ui.color-picker .swatch-row{height:1.5rem;margin-bottom:.125rem}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{background:#303030;display:inline-block;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1.3rem;text-align:center}html.honeywell-dark-theme .ui.date-picker-calendar .day{align-items:center;border:1px solid #0000;color:#e0e0e0;color:#a0a0a0;cursor:pointer;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;height:2rem;justify-content:center;letter-spacing:0;line-height:1.25rem;transition:background .1s;width:2rem}html.honeywell-dark-theme .ui.date-picker-calendar .week>.day:not(.selected):not(.different-month):not(.disabled){color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem}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{color:#e0e0e0;color:#606060;cursor:default;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem}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{align-items:center;display:flex;justify-content:center}html.honeywell-dark-theme .ui.date-picker-input .cal-row{display:flex;width:100%}html.honeywell-dark-theme .ui.date-picker-input .datetime-input-wrap{align-items:flex-end;display:flex}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;display:block;font-size:.75rem;padding-bottom:.75rem;-webkit-user-select:none;user-select:none}html.honeywell-dark-theme .ui.date-picker-input .header .month-display{align-items:center;font-weight:600;justify-content:center}html.honeywell-dark-theme .ui.date-picker-input .header .month-label{display:block;flex:1 1 auto;height:1rem;justify-content:center;line-height:1rem;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{color:#fff;cursor:pointer;display:flex;font-size:1rem;transition:color .1s linear}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{display:inline-block;position:relative;z-index:4}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{bottom:1.5rem;box-shadow:0 4px 8px 0 #00000080;display:flex;position:absolute;transform:translateY(calc(100% + .25rem));z-index:500}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay{box-shadow:none;transform:translateY(100%)}}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{background:#303030;display:flex;flex-direction:column;padding:1rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .calendar-overlay-wrap{border:.0625rem solid #606060;border-right:none;box-shadow:0 4px 8px 0 #00000080}}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .time-wrap{background:#303030;border-left:.0625rem solid #606060;display:flex;flex:1 0 auto;flex-direction:column;font-size:.75rem;max-height:294px;overflow-y:scroll;width:6.75rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .time-wrap{border:.0625rem solid #606060;box-shadow:0 4px 8px 0 #00000080;font-size:.75rem!important;height:294px}}html.honeywell-dark-theme .ui.date-picker-input .calendar-overlay .time-wrap .time-option{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem;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{align-items:center;display:flex;justify-content:center;padding-top:1rem}html.honeywell-dark-theme .ui.date-picker-input .today-btn{color:#45a7ea;cursor:pointer;font-size:.875rem;font-weight:600}html.honeywell-dark-theme .ui.date-picker-input.is-range .date-picker-footer{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.compact .date-picker-footer{justify-content:end}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{bottom:100%;transform:translateY(0)}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-image:linear-gradient(#d0d0d0,#d0d0d0);background-size:auto 1px}html.honeywell-dark-theme .ui.horizontal.divider{white-space:normal}html.honeywell-dark-theme .ui.vertical.divider{height:50%;left:auto;line-height:1rem;margin:1rem;position:relative;text-align:center;transform:none}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{align-items:stretch;background:#d0d0d0;bottom:0;display:flex;flex-direction:row;height:inherit;position:relative;top:0;width:1px}html.honeywell-dark-theme .nochild-divider-fitted{margin-left:.1rem;margin-right:.1rem}html.honeywell-dark-theme .nochild-divider-section{align-items:stretch;background:#d0d0d0;bottom:0;display:flex;flex-direction:row;height:inherit;margin-left:2rem;margin-right:2rem;position:relative;top:0;width:1px}html.honeywell-dark-theme .ui.divider:not(.vertical):not(.horizontal){border-bottom:none;border-top:1px solid #d0d0d0}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{align-items:center;border:.0625rem dashed #606060;display:flex;justify-content:center;min-height:316px;padding:1rem;position:relative;transition:border-color .15s ease-in}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{text-align:center;width:100%}html.honeywell-dark-theme .ui.file-drop .drop-zone-msg{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;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{color:#e0e0e0;color:#f15a4f;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;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{background-color:#000;border:none;border-radius:0;box-shadow:none;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:0;padding:1rem}html.honeywell-dark-theme .page-footer.ui.menu .item{color:#e0e0e0;color:#fff;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem;padding:0 .25rem}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{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{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{color:#e0e0e0;display:flex;flex-wrap:nowrap;height:100%;padding-bottom:1rem;padding-top:1rem;width:100%}html.honeywell-dark-theme .scuf-listitem-wrapper .item .column-flex{display:flex;flex-direction:column;justify-content:center}html.honeywell-dark-theme .scuf-listitem-wrapper .item div.item-image{background-position:50%;background-size:contain;height:2.5rem;margin-left:1rem;min-height:2.5rem;min-width:2.5rem;width:2.5rem}html.honeywell-dark-theme .scuf-listitem-wrapper .item .content{flex-grow:1;margin-left:1rem}html.honeywell-dark-theme .scuf-listitem-wrapper .item .content .description{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem;margin-top:.125rem}html.honeywell-dark-theme .scuf-listitem-wrapper .item .time-container{margin-left:0;text-align:right}html.honeywell-dark-theme .scuf-listitem-wrapper .item .action-icon,html.honeywell-dark-theme .scuf-listitem-wrapper .item .time-stamp{color:#e0e0e0;color:#a0a0a0;display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem;margin:auto 1rem;text-align:right;white-space:nowrap}html.honeywell-dark-theme .scuf-listitem-wrapper .item .action-icon{cursor:pointer;font-size:1rem}html.honeywell-dark-theme .scuf-listitem-wrapper .item .descriptive-icon{cursor:default;font-size:2rem;margin-left:1rem;margin-right:0}html.honeywell-dark-theme .scuf-listitem-wrapper .item .header{color:#e0e0e0!important}html.honeywell-dark-theme .scuf-listitem-wrapper.no-content .time-container{display:flex;flex-direction:column;justify-content:center}html.honeywell-dark-theme .scuf-listitem-wrapper.onclick{cursor:pointer}html.honeywell-dark-theme .scuf-listitem-wrapper+.scuf-listitem-wrapper:after{background:#606060;box-shadow:inset 0 -1px 0 0 #606060;content:"";height:1px;left:1rem;position:absolute;right:1rem;top:-1px}html.honeywell-dark-theme .interactive+.interactive:after{left:0;right:0}html.honeywell-dark-theme .scuf-list-wrapper .header{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem}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:flex;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;max-width:100%;padding:0 .5rem 1rem}html.honeywell-dark-theme [class*=col_],html.honeywell-dark-theme [class~=col]{flex:1 1}html.honeywell-dark-theme [class*=col-]{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]{flex-wrap:nowrap}html.honeywell-dark-theme [class*=scuf-grid-][class*=-center]{justify-content:center}html.honeywell-dark-theme [class*=scuf-grid-][class*=-right]{align-self:flex-end;justify-content:flex-end;margin-left:auto}html.honeywell-dark-theme [class*=scuf-grid-][class*=-top]{align-items:flex-start}html.honeywell-dark-theme [class*=scuf-grid-][class*=-middle]{align-items:center}html.honeywell-dark-theme [class*=scuf-grid-][class*=-bottom]{align-items:flex-end}html.honeywell-dark-theme [class*=scuf-grid-][class*=-reverse]{flex-direction:row-reverse}html.honeywell-dark-theme [class*=scuf-grid-][class*=-column]{flex-direction:column}html.honeywell-dark-theme [class*=scuf-grid-][class*=-column]>[class*=col-]{flex-basis:auto}html.honeywell-dark-theme [class*=scuf-grid-][class*=-column-reverse]{flex-direction:column-reverse}html.honeywell-dark-theme [class*=scuf-grid-][class*=-spaceBetween]{justify-content:space-between}html.honeywell-dark-theme [class*=scuf-grid-][class*=-spaceAround]{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]{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]{align-self:flex-start}html.honeywell-dark-theme [class*=col-][class*=-middle]{align-self:center}html.honeywell-dark-theme [class*=col-][class*=-bottom]{align-self:flex-end}html.honeywell-dark-theme [class*=col-][class*=-first]{order:-1}html.honeywell-dark-theme [class*=col-][class*=-last]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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{box-sizing:border-box;padding:.75rem .5rem!important}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher i.icon:not(.h-icon),html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher>.trigger-container>.responsive-trigger-label{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{-ms-overflow-style:none;background:#000!important;border:0;border-radius:0!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap;margin-top:.0625rem;max-height:648px;overflow-y:scroll;overflow:-moz-scrollbars-none;right:0!important;width:14rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item{color:#fff!important;display:flex;flex-direction:column;font-weight:400!important;height:7rem;justify-content:center;padding:.75rem 1.5rem!important;white-space:normal;width:7rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .h-icon{font-size:1.5rem!important;margin:0!important;padding:4px}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .app-name{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;display:-webkit-box;display:-moz-box;display:-ms-box;font-size:.75rem;line-height:.75rem;margin-top:.5rem;min-height:2.25rem;overflow:hidden;text-align:center}@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{align-items:center;cursor:pointer;display:flex;flex-basis:100%;font-size:.75rem;font-weight:400!important;justify-content:space-between;padding:.5rem 1rem}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{background-position:50%;background-repeat:no-repeat;background-size:cover;font-size:.875rem;font-weight:400;height:2rem;line-height:2rem;text-align:center;text-transform:uppercase;width:2rem}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container{align-items:center;display:flex}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container i.trigger-icon{padding-left:.25rem!important;padding-right:.25rem!important;width:100%}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container>.responsive-trigger-label{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:10.64rem!important}html.honeywell-dark-theme .ui.page-header{background-color:#000;position:relative;width:100%;z-index:900}html.honeywell-dark-theme .ui.page-header .width-tester{bottom:0;left:0;position:absolute;right:0;top:0}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu{border:none;border-radius:0;box-shadow:none;height:inherit;margin-bottom:0}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.logo-item{padding-left:1rem;position:relative}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{background:url(/static/media/honeywell-logo-dark-theme.abade5af51e2fb6aab50.svg);background-origin:content-box;background-repeat:no-repeat;background-size:contain;border-right:.0625rem solid #606060;display:inline-block;height:1.5rem;margin-right:.75rem;padding-right:.75rem;width:7.5rem}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{border-right:.0625rem solid #606060;font-size:1.125rem;font-weight:900;margin-right:.75rem;padding-right:.75rem;position:relative;top:1px}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .logo-text{color:#e0e0e0;color:#fff;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem;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{cursor:pointer;height:1.5rem;position:relative}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item{border:none;border-radius:0;color:#e0e0e0;color:#fff;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;min-width:2.5rem;padding:.75rem .5rem;position:relative}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){align-content:center;display:flex;justify-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{background:#404040;font-weight:700}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{min-width:auto;padding-bottom:.5rem!important;padding-top:.5rem!important}html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .logo-item{margin:auto;padding-bottom:0!important;padding-top:0!important}html.honeywell-dark-theme .ui.page-header.is-compressed .page-header-menu.ui.menu .logo-item .logo-text{font-size:.875rem;line-height:1.5rem;max-width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}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{left:30px;position:relative}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{margin:0!important;padding: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{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}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{display:flex;justify-content:center;padding:0!important}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:#0000}html.honeywell-dark-theme .ui.page-header .ui.notification-center.dropdown>.item:first-child{padding-bottom:0!important;padding-top:0!important}html.honeywell-dark-theme .ui.page-header .notification-center-dropdown.menu{background:#000;min-width:16.8rem;width:16.8rem}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{color:#fff;padding:.75rem 1rem;text-align:right}html.honeywell-dark-theme .ui.page-header .notification-center-dropdown.menu .see-all-container>.see-all{cursor:pointer;display:inline;font-weight:500}html.honeywell-dark-theme .ui.page-header .is-compressed .ui.notification-center.dropdown>.item:first-child,html.honeywell-dark-theme .ui.page-header.is-collapsed .ui.notification-center.dropdown>.item:first-child{justify-content:flex-start}html.honeywell-dark-theme .ui.page-header .is-compressed .ui.notification-center.dropdown>.item:first-child:hover,html.honeywell-dark-theme .ui.page-header.is-collapsed .ui.notification-center.dropdown>.item:first-child:hover{background:none}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .notification-center .trigger-container{display:flex}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .notification-center .trigger-container .trigger-icon{padding:0!important;width:0}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu .notification-center .trigger-container .responsive-trigger-label{align-items:center;display:flex;padding-left:.125rem}html.honeywell-dark-theme .ui.simple.dropdown:hover>.menu>.item:hover>.menu.notification-center-dropdown{height:auto;left:-16.8rem!important;right:16.8rem!important;width:auto}html.honeywell-dark-theme .ui.page-header .profile-icon{align-items:center;background:#303030 50%/cover no-repeat;border:.0625rem solid #606060;border-radius:1.5rem;color:#e0e0e0;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;height:2rem;justify-content:center;letter-spacing:0;line-height:1.375rem;width:2rem}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{display:flex;opacity:1!important;text-align:left!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{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{color:#e0e0e0;color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu{color:#fff;min-width:4.75rem!important;padding-left:.75rem;padding-right:.75rem}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{margin:0;padding:0 14px}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .trigger-icon{position:relative;width:3.75rem}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;border-radius:0 0 0 0!important;color:#000!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{color:#fff!important;padding:.75rem 1.5rem!important}html.honeywell-dark-theme .page-header-menu.ui.menu .ui.dropdown.icon-menu .drop-badged-text{display:inline-block;padding-left:1rem}html.honeywell-dark-theme .ui.page-header.is-compressed .ui.dropdown.icon-menu{min-width:auto!important;padding-left:.75rem;padding-right:.75rem}html.honeywell-dark-theme .ui.page-header.is-compressed .ui.dropdown.icon-menu i.icon.button-icon{margin:0;padding:0 13px}html.honeywell-dark-theme .ui.page-header.is-compressed .ui.dropdown.icon-menu .trigger-icon{position:relative;width:auto}html.honeywell-dark-theme .ui.page-header.is-compressed .ui.dropdown.icon-menu .trigger-icon .profile-icon{height:1.5rem;line-height:1.5rem;padding-bottom:0;padding-top:0;width:1.5rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item{background:none!important;cursor:pointer;overflow-x:hidden;padding-bottom:.75rem;padding-top:.75rem;position:relative;transition:width .3s ease-in;width:246px}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-icon{color:#fff;margin:0;padding:0 1px 0 .125rem;position:absolute;z-index:2}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input{background:#303030;border:.0625rem solid #707070;border-radius:0;color:#e0e0e0;opacity:1;outline:none;position:relative;transition:opacity .15s ease-in,border-color .15s ease-in;z-index:1}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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus::-webkit-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}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){margin-right:.5rem;width:2.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{cursor:pointer;opacity:0;width:0}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{box-sizing:border-box;padding:.25rem .5rem!important}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;border-radius:0!important;color:#fff!important;font-weight:400!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;color:#fff!important;font-weight:400!important;padding:.75rem 1.5rem!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){speak:none;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin:none;opacity:1;text-transform:none;vertical-align:middle}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{transform:scaleY(-1)}html.honeywell-dark-theme .h-icon:not(.common).horizontally-flipped{transform:scaleX(-1)}html.honeywell-dark-theme .h-icon:not(.common).fitted{margin:0;width:auto}html.honeywell-dark-theme .h-icon:not(.common).fitted:before{position:relative;top:0}html.honeywell-dark-theme .h-icon:not(.common).loading{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{display:inline-block;position:relative;vertical-align:top;z-index:1}html.honeywell-dark-theme .ui.single-input .input-box{background:#303030;background:#0000;border:.0625rem solid #707070;border-radius:0;box-sizing:border-box;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;height:2.375rem;letter-spacing:0;line-height:1.375rem;padding:.6875rem .4375rem;position:relative;transition:border-color .15s ease-in;width:12rem;z-index:1}@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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.single-input .input-box::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.single-input .input-box:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.875rem!important}html.honeywell-dark-theme .ui.single-input .input-box:focus::-webkit-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.single-input .input-box:focus::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.single-input .input-box:focus:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.single-input .input-wrap{background:#303030;display:inline-flex;position:relative}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{background-color:#303030;border-color:#f15a4f}html.honeywell-dark-theme .ui.single-input.disabled{cursor:not-allowed!important}html.honeywell-dark-theme .ui.single-input.disabled .input-box{background:#505050;z-index:2}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{background:#505050;color:#a0a0a0!important;cursor:not-allowed!important}html.honeywell-dark-theme .ui.single-input.disabled .input-icon{cursor:not-allowed}html.honeywell-dark-theme .ui.single-input .input-icon{color:#e0e0e0;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1}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{align-items:center;background:#707070;color:#fff;display:flex;display:inline-flex;height:2.375rem;justify-content:center;position:relative;transition:background-color .3s ease;width:2.5rem}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{display:flex;margin-bottom:.125rem}html.honeywell-dark-theme div.ui.input-label .input-label-message{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme div.ui.input-label .badge{align-self:flex-end;height:.5rem!important;margin-bottom:.4rem!important;margin-left:.125rem;min-height:0!important;min-width:0!important;padding-bottom:0!important;width:.5rem!important}html.honeywell-dark-theme div.ui.input-label .input-label-optional{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem;margin-left:.25rem}html.honeywell-dark-theme .ui.kpi-statistic{background:#303030;display:inline-flex;margin-bottom:.75rem;margin-right:.75rem;max-width:20rem;padding:1rem}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:flex;flex-direction:row;justify-content:flex-start;transform:translateX(-.7rem)}html.honeywell-dark-theme .ui.kpi-statistic .indicator-target-panel .dot{border-radius:50%;display:inline-block;height:.7rem;margin-top:.7rem;min-height:.7rem;min-width:.7rem;transform:translateX(-5px);width:.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{background-position:50%;background-repeat:no-repeat;background-size:cover;height:3.75rem;margin-right:.75rem;margin-top:.25rem;min-height:3.75rem;min-width:3.75rem;width:3.75rem}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details{display:flex;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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;text-transform:uppercase}html.honeywell-dark-theme .ui.kpi-statistic .statistic-details h3{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;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 .ui.celled.list>.list,html.honeywell-dark-theme .ui .list.scuf-list-wrapper.celled.list>.item{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-bottom:none!important;border-left:.0625rem solid #606060;border-top:none}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-bottom:none!important;border-left:.0625rem solid #606060;border-top:none}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.horizontal.bulleted.celled.list>.item:before{margin-left:0;padding-right:.5rem;position:relative}html.honeywell-dark-theme .ui .list.scuf-list-wrapper.horizontal.list>.item{align-items:center;display:inline-flex!important}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;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;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{-webkit-font-smoothing:antialiased;color:#e0e0e0;display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem;z-index:10}html.honeywell-dark-theme .ui.loader-wrap .ui.loader:before{border:.125rem solid #e0e0e026}html.honeywell-dark-theme .ui.loader-wrap .ui.loader:after{border-color:#e0e0e0 #0000 #0000;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 #ffffff26}html.honeywell-dark-theme .ui.loader-wrap .ui.loader.inverted:after{border-color:#fff #0000 #0000;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{height:3rem;margin:0 0 0 -1.5rem;width:3rem}html.honeywell-dark-theme .ui.loader-wrap.loading{display:block}html.honeywell-dark-theme .ui.loader-wrap.loading .color-overlay{bottom:0;left:0;right:0;top:0}html.honeywell-dark-theme .ui.modal{align-self:center;background-color:#303030;border:none!important;border-radius:0!important;justify-self:center;padding:1rem;position:relative}html.honeywell-dark-theme .ui.modal .header{background:0;border:none!important;display:flex;justify-content:flex-start;padding:0 2.5rem 1rem 0}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){color:silver;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1.625rem;font-weight:400;letter-spacing:0;line-height:2.125rem}html.honeywell-dark-theme .ui.modal .close-icon-wrap{color:#fff;cursor:pointer;display:inline-block;font-size:.75rem;position:absolute;right:1rem;top:1.25rem}html.honeywell-dark-theme .ui.modal .close-icon-wrap .modal-close{font-size:.75rem;margin:0}html.honeywell-dark-theme .ui.modal .close-icon-wrap:hover{color:#d0d0d0}html.honeywell-dark-theme .ui.modal .content{background-color:#303030;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:0}html.honeywell-dark-theme .ui.modal .actions{background:none;border:none;display:flex;justify-content:flex-end;padding:2rem 0 0;text-align:left}html.honeywell-dark-theme .ui.modal .actions .left{margin-right:auto}html.honeywell-dark-theme .modals.dimmer{justify-content:center}html.honeywell-dark-theme .blurring.dimmed.dimmable>:not(.dimmer){filter:blur(4px)!important}html.honeywell-dark-theme .blurring.dimmable>.dimmer{background-color:#000000b3!important}html.honeywell-dark-theme .modals.dimmer .ui.fullscreen.scrolling.modal,html.honeywell-dark-theme .ui.fullscreen.modal{height:100vh;left:0!important;margin:0!important;top:0!important;width:100%!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{background:#303030;border:.125rem solid;border-left:.5rem solid;display:flex;margin:1em 0;width:100%}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{display:flex;padding:1rem 0 0 1rem}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{flex-grow:1;padding:1rem 1rem 1rem .5rem;width:100%}html.honeywell-dark-theme .ui.notification .content .content-top{display:flex;flex-direction:row;justify-content:flex-end}html.honeywell-dark-theme .ui.notification .content .heading{align-items:flex-end;display:flex;flex-grow:1;margin-bottom:.5rem}html.honeywell-dark-theme .ui.notification .content .heading .title{color:#e0e0e0;display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.375rem;margin-right:3em}html.honeywell-dark-theme .ui.notification .content .details-button{float:right}html.honeywell-dark-theme .ui.notification .content .message{color:#e0e0e0;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.notification .content .message p a{color:#45a7ea;cursor:pointer}html.honeywell-dark-theme .ui.notification .content .action-wrapper{margin-top:.5rem}html.honeywell-dark-theme .ui.notification .content .action-wrapper .action{color:#e0e0e0;color:#45a7ea;cursor:pointer;float:right;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.375rem}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{display:flex;padding-left:2rem}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{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.pagination{align-items:center;background:#303030;border:.0625rem solid #606060;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:500;height:3.3rem;justify-content:center;min-width:24rem;position:relative;width:100%}html.honeywell-dark-theme .ui.pagination .nav-container{display:flex}html.honeywell-dark-theme .ui.pagination .page-info{left:1rem;position:absolute}html.honeywell-dark-theme .ui.pagination .page-info .bold{font-weight:600}html.honeywell-dark-theme .ui.pagination .page-options{align-items:center;display:inline-flex;position:absolute;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 #00000080}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;bottom:2.9375rem;box-shadow:0 1px 2px #00000080;max-height:9rem;overflow-y:auto;top:auto}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{align-items:center;background:#303030;border:.0625rem solid #0000;color:#e0e0e0;cursor:pointer;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;height:2.5rem;justify-content:center;letter-spacing:0;line-height:1.375rem;text-align:center;text-transform:uppercase;width:2.5rem}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{border:.0625rem solid #0000!important;color:#505050!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{border:0;padding:0;width:250px}html.honeywell-dark-theme .ui.popup.menu .ui.vertical.menu{box-shadow:none!important;position:relative;width:250px}html.honeywell-dark-theme .ui.progress{background:#0000001a;border:none;border-radius:.28571429rem;box-shadow:none;display:block;font-size:1rem;margin:1em 0 2.5em;max-width:100%;padding:0;position:relative}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{display:block;height:1.75em;line-height:1;min-width:2em;position:relative;transition:width .1s ease,background-color .1s ease;width:0}html.honeywell-dark-theme .ui.progress .bar>.progress{bottom:auto;color:#ffffffb3;font-size:.92857143em;left:auto;margin-top:-.5em;position:absolute;right:.5em;text-shadow:none;top:50%;white-space:nowrap;width:auto}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{background-color:#404040;display:flex;width:100%}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .chart-legend{display:flex;flex-wrap:wrap;justify-content:center;margin-top:.75rem}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .chart-legend .legend-item{align-items:center;display:flex;margin-left:1rem}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .chart-legend .legend-item .color-block{border:0;height:12px;margin-bottom:.5rem;margin-right:.25rem;margin-top:.5rem;width:12px}html.honeywell-dark-theme .scuf-progress-wrapper.stacked .bar{align-items:center;display:flex;justify-content: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{color:#fff;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;left:0;text-align:center}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{background-color:#404040;border-radius:0;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{animation:indeterminate-bar 1.6s infinite;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{fill:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;line-height:1;position:absolute;text-align:center;top:45%;transform:translateY(-50%);width:100%}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;overflow:visible!important;position:relative}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{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{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;margin:0 .75rem .75rem 0;min-height:1rem}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{background-color:#303030;border:.0625rem solid #707070;border-radius:1rem;content:"";height:1rem;left:0;top:1px;width:1rem}html.honeywell-dark-theme .ui.radio.checkbox .box:after,html.honeywell-dark-theme .ui.radio.checkbox label:after{border:none;border-radius:1rem;content:""!important;height:1rem;left:0;line-height:1rem;top:1px;width: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;opacity:1!important;transform:scale(.67)}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{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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:#e0e0e0;color:#a0a0a0;cursor:not-allowed!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;opacity:1}html.honeywell-dark-theme .ui.disabled.radio.checkbox label:before{background-color:#505050;border:.0625rem solid #b0b0b0}html.honeywell-dark-theme .star-rating{align-items:baseline;display:flex}html.honeywell-dark-theme .star-rating .spacing{margin-left:.25rem}html.honeywell-dark-theme .star-rating .edit-mode svg{align-items:baseline;display:flex}html.honeywell-dark-theme .star-rating .edit-mode svg:hover{transform:scale(1.2);transition:all .1s ease}html.honeywell-dark-theme .star-rating .stars-container{align-content:flex-end;display:flex;justify-content:flex-start;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{align-items:baseline;cursor:default;display:flex;overflow:hidden;padding:0!important}html.honeywell-dark-theme .star-rating .stars-container .icon-wrapper .icon.edit-mode:hover{transform:scale(1.2);transition:all .1s ease}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{align-items:baseline;cursor:default;display:flex;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{animation:pop .5s forwards}html.honeywell-dark-theme .ui.search-wrap{display:inline-block;position:relative}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{background:#45a7ea;color:#fff!important}html.honeywell-dark-theme .ui.search-wrap .search-icon{align-items:center;background:#707070;color:#fff;cursor:pointer;display:flex;height:2.375rem;opacity:1;padding:.5rem .75rem;position:absolute;right:0;top:0;transition:background .15s ease-in}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{cursor:not-allowed!important;opacity:1}html.honeywell-dark-theme .ui.search-wrap.disabled .disabled input{background:#505050!important;color:#a0a0a0!important;cursor:not-allowed!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{color:#fff;cursor:pointer;position:absolute;right:2.75rem;top:.4375rem;transition:color .1s linear;z-index:2}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{background:#303030;border:.0625rem solid #707070;border-radius:0;box-sizing:border-box;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;height:2.375rem;letter-spacing:0;line-height:1.375rem;margin:0;padding:.6875rem .4375rem;padding-right:4rem!important;text-shadow:none;transition:border-color .15s ease-in}@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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.875rem!important}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:focus::-webkit-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:focus::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .prompt:focus:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible{background:#303030;border:.0625rem solid #606060;border-radius:0;border-top-color:#45a7ea;box-shadow:none;display:block;font-weight:400;left:0;margin-top:-.0625rem;min-width:368px;top:2.375rem;width:auto}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .message.empty .header{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .result{background:#303030;border-bottom:none;border-left:none;border-radius:0;box-sizing:border-box;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;margin-left:0;padding:.5rem .75rem;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;margin-right:.5rem;position:relative;top:.125rem}html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .results.visible .category{background:#303030;border-bottom:.0625rem solid #606060;padding-bottom:.5rem}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{background:#303030;color:#e0e0e0;color:#a0a0a0;display:block;float:none;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;padding-bottom:.125rem;padding-top:.75rem;text-transform:uppercase;width:100%}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 input:focus,html.honeywell-dark-theme .ui.search-wrap .ui.search.ui-search .ui.input.focus input{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{cursor:pointer;display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;vertical-align:top;width:12rem;z-index:1}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{background-color:#303030;border-color:#f15a4f}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{background:#505050;opacity:1}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{color:#e0e0e0;color:#f15a4f;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;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{background:#303030;border:.0625rem solid #707070;border-radius:0;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;max-height:2.5rem;min-width:100%;padding:.438rem .5rem .438rem .75rem}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{color:#fff;float:right;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{color:#e0e0e0;color:#a0a0a0!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem;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{border:none;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;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{background:#404040;border-radius:0;box-shadow:none;color:#e0e0e0;display:inline-flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:.875rem;margin:0 .5rem .25rem 0;padding:.125rem .125rem .125rem .25rem;position:relative;word-break:break-all}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{font-family:Honeywell-Icons!important;position:relative}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{color:#a0a0a0;content:""!important;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{max-width:100%!important;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{margin:0!important;max-width:calc(100% - 1rem);overflow:hidden;padding-right:.5rem;text-overflow:ellipsis;white-space:nowrap}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{color:#e0e0e0!important;margin:0;padding:.562rem 2rem .562rem .75rem!important;position:absolute;top:0;width:100%}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{margin-left:0;position:relative;top:-.125rem}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{background:#303030;border:.0625rem solid #45a7ea;border-radius:0;display:inherit;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: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{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}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){color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.active.visible.selection.dropdown i.icon.down,html.honeywell-dark-theme .ui.active.visible.selection.dropdown.multiple i.icon.down{font-family:Honeywell-Icons!important;font-size:.5rem}html.honeywell-dark-theme .ui.active.visible.selection.dropdown i.icon.down:before,html.honeywell-dark-theme .ui.active.visible.selection.dropdown.multiple i.icon.down:before{color:#fff;content:""!important}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 .selection,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>.ui.dropdown.multiple.disabled .selection,html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.disabled.search{padding-bottom:.1rem!important}html.honeywell-dark-theme .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.multiple.disabled>div.default.text{margin:0!important;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}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{flex:1 1 auto}html.honeywell-dark-theme .sidebar-layout{overflow-x:hidden}html.honeywell-dark-theme .sidebar-layout>.sidebar{background:#000;border-right:.0625rem solid #606060;color:#fff;flex-shrink:0;overflow-x:hidden;transition:width .3s ease-in;width:14.25rem;z-index:2}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{background:#0000;width:14.25rem}html.honeywell-dark-theme .sidebar-layout>.sidebar .ui.menu .item{align-items:center;border-left:.25rem solid #0000;color:#e0e0e0;color:#fff;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:.75rem 1rem;text-transform:capitalize;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{color:#e0e0e0;color:#fff;flex-grow:1;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;opacity: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{background:#404040;color:#fff}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{transform:translateX(-.0625rem);width:0}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{background:#303030;display:block}html.honeywell-dark-theme .sidebar-layout>.sidebar .menu .submenu>.ui.menu{display:none}html.honeywell-dark-theme .sidebar-layout{display:flex;position:relative;width:100%}html.honeywell-dark-theme .sidebar-layout.compressed{overflow:hidden}html.honeywell-dark-theme .sidebar-layout.compressed>.content{left:0;min-width:100vw;position:relative;z-index:1}html.honeywell-dark-theme .ui.slider .rc-slider-handle{background-color:#e0e0e0;background-color:#606060;border:none;bottom:-1px;height:1rem;margin-top:0;position:relative;transform:translate(-50%,-50%);width:1rem}html.honeywell-dark-theme .ui.slider .rc-slider-handle .slider-handle-tooltip{background-color:#e0e0e0;color:#e0e0e0;color:#000;display:none;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:700;left:50%;letter-spacing:0;line-height:1.25rem;padding:.125rem .5rem;position:absolute;top:-.25rem;transform:scale(.75) translate(-66%,-1.8rem)}html.honeywell-dark-theme .ui.slider .rc-slider-handle .slider-handle-tooltip:before{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #e0e0e0;bottom:0;content:"";left:50%;position:absolute;transform:translate(-50%,75%)}html.honeywell-dark-theme .ui.slider .rc-slider-handle:hover{transform:scale(1.25) translate(-50%,-40%);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:none}html.honeywell-dark-theme .ui.slider .rc-slider-handle:nth-of-type(odd){transform:translate(-100%,-50%)}html.honeywell-dark-theme .ui.slider .rc-slider-handle:nth-of-type(odd):hover{transform:scale(1.25) translate(-100%,-40%);transform-origin:center}html.honeywell-dark-theme .ui.slider-wrap .ui.slider{align-items:center;display:flex;justify-content:center;position:relative;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{display:flex;height:3px;padding:0;width:296px}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider .rc-slider-rail{background-color:#000;height:3px}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider .rc-slider-track{background-color:#e0e0e0;background-color:#606060;height:3px}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider .rc-slider-step .rc-slider-dot{background-color:#e0e0e0;background-color:#606060;border:none;bottom:1px;height:3px;margin-left:0;width:3px}html.honeywell-dark-theme .ui.slider-wrap .ui.slider .rc-slider .rc-slider-step .rc-slider-dot:last-child{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{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){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{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){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{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: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{align-items:center;margin:0;padding:.25rem 0 .125rem;text-align:center}html.honeywell-dark-theme .ui.statistic>.value .h-icon{color:#b0b0b0;margin:0!important;padding:0!important}html.honeywell-dark-theme .ui.statistic>.value .h-icon.tiny{font-size:.75rem!important;height:.75rem!important;width:.75rem!important}html.honeywell-dark-theme .ui.statistic>.value .h-icon.small{font-size:1.5rem!important;height:1.5rem!important;width:1.5rem!important}html.honeywell-dark-theme .ui.statistic>.value .h-icon.huge{font-size:2.5rem!important;height:2.5rem!important;width:2.5rem!important}html.honeywell-dark-theme .ui.statistic>.value .h-icon:before{top:0}html.honeywell-dark-theme .ui.statistic>.value .uom{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;margin-left:.125rem}html.honeywell-dark-theme .ui.statistic>.value .value{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:800;text-transform:none}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{color:silver;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;text-align:center;text-transform:none}html.honeywell-dark-theme .ui.statistic>.label .indicator{margin-right:.125rem}html.honeywell-dark-theme .ui.statistic>.label .up-arrow{display:inline-block;transform:rotate(180deg)}html.honeywell-dark-theme .ui.statistic>.label.title{font-size:.875rem}html.honeywell-dark-theme .steps.ui{background:#303030;border:0;border-radius:0}html.honeywell-dark-theme .steps.ui .link.item,html.honeywell-dark-theme .steps.ui a.item{background:#303030;border-bottom:.0625rem solid #606060;border-left:.0625rem solid #606060;border-right:0!important;border-top:.0625rem solid #606060;color:#e0e0e0!important;height:96px;padding:1rem!important}html.honeywell-dark-theme .steps.ui .link.item .h-icon,html.honeywell-dark-theme .steps.ui a.item .h-icon{margin:initial;padding-right:1rem!important}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:#0000!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{color:#7eb338!important;content:"";font-family:Honeywell-Icons!important;font-size:1.5rem;font-weight:400;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:#0000!important}html.honeywell-dark-theme .steps.ui.vertical .link.item,html.honeywell-dark-theme .steps.ui.vertical a.item{border-bottom:0;border-left:.0625rem solid #606060;border-right:.0625rem solid #606060!important}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{speak:none;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Honeywell-Icons!important;font-size:1rem;font-style:normal!important;font-variant:normal;font-weight:400;line-height:1;margin:none;text-transform:none!important;vertical-align:middle}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu{background-color:initial;border-bottom:none}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .item{border-bottom:.125rem solid #0000;box-sizing:initial;color:#e0e0e0;color:#a0a0a0;display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;margin-bottom:0;margin-right:1rem;max-width:20rem;min-width:4rem;overflow:hidden;padding:.5rem 0 .25rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}html.honeywell-dark-theme div.ui.pointing.secondary.ui.scuf-tab.menu .item:after{background:none;border:none;color:#0000;content:attr(title);display:block;height:0;left:auto;margin:0;overflow:hidden;position:relative;top:auto;transform:none;transition:none;visibility:hidden;width:auto}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{color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}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{background-color:#303030;border-bottom:.0625rem solid #606060;color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;padding:.75rem 1.5rem .75rem 1rem;text-transform:uppercase}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;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:.75rem 1.5rem .75rem 1rem;vertical-align:top}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-bottom:0;margin-right:.5rem}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{color:#45a7ea;cursor:pointer}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 tbody tr:nth-child(2n),html.honeywell-dark-theme .ui.striped.table>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{display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;vertical-align:top}html.honeywell-dark-theme .scuf-textarea-wrapper textarea{background-color:#303030;border:.0625rem solid #707070;border-radius:0;color:#e0e0e0;cursor:auto!important;display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;min-height:6.875rem;min-width:368px;padding:.6875rem .4375rem}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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .scuf-textarea-wrapper textarea::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:focus::-webkit-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:focus::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .scuf-textarea-wrapper textarea:focus:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}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{background-color:silver;border-radius:0}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{stroke-width:0;background-color:#e0e0e0;border:none;border-radius:0;box-shadow:0 12px 24px 0 #00000080;color:#e0e0e0;color:#000;cursor:default;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem;padding:.5rem;pointer-events:none;text-align:left;transition:stroke .15s}html.honeywell-dark-theme .ui.tooltip:before{background:#e0e0e0!important;border:none!important;box-shadow:0 12px 24px 0 #00000080!important}html.honeywell-dark-theme .tree-content{overflow:auto}html.honeywell-dark-theme .tree-content .mouse-pointer{align-items:center;cursor:pointer!important;display:flex;justify-content:flex-start!important}html.honeywell-dark-theme .tree-content .tree-item .content{display:flex;flex-direction:row;font-size:.75rem}html.honeywell-dark-theme .tree-content .tree-item .content:hover{background:#404040}html.honeywell-dark-theme .tree-content .tree-item .content .left-content{align-items:center;display:flex;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{margin-left:1rem;padding:.5rem 0}html.honeywell-dark-theme .tree-content .tree-item .content .left-content .title{justify-content:end;padding:.5rem 0;width:100%}html.honeywell-dark-theme .tree-content .tree-item .content .right-content{align-items:center;display:flex;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{font-size:.75rem;margin:initial;margin-right:.5rem;width:1.5rem}html.honeywell-dark-theme .tree-content .tree-item .content .item-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:1.5rem;margin-right:.5rem;text-transform:uppercase;width:1.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{margin-left:0!important;padding: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{margin-left:0!important;padding-left:1rem}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{display:inline-flex;height:2rem;position:relative;top:1rem}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{height:1.5rem!important;width:1.5rem!important}html.honeywell-dark-theme .ui.tree.nav-tree{background:#000;border:.0625rem solid #606060}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{align-items:center;border-bottom:.0625rem solid #606060;display:flex;justify-content:space-between;padding:1rem}html.honeywell-dark-theme .tree-header .header-actions{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:2rem}html.honeywell-dark-theme .ui.menu.vertical-menu,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu{background-color:#303030;border:none;border-radius:0;box-shadow:0 1px 2px #00000080;max-width:17rem}html.honeywell-dark-theme .ui.menu.vertical-menu .item,html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu .item{align-items:center;border-radius:0!important;color:#e0e0e0;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;max-height:3rem;padding:.5rem 0}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;display:inline-block;margin:0 0 0 .75rem;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;overflow:hidden;padding:0 .75rem;text-overflow:ellipsis;white-space:nowrap}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{background-color:#303030!important;background:#303030!important;color:#606060!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;overflow:hidden;padding-left:.75rem;padding-right:.75rem;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:50%}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{align-items:center!important;max-height:3rem!important;padding:.5rem 0!important;position:relative!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{font-family:Honeywell-Icons!important;position:absolute;right:.75rem}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{background-color:#303030;border-radius:0!important;min-width:12rem;top:-1px!important}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{align-items:center;border-radius:0!important;color:#e0e0e0!important;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;justify-content:flex-start;letter-spacing:0;line-height:1.375rem;max-height:3rem;padding:.5rem 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{background:#606060;content:"";display:block;height:1px;left:0;position:absolute;top:-1px;visibility:visible;width:100%}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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;line-height:1em;padding:.75rem .75rem .25rem;text-transform:uppercase}html.honeywell-dark-theme .ui.menu.vertical-menu>.ui.menu.vertical-menu{border-bottom:1px solid #606060;box-shadow:none;padding-bottom:.25rem;position:relative;width:100%!important}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{background:#606060;content:"";display:block;height:1px;left:0;position:absolute;top:-1px;visibility:visible;width:100%}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{background:#404040;border:none;box-shadow:1px 1px 2px 0 #0000001a;height:.75rem;margin:0!important;transform:translateX(50%) translateY(-50%) rotate(-45deg);width:.75rem}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{justify-content:flex-start}html.honeywell-dark-theme .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon{align-items:center;display:flex;height:100%;position:absolute;right:1rem;top:0}}html:not(.honeywell-dark-theme) body{background:#f7f7f7;color:#303030;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}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) .ui.divider{-webkit-tap-highlight-color:rgba(0,0,0,0);color:#000000d9;font-weight:700;height:0;letter-spacing:.05em;line-height:1;margin:1rem 0;text-transform:uppercase;-webkit-user-select:none;user-select:none}html:not(.honeywell-dark-theme) .ui.divider:not(.vertical):not(.horizontal){border-bottom:1px solid #ffffff1a;border-top:1px solid #22242626}html:not(.honeywell-dark-theme) .ui.grid>.column+.divider,html:not(.honeywell-dark-theme) .ui.grid>.row>.column+.divider{left:auto}html:not(.honeywell-dark-theme) .ui.horizontal.divider{display:table;height:auto;line-height:1;margin:"";text-align:center;white-space:nowrap}html:not(.honeywell-dark-theme) .ui.horizontal.divider:after,html:not(.honeywell-dark-theme) .ui.horizontal.divider:before{background-repeat:no-repeat;content:"";display:table-cell;position:relative;top:50%;width:50%}html:not(.honeywell-dark-theme) .ui.horizontal.divider:before{background-position:right 1em top 50%}html:not(.honeywell-dark-theme) .ui.horizontal.divider:after{background-position:left 1em top 50%}html:not(.honeywell-dark-theme) .ui.vertical.divider{left:50%;line-height:0em;margin:0;padding:0;position:absolute;top:50%;transform:translateX(-50%);width:auto;z-index:2}html:not(.honeywell-dark-theme) .ui.vertical.divider:after,html:not(.honeywell-dark-theme) .ui.vertical.divider:before{border-left:1px solid #22242626;border-right:1px solid #ffffff1a;content:"";height:calc(100% - 1rem);left:50%;position:absolute;width:0;z-index:3}html:not(.honeywell-dark-theme) .ui.vertical.divider:before{top:-100%}html:not(.honeywell-dark-theme) .ui.vertical.divider:after{bottom:0;top:auto}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.grid .stackable.row .ui.vertical.divider,html:not(.honeywell-dark-theme) .ui.stackable.grid .ui.vertical.divider{display:table;height:auto;left:0;line-height:1;margin:"";overflow:hidden;position:static;text-align:center;top:0;transform:none;white-space:nowrap}html:not(.honeywell-dark-theme) .ui.grid .stackable.row .ui.vertical.divider:after,html:not(.honeywell-dark-theme) .ui.grid .stackable.row .ui.vertical.divider:before,html:not(.honeywell-dark-theme) .ui.stackable.grid .ui.vertical.divider:after,html:not(.honeywell-dark-theme) .ui.stackable.grid .ui.vertical.divider:before{background-repeat:no-repeat;border-left:none;border-right:none;content:"";display:table-cell;left:0;position:static;position:relative;top:50%;width:50%}html:not(.honeywell-dark-theme) .ui.grid .stackable.row .ui.vertical.divider:before,html:not(.honeywell-dark-theme) .ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}html:not(.honeywell-dark-theme) .ui.grid .stackable.row .ui.vertical.divider:after,html:not(.honeywell-dark-theme) .ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}html:not(.honeywell-dark-theme) .ui.divider>.icon{font-size:1rem;height:1em;margin:0;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.hidden.divider{border-color:#0000!important}html:not(.honeywell-dark-theme) .ui.hidden.divider:after,html:not(.honeywell-dark-theme) .ui.hidden.divider:before{display:none}html:not(.honeywell-dark-theme) .ui.fitted.divider{margin:0}html:not(.honeywell-dark-theme) .ui.clearing.divider{clear:both}html:not(.honeywell-dark-theme) .ui.section.divider{margin-bottom:2rem;margin-top:2rem}html:not(.honeywell-dark-theme) .ui.divider{font-size:1rem}html:not(.honeywell-dark-theme) .ui.horizontal.divider:after,html:not(.honeywell-dark-theme) .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){html:not(.honeywell-dark-theme) .ui.grid .stackable.row .ui.vertical.divider:after,html:not(.honeywell-dark-theme) .ui.grid .stackable.row .ui.vertical.divider:before,html:not(.honeywell-dark-theme) .ui.stackable.grid .ui.vertical.divider:after,html:not(.honeywell-dark-theme) .ui.stackable.grid .ui.vertical.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}}html:not(.honeywell-dark-theme) .ui.header{border:none;color:#000000de;font-weight:700;line-height:1.28571429em;margin:calc(2rem - .14286em) 0 1rem;padding:0;text-transform:none}html:not(.honeywell-dark-theme) .ui.header:first-child{margin-top:-.14285714em}html:not(.honeywell-dark-theme) .ui.header:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.header .sub.header{color:#0009;display:block;font-weight:400;line-height:1.2em;margin:0;padding:0}html:not(.honeywell-dark-theme) .ui.header>.icon{display:table-cell;font-size:1.5em;opacity:1;padding-top:.14285714em;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.header .icon:only-child{display:inline-block;margin-right:.75rem;padding:0}html:not(.honeywell-dark-theme) .ui.header>.image:not(.icon),html:not(.honeywell-dark-theme) .ui.header>img{display:inline-block;height:auto;margin-top:.14285714em;vertical-align:middle;width:2.5em}html:not(.honeywell-dark-theme) .ui.header>.image:not(.icon):only-child,html:not(.honeywell-dark-theme) .ui.header>img:only-child{margin-right:.75rem}html:not(.honeywell-dark-theme) .ui.header .content{display:inline-block;vertical-align:top}html:not(.honeywell-dark-theme) .ui.header>.image+.content,html:not(.honeywell-dark-theme) .ui.header>img+.content{padding-left:.75rem;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.header>.icon+.content{display:table-cell;padding-left:.75rem;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.header .ui.label{font-size:"";margin-left:.5rem;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.header+p{margin-top:0}html:not(.honeywell-dark-theme) h1.ui.header{font-size:2rem}html:not(.honeywell-dark-theme) h2.ui.header{font-size:1.71428571rem}html:not(.honeywell-dark-theme) h3.ui.header{font-size:1.28571429rem}html:not(.honeywell-dark-theme) h4.ui.header{font-size:1.07142857rem}html:not(.honeywell-dark-theme) h5.ui.header{font-size:1rem}html:not(.honeywell-dark-theme) h1.ui.header .sub.header,html:not(.honeywell-dark-theme) h2.ui.header .sub.header{font-size:1.14285714rem}html:not(.honeywell-dark-theme) h3.ui.header .sub.header,html:not(.honeywell-dark-theme) h4.ui.header .sub.header{font-size:1rem}html:not(.honeywell-dark-theme) h5.ui.header .sub.header{font-size:.92857143rem}html:not(.honeywell-dark-theme) .ui.huge.header{font-size:2em;min-height:1em}html:not(.honeywell-dark-theme) .ui.large.header{font-size:1.71428571em}html:not(.honeywell-dark-theme) .ui.medium.header{font-size:1.28571429em}html:not(.honeywell-dark-theme) .ui.small.header{font-size:1.07142857em}html:not(.honeywell-dark-theme) .ui.tiny.header{font-size:1em}html:not(.honeywell-dark-theme) .ui.huge.header .sub.header,html:not(.honeywell-dark-theme) .ui.large.header .sub.header{font-size:1.14285714rem}html:not(.honeywell-dark-theme) .ui.header .sub.header,html:not(.honeywell-dark-theme) .ui.small.header .sub.header{font-size:1rem}html:not(.honeywell-dark-theme) .ui.tiny.header .sub.header{font-size:.92857143rem}html:not(.honeywell-dark-theme) .ui.sub.header{color:"";font-weight:700;margin-bottom:.14285714rem;padding:0;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.small.sub.header{font-size:.78571429em}html:not(.honeywell-dark-theme) .ui.sub.header{font-size:.85714286em}html:not(.honeywell-dark-theme) .ui.large.sub.header{font-size:.92857143em}html:not(.honeywell-dark-theme) .ui.huge.sub.header{font-size:1em}html:not(.honeywell-dark-theme) .ui.icon.header{display:inline-block;margin:2rem 0 1rem;text-align:center}html:not(.honeywell-dark-theme) .ui.icon.header:after{clear:both;content:"";display:block;height:0;visibility:hidden}html:not(.honeywell-dark-theme) .ui.icon.header:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui.icon.header .icon{display:block;float:none;font-size:3em;height:auto;line-height:1;margin:0 auto .5rem;opacity:1;padding:0;width:auto}html:not(.honeywell-dark-theme) .ui.icon.header .content{display:block;padding:0}html:not(.honeywell-dark-theme) .ui.icon.header .circular.icon,html:not(.honeywell-dark-theme) .ui.icon.header .square.icon{font-size:2em}html:not(.honeywell-dark-theme) .ui.block.icon.header .icon{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.icon.header.aligned{display:block;margin-left:auto;margin-right:auto}html:not(.honeywell-dark-theme) .ui.disabled.header{opacity:.45}html:not(.honeywell-dark-theme) .ui.left.aligned.header{text-align:left}html:not(.honeywell-dark-theme) .ui.right.aligned.header{text-align:right}html:not(.honeywell-dark-theme) .ui.center.aligned.header,html:not(.honeywell-dark-theme) .ui.centered.header{text-align:center}html:not(.honeywell-dark-theme) .ui.justified.header{text-align:justify}html:not(.honeywell-dark-theme) .ui.justified.header:after{content:"";display:inline-block;width:100%}html:not(.honeywell-dark-theme) .ui.floated.header,html:not(.honeywell-dark-theme) .ui[class*="left floated"].header{float:left;margin-right:.5em;margin-top:0}html:not(.honeywell-dark-theme) .ui[class*="right floated"].header{float:right;margin-left:.5em;margin-top:0}html:not(.honeywell-dark-theme) .ui.fitted.header{padding:0}html:not(.honeywell-dark-theme) .ui.dividing.header{border-bottom:1px solid #22242626;padding-bottom:.21428571rem}html:not(.honeywell-dark-theme) .ui.dividing.header .sub.header{padding-bottom:.21428571rem}html:not(.honeywell-dark-theme) .ui.dividing.header .icon{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.block.header{background:#f3f4f5;border:1px solid #d4d4d5;border-radius:.28571429rem;box-shadow:none;padding:.78571429rem 1rem}html:not(.honeywell-dark-theme) .ui.tiny.block.header{font-size:.85714286rem}html:not(.honeywell-dark-theme) .ui.small.block.header{font-size:.92857143rem}html:not(.honeywell-dark-theme) .ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}html:not(.honeywell-dark-theme) .ui.large.block.header{font-size:1.14285714rem}html:not(.honeywell-dark-theme) .ui.huge.block.header{font-size:1.42857143rem}html:not(.honeywell-dark-theme) .ui.attached.header{background:#fff;border:1px solid #d4d4d5;box-shadow:none;margin-left:-1px;margin-right:-1px;padding:.78571429rem 1rem}html:not(.honeywell-dark-theme) .ui.attached.block.header{background:#f3f4f5}html:not(.honeywell-dark-theme) .ui.attached:not(.top):not(.bottom).header{border-radius:0;border-top:none;margin-bottom:0;margin-top:0}html:not(.honeywell-dark-theme) .ui.top.attached.header{border-radius:.28571429rem .28571429rem 0 0;margin-bottom:0}html:not(.honeywell-dark-theme) .ui.bottom.attached.header{border-radius:0 0 .28571429rem .28571429rem;border-top:none;margin-top:0}html:not(.honeywell-dark-theme) .ui.tiny.attached.header{font-size:.85714286em}html:not(.honeywell-dark-theme) .ui.small.attached.header{font-size:.92857143em}html:not(.honeywell-dark-theme) .ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}html:not(.honeywell-dark-theme) .ui.large.attached.header{font-size:1.14285714em}html:not(.honeywell-dark-theme) .ui.huge.attached.header{font-size:1.42857143em}html:not(.honeywell-dark-theme) .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.28571429em}html:not(.honeywell-dark-theme) .ui.input{display:inline-flex;font-style:normal;font-weight:400;position:relative}html:not(.honeywell-dark-theme) .ui.input input{border-radius:.28571429rem;box-shadow:none;flex:1 0 auto;line-height:1.21428571em;margin:0;max-width:100%;outline:none;padding:.67857143em 1em;text-align:left;transition:box-shadow .1s ease,border-color .1s ease}html:not(.honeywell-dark-theme) .ui.disabled.input,html:not(.honeywell-dark-theme) .ui.input:not(.disabled) input[disabled]{opacity:.45}html:not(.honeywell-dark-theme) .ui.disabled.input input,html:not(.honeywell-dark-theme) .ui.input:not(.disabled) input[disabled]{pointer-events:none}html:not(.honeywell-dark-theme) .ui.input input:active,html:not(.honeywell-dark-theme) .ui.input.down input{box-shadow:none}html:not(.honeywell-dark-theme) .ui.loading.loading.input>i.icon:after,html:not(.honeywell-dark-theme) .ui.loading.loading.input>i.icon:before{border-radius:500rem;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html:not(.honeywell-dark-theme) .ui.loading.loading.input>i.icon:after{animation:button-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-top-color:#767676;box-shadow:0 0 0 1px #0000}html:not(.honeywell-dark-theme) .ui.input input:focus,html:not(.honeywell-dark-theme) .ui.input.focus input{box-shadow:none}html:not(.honeywell-dark-theme) .ui.transparent.input input{background-color:initial!important;border-color:#0000!important;border-radius:0!important;box-shadow:none!important;padding:0!important}html:not(.honeywell-dark-theme) .ui.icon.input>i.icon{border-radius:0 .28571429rem .28571429rem 0;cursor:default;height:100%;line-height:1;margin:0;opacity:.5;position:absolute;right:0;text-align:center;top:0;transition:opacity .3s ease;width:2.67142857em}html:not(.honeywell-dark-theme) .ui.icon.input>i.icon:not(.link){pointer-events:none}html:not(.honeywell-dark-theme) .ui.icon.input input{padding-right:2.67142857em!important}html:not(.honeywell-dark-theme) .ui.icon.input>i.icon:after,html:not(.honeywell-dark-theme) .ui.icon.input>i.icon:before{left:0;margin-top:-.5em;position:absolute;text-align:center;top:50%;width:100%}html:not(.honeywell-dark-theme) .ui.icon.input>i.link.icon{cursor:pointer}html:not(.honeywell-dark-theme) .ui.icon.input>i.circular.icon{right:.5em;top:.35em}html:not(.honeywell-dark-theme) .ui[class*="left icon"].input>i.icon{border-radius:.28571429rem 0 0 .28571429rem;left:1px;right:auto}html:not(.honeywell-dark-theme) .ui[class*="left icon"].input>i.circular.icon{left:.5em;right:auto}html:not(.honeywell-dark-theme) .ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}html:not(.honeywell-dark-theme) .ui.icon.input>input:focus~i.icon{opacity:1}html:not(.honeywell-dark-theme) .ui.action.input>.button,html:not(.honeywell-dark-theme) .ui.action.input>.buttons{align-items:center;display:flex;flex:0 0 auto}html:not(.honeywell-dark-theme) .ui.action.input>.button,html:not(.honeywell-dark-theme) .ui.action.input>.buttons>.button{margin:0;padding-bottom:.78571429em;padding-top:.78571429em}html:not(.honeywell-dark-theme) .ui.fluid.input{display:flex}html:not(.honeywell-dark-theme) .ui.fluid.input>input{width:0!important}html:not(.honeywell-dark-theme) .ui.input{font-size:1em}html:not(.honeywell-dark-theme) .ui.label{background-image:none;border:0 solid #0000;border-radius:.28571429rem;display:inline-block;font-weight:700;line-height:1;margin:0 .14285714em;padding:.5833em .833em;text-transform:none;transition:background .1s ease;vertical-align:initial}html:not(.honeywell-dark-theme) .ui.label:first-child{margin-left:0}html:not(.honeywell-dark-theme) .ui.label:last-child{margin-right:0}html:not(.honeywell-dark-theme) a.ui.label{cursor:pointer}html:not(.honeywell-dark-theme) .ui.label>a{color:inherit;cursor:pointer;opacity:.5;transition:opacity .1s ease}html:not(.honeywell-dark-theme) .ui.label>a:hover{opacity:1}html:not(.honeywell-dark-theme) .ui.label>img{height:2.1666em!important;vertical-align:middle;width:auto!important}html:not(.honeywell-dark-theme) .ui.label>.icon{margin:0 .75em 0 0;width:auto}html:not(.honeywell-dark-theme) .ui.label>.detail{display:inline-block;font-weight:700;margin-left:1em;opacity:.8;vertical-align:top}html:not(.honeywell-dark-theme) .ui.label>.detail .icon{margin:0 .25em 0 0}html:not(.honeywell-dark-theme) .ui.label>.close.icon,html:not(.honeywell-dark-theme) .ui.label>.delete.icon{cursor:pointer;font-size:.92857143em;margin-left:.5em;margin-right:0;opacity:.5;transition:background .1s ease}html:not(.honeywell-dark-theme) .ui.label>.delete.icon:hover{opacity:1}html:not(.honeywell-dark-theme) .ui.labels>.label{margin:0 .5em .5em 0}html:not(.honeywell-dark-theme) .ui.header>.ui.label{margin-top:-.29165em}html:not(.honeywell-dark-theme) .ui.attached.segment>.ui.top.left.attached.label,html:not(.honeywell-dark-theme) .ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}html:not(.honeywell-dark-theme) .ui.attached.segment>.ui.top.right.attached.label,html:not(.honeywell-dark-theme) .ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}html:not(.honeywell-dark-theme) .ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}html:not(.honeywell-dark-theme) .ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}html:not(.honeywell-dark-theme) .ui.top.attached.label+[class*="right floated"]+*,html:not(.honeywell-dark-theme) .ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}html:not(.honeywell-dark-theme) .ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-bottom:2rem!important;margin-top:0}html:not(.honeywell-dark-theme) .ui.image.label{background:#e8e8e8;border-radius:.28571429rem;box-shadow:none;margin-bottom:0;margin-top:0;max-width:9999px;padding:.5833em .833em .5833em .5em;text-transform:none;vertical-align:initial;width:auto!important}html:not(.honeywell-dark-theme) .ui.image.label img{border-radius:.28571429rem 0 0 .28571429rem;display:inline-block;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;vertical-align:top}html:not(.honeywell-dark-theme) .ui.image.label .detail{background:#0000001a;border-radius:0 .28571429rem .28571429rem 0;margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em}html:not(.honeywell-dark-theme) .ui.tag.label,html:not(.honeywell-dark-theme) .ui.tag.labels .label{border-radius:0 .28571429rem .28571429rem 0;margin-left:1em;padding-left:1.5em;padding-right:1.5em;position:relative;transition:none}html:not(.honeywell-dark-theme) .ui.tag.label:before,html:not(.honeywell-dark-theme) .ui.tag.labels .label:before{background-color:inherit;background-image:none;content:"";height:1.56em;position:absolute;right:100%;top:50%;transform:translateY(-50%) translateX(50%) rotate(-45deg);transition:none;width:1.56em}html:not(.honeywell-dark-theme) .ui.tag.label:after,html:not(.honeywell-dark-theme) .ui.tag.labels .label:after{background-color:#fff!important;border-radius:500rem;box-shadow:0 -1px 1px 0 #0000004d;content:"";height:.5em;left:-.25em;margin-top:-.25em;position:absolute;top:50%;width:.5em}html:not(.honeywell-dark-theme) .ui.corner.label{background-color:initial!important;border-color:#e8e8e8;height:4em;margin:0;padding:0;position:absolute;right:0;text-align:center;top:0;transition:border-color .1s ease;width:4em;z-index:1}html:not(.honeywell-dark-theme) .ui.corner.label:after{background-color:initial!important;border-color:#0000;border-right-color:inherit;border-style:solid;border-width:0 4em 4em 0;content:"";height:0;position:absolute;right:0;top:0;transition:border-color .1s ease;width:0;z-index:-1}html:not(.honeywell-dark-theme) .ui.corner.label .icon{cursor:default;font-size:1.14285714em;left:.78571429em;margin:0;position:relative;top:.64285714em}html:not(.honeywell-dark-theme) .ui.left.corner.label,html:not(.honeywell-dark-theme) .ui.left.corner.label:after{left:0;right:auto}html:not(.honeywell-dark-theme) .ui.left.corner.label:after{border-color:#0000;border-style:solid;border-top-color:inherit;border-width:4em 4em 0 0}html:not(.honeywell-dark-theme) .ui.left.corner.label .icon{left:-.78571429em}html:not(.honeywell-dark-theme) .ui.segment>.ui.corner.label{right:-1px;top:-1px}html:not(.honeywell-dark-theme) .ui.segment>.ui.left.corner.label{left:-1px;right:auto}html:not(.honeywell-dark-theme) .ui.ribbon.label{border-color:#00000026;border-radius:0 .28571429rem .28571429rem 0;margin:0;min-width:-webkit-max-content;min-width:max-content;position:relative}html:not(.honeywell-dark-theme) .ui.ribbon.label:after{background-color:initial!important;border-color:#0000;border-right-color:inherit;border-style:solid;border-width:0 1.2em 1.2em 0;content:"";height:0;left:0;position:absolute;top:100%;width:0}html:not(.honeywell-dark-theme) .ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}html:not(.honeywell-dark-theme) .ui[class*="right ribbon"].label{border-radius:.28571429rem 0 0 .28571429rem;left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em);text-align:left;transform:translateX(-100%)}html:not(.honeywell-dark-theme) .ui[class*="right ribbon"].label:after{border-color:#0000;border-style:solid;border-top-color:inherit;border-width:1.2em 1.2em 0 0;left:auto;right:0}html:not(.honeywell-dark-theme) .ui.card .image>.ribbon.label,html:not(.honeywell-dark-theme) .ui.image>.ribbon.label{position:absolute;top:1rem}html:not(.honeywell-dark-theme) .ui.card .image>.ui.ribbon.label,html:not(.honeywell-dark-theme) .ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}html:not(.honeywell-dark-theme) .ui.card .image>.ui[class*="right ribbon"].label,html:not(.honeywell-dark-theme) .ui.image>.ui[class*="right ribbon"].label{left:calc(100% - .05rem + 1.2em);padding-left:.833em}html:not(.honeywell-dark-theme) .ui.table td>.ui.ribbon.label{left:-1.98571429em}html:not(.honeywell-dark-theme) .ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + 1.98571em);padding-left:.833em}html:not(.honeywell-dark-theme) .ui.label.disabled{opacity:.5}html:not(.honeywell-dark-theme) a.ui.label:hover,html:not(.honeywell-dark-theme) a.ui.labels .label:hover{background-color:#e0e0e0;background-image:none;border-color:#e0e0e0;color:#000c}html:not(.honeywell-dark-theme) .ui.labels a.label:hover:before,html:not(.honeywell-dark-theme) a.ui.label:hover:before{color:#000c}html:not(.honeywell-dark-theme) .ui.active.label{border-color:#d0d0d0}html:not(.honeywell-dark-theme) .ui.active.label,html:not(.honeywell-dark-theme) .ui.active.label:before{background-color:#d0d0d0;background-image:none;color:#000000f2}html:not(.honeywell-dark-theme) a.ui.active.label:hover,html:not(.honeywell-dark-theme) a.ui.labels .active.label:hover{background-color:#c8c8c8;background-image:none;border-color:#c8c8c8;color:#000000f2}html:not(.honeywell-dark-theme) .ui.labels a.active.label:ActiveHover:before,html:not(.honeywell-dark-theme) a.ui.active.label:ActiveHover:before{background-color:#c8c8c8;background-image:none;color:#000000f2}html:not(.honeywell-dark-theme) .ui.label.visible:not(.dropdown),html:not(.honeywell-dark-theme) .ui.labels.visible .label{display:inline-block!important}html:not(.honeywell-dark-theme) .ui.label.hidden,html:not(.honeywell-dark-theme) .ui.labels.hidden .label{display:none!important}html:not(.honeywell-dark-theme) .ui.black.corner.label,html:not(.honeywell-dark-theme) .ui.black.corner.label:hover{background-color:initial!important}html:not(.honeywell-dark-theme) .ui.black.ribbon.label{border-color:#805031!important}html:not(.honeywell-dark-theme) .ui.basic.label{background:none #fff;border:1px solid #22242626;box-shadow:none;color:#000000de}html:not(.honeywell-dark-theme) a.ui.basic.label:hover{background:none #fff;box-shadow:1px solid #22242626;box-shadow:none;color:#1e70bf;text-decoration:none}html:not(.honeywell-dark-theme) .ui.basic.pointing.label:before{border-color:inherit}html:not(.honeywell-dark-theme) .ui.fluid.labels>.label,html:not(.honeywell-dark-theme) .ui.label.fluid{box-sizing:border-box;width:100%}html:not(.honeywell-dark-theme) .ui.horizontal.label,html:not(.honeywell-dark-theme) .ui.horizontal.labels .label{margin:0 .5em 0 0;min-width:3em;padding:.4em .833em;text-align:center}html:not(.honeywell-dark-theme) .ui.circular.label,html:not(.honeywell-dark-theme) .ui.circular.labels .label{border-radius:500rem;line-height:1em;min-height:2em;min-width:2em;padding:.5em!important;text-align:center}html:not(.honeywell-dark-theme) .ui.empty.circular.label,html:not(.honeywell-dark-theme) .ui.empty.circular.labels .label{height:.5em;min-height:0;min-width:0;overflow:hidden;vertical-align:initial;width:.5em}html:not(.honeywell-dark-theme) .ui.mini.label,html:not(.honeywell-dark-theme) .ui.mini.labels .label{font-size:.64285714rem}html:not(.honeywell-dark-theme) .ui.tiny.label,html:not(.honeywell-dark-theme) .ui.tiny.labels .label{font-size:.71428571rem}html:not(.honeywell-dark-theme) .ui.small.label,html:not(.honeywell-dark-theme) .ui.small.labels .label{font-size:.78571429rem}html:not(.honeywell-dark-theme) .ui.label,html:not(.honeywell-dark-theme) .ui.labels .label{font-size:.85714286rem}html:not(.honeywell-dark-theme) .ui.large.label,html:not(.honeywell-dark-theme) .ui.large.labels .label{font-size:1rem}html:not(.honeywell-dark-theme) .ui.big.label,html:not(.honeywell-dark-theme) .ui.big.labels .label{font-size:1.28571429rem}html:not(.honeywell-dark-theme) .ui.huge.label,html:not(.honeywell-dark-theme) .ui.huge.labels .label{font-size:1.42857143rem}html:not(.honeywell-dark-theme) .ui.massive.label,html:not(.honeywell-dark-theme) .ui.massive.labels .label{font-size:1.71428571rem}html:not(.honeywell-dark-theme) .ui.list,html:not(.honeywell-dark-theme) ol.ui.list,html:not(.honeywell-dark-theme) ul.ui.list{list-style-type:none;margin:1em 0;padding:0}html:not(.honeywell-dark-theme) .ui.list:first-child,html:not(.honeywell-dark-theme) ol.ui.list:first-child,html:not(.honeywell-dark-theme) ul.ui.list:first-child{margin-top:0;padding-top:0}html:not(.honeywell-dark-theme) .ui.list:last-child,html:not(.honeywell-dark-theme) ol.ui.list:last-child,html:not(.honeywell-dark-theme) ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}html:not(.honeywell-dark-theme) .ui.list .list>.item,html:not(.honeywell-dark-theme) .ui.list>.item,html:not(.honeywell-dark-theme) ol.ui.list li,html:not(.honeywell-dark-theme) ul.ui.list li{display:list-item;line-height:1.14285714em;list-style-position:outside;list-style-type:none;padding:.21428571em 0;table-layout:fixed}html:not(.honeywell-dark-theme) .ui.list>.item:after,html:not(.honeywell-dark-theme) .ui.list>.list>.item,html:not(.honeywell-dark-theme) ol.ui.list>li:first-child:after,html:not(.honeywell-dark-theme) ul.ui.list>li:first-child:after{clear:both;content:"";display:block;height:0;visibility:hidden}html:not(.honeywell-dark-theme) .ui.list .list>.item:first-child,html:not(.honeywell-dark-theme) .ui.list>.item:first-child,html:not(.honeywell-dark-theme) ol.ui.list li:first-child,html:not(.honeywell-dark-theme) ul.ui.list li:first-child{padding-top:0}html:not(.honeywell-dark-theme) .ui.list .list>.item:last-child,html:not(.honeywell-dark-theme) .ui.list>.item:last-child,html:not(.honeywell-dark-theme) ol.ui.list li:last-child,html:not(.honeywell-dark-theme) ul.ui.list li:last-child{padding-bottom:0}html:not(.honeywell-dark-theme) .ui.list .list,html:not(.honeywell-dark-theme) ol.ui.list ol,html:not(.honeywell-dark-theme) ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}html:not(.honeywell-dark-theme) .ui.list .list>.item,html:not(.honeywell-dark-theme) ol.ui.list ol li,html:not(.honeywell-dark-theme) ul.ui.list ul li{line-height:inherit;padding:.14285714em 0}html:not(.honeywell-dark-theme) .ui.list .list>.item>i.icon,html:not(.honeywell-dark-theme) .ui.list>.item>i.icon{display:table-cell;margin:0;padding-right:.28571429em;padding-top:.07142857em;transition:color .1s ease;vertical-align:top}html:not(.honeywell-dark-theme) .ui.list .list>.item>i.icon:only-child,html:not(.honeywell-dark-theme) .ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}html:not(.honeywell-dark-theme) .ui.list .list>.item>.image,html:not(.honeywell-dark-theme) .ui.list>.item>.image{background-color:initial;display:table-cell;margin:0;vertical-align:top}html:not(.honeywell-dark-theme) .ui.list .list>.item>.image:not(:only-child):not(img),html:not(.honeywell-dark-theme) .ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}html:not(.honeywell-dark-theme) .ui.list .list>.item>.image img,html:not(.honeywell-dark-theme) .ui.list>.item>.image img{vertical-align:top}html:not(.honeywell-dark-theme) .ui.list .list>.item>.image:only-child,html:not(.honeywell-dark-theme) .ui.list .list>.item>img.image,html:not(.honeywell-dark-theme) .ui.list>.item>.image:only-child,html:not(.honeywell-dark-theme) .ui.list>.item>img.image{display:inline-block}html:not(.honeywell-dark-theme) .ui.list .list>.item>.content,html:not(.honeywell-dark-theme) .ui.list>.item>.content{line-height:1.14285714em}html:not(.honeywell-dark-theme) .ui.list .list>.item>.icon+.content,html:not(.honeywell-dark-theme) .ui.list .list>.item>.image+.content,html:not(.honeywell-dark-theme) .ui.list>.item>.icon+.content,html:not(.honeywell-dark-theme) .ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top}html:not(.honeywell-dark-theme) .ui.list .list>.item>img.image+.content,html:not(.honeywell-dark-theme) .ui.list>.item>img.image+.content{display:inline-block}html:not(.honeywell-dark-theme) .ui.list .list>.item>.content>.list,html:not(.honeywell-dark-theme) .ui.list>.item>.content>.list{margin-left:0;padding-left:0}html:not(.honeywell-dark-theme) .ui.list .list>.item .header,html:not(.honeywell-dark-theme) .ui.list>.item .header{display:block;font-weight:700;margin:0}html:not(.honeywell-dark-theme) .ui.list .list>.item .description,html:not(.honeywell-dark-theme) .ui.list>.item .description{display:block}html:not(.honeywell-dark-theme) .ui.list .list>.item a,html:not(.honeywell-dark-theme) .ui.list>.item a{cursor:pointer}html:not(.honeywell-dark-theme) .ui[class*="left floated"].list{float:left}html:not(.honeywell-dark-theme) .ui[class*="right floated"].list{float:right}html:not(.honeywell-dark-theme) .ui.list .list>.item [class*="left floated"],html:not(.honeywell-dark-theme) .ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}html:not(.honeywell-dark-theme) .ui.list .list>.item [class*="right floated"],html:not(.honeywell-dark-theme) .ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}html:not(.honeywell-dark-theme) .ui.menu .ui.list .list>.item,html:not(.honeywell-dark-theme) .ui.menu .ui.list>.item{background-color:initial;display:list-item;line-height:1.14285714em;list-style-position:outside;list-style-type:none;padding:.21428571em 0;table-layout:fixed}html:not(.honeywell-dark-theme) .ui.menu .ui.list .list>.item:before,html:not(.honeywell-dark-theme) .ui.menu .ui.list>.item:before{background:none;border:none}html:not(.honeywell-dark-theme) .ui.menu .ui.list .list>.item:first-child,html:not(.honeywell-dark-theme) .ui.menu .ui.list>.item:first-child{padding-top:0}html:not(.honeywell-dark-theme) .ui.menu .ui.list .list>.item:last-child,html:not(.honeywell-dark-theme) .ui.menu .ui.list>.item:last-child{padding-bottom:0}html:not(.honeywell-dark-theme) .ui.horizontal.list{display:inline-block;font-size:0}html:not(.honeywell-dark-theme) .ui.horizontal.list>.item{display:inline-block;font-size:1rem;margin-left:1em}html:not(.honeywell-dark-theme) .ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}html:not(.honeywell-dark-theme) .ui.horizontal.list .list{padding-bottom:0;padding-left:0}html:not(.honeywell-dark-theme) .ui.horizontal.list .list>.item>.content,html:not(.honeywell-dark-theme) .ui.horizontal.list .list>.item>.icon,html:not(.honeywell-dark-theme) .ui.horizontal.list .list>.item>.image,html:not(.honeywell-dark-theme) .ui.horizontal.list>.item>.content,html:not(.honeywell-dark-theme) .ui.horizontal.list>.item>.icon,html:not(.honeywell-dark-theme) .ui.horizontal.list>.item>.image{vertical-align:middle}html:not(.honeywell-dark-theme) .ui.horizontal.list>.item:first-child,html:not(.honeywell-dark-theme) .ui.horizontal.list>.item:last-child{padding-bottom:.21428571em;padding-top:.21428571em}html:not(.honeywell-dark-theme) .ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}html:not(.honeywell-dark-theme) .ui.horizontal.list>.item>.icon,html:not(.honeywell-dark-theme) .ui.horizontal.list>.item>.icon+.content{display:inline-block;float:none}html:not(.honeywell-dark-theme) .ui.list .list>.disabled.item,html:not(.honeywell-dark-theme) .ui.list>.disabled.item{pointer-events:none}html:not(.honeywell-dark-theme) .ui.list [class*="top aligned"],html:not(.honeywell-dark-theme) .ui.list[class*="top aligned"] .content,html:not(.honeywell-dark-theme) .ui.list[class*="top aligned"] .image{vertical-align:top!important}html:not(.honeywell-dark-theme) .ui.list [class*="middle aligned"],html:not(.honeywell-dark-theme) .ui.list[class*="middle aligned"] .content,html:not(.honeywell-dark-theme) .ui.list[class*="middle aligned"] .image{vertical-align:middle!important}html:not(.honeywell-dark-theme) .ui.list [class*="bottom aligned"],html:not(.honeywell-dark-theme) .ui.list[class*="bottom aligned"] .content,html:not(.honeywell-dark-theme) .ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}html:not(.honeywell-dark-theme) .ui.celled.selection.list .list>.item,html:not(.honeywell-dark-theme) .ui.celled.selection.list>.item,html:not(.honeywell-dark-theme) .ui.divided.selection.list .list>.item,html:not(.honeywell-dark-theme) .ui.divided.selection.list>.item{border-radius:0}html:not(.honeywell-dark-theme) .ui.animated.list>.item{transition:color .25s ease .1s,padding-left .25s ease .1s,background-color .25s ease .1s}html:not(.honeywell-dark-theme) .ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}html:not(.honeywell-dark-theme) .ui.fitted.list:not(.selection) .list>.item,html:not(.honeywell-dark-theme) .ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}html:not(.honeywell-dark-theme) .ui.fitted.selection.list .list>.item,html:not(.honeywell-dark-theme) .ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}html:not(.honeywell-dark-theme) .ui.bulleted.list,html:not(.honeywell-dark-theme) ul.ui.list{margin-left:1.25rem}html:not(.honeywell-dark-theme) .ui.bulleted.list .list>.item,html:not(.honeywell-dark-theme) .ui.bulleted.list>.item,html:not(.honeywell-dark-theme) ul.ui.list li{position:relative}html:not(.honeywell-dark-theme) .ui.bulleted.list .list>.item:before,html:not(.honeywell-dark-theme) .ui.bulleted.list>.item:before,html:not(.honeywell-dark-theme) ul.ui.list li:before{color:inherit;content:"•";font-weight:400;left:auto;margin-left:-1.25rem;opacity:1;pointer-events:none;position:absolute;top:auto;-webkit-user-select:none;user-select:none;vertical-align:top}html:not(.honeywell-dark-theme) .ui.bulleted.list .list,html:not(.honeywell-dark-theme) ul.ui.list ul{padding-left:1.25rem}html:not(.honeywell-dark-theme) .ui.horizontal.bulleted.list,html:not(.honeywell-dark-theme) ul.ui.horizontal.bulleted.list{margin-left:0}html:not(.honeywell-dark-theme) .ui.horizontal.bulleted.list>.item,html:not(.honeywell-dark-theme) ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}html:not(.honeywell-dark-theme) .ui.horizontal.bulleted.list>.item:first-child,html:not(.honeywell-dark-theme) ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}html:not(.honeywell-dark-theme) .ui.ordered.list,html:not(.honeywell-dark-theme) .ui.ordered.list .list,html:not(.honeywell-dark-theme) ol.ui.list,html:not(.honeywell-dark-theme) ol.ui.list ol{counter-reset:ordered;list-style-type:none;margin-left:1.25rem}html:not(.honeywell-dark-theme) .ui.ordered.list .list>.item,html:not(.honeywell-dark-theme) .ui.ordered.list>.item,html:not(.honeywell-dark-theme) ol.ui.list li{list-style-type:none;position:relative}html:not(.honeywell-dark-theme) .ui.ordered.list .list>.item:before,html:not(.honeywell-dark-theme) .ui.ordered.list>.item:before,html:not(.honeywell-dark-theme) ol.ui.list li:before{content:counters(ordered,".") " ";counter-increment:ordered;left:auto;margin-left:-1.25rem;opacity:.8;pointer-events:none;position:absolute;text-align:right;top:auto;-webkit-user-select:none;user-select:none;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.ordered.list>.item[data-value],html:not(.honeywell-dark-theme) .ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}html:not(.honeywell-dark-theme) ol.ui.list li[value]:before{content:attr(value)}html:not(.honeywell-dark-theme) .ui.ordered.list .list,html:not(.honeywell-dark-theme) ol.ui.list ol{margin-left:1em}html:not(.honeywell-dark-theme) .ui.ordered.list .list>.item:before,html:not(.honeywell-dark-theme) ol.ui.list ol li:before{margin-left:-2em}html:not(.honeywell-dark-theme) .ui.ordered.horizontal.list,html:not(.honeywell-dark-theme) ol.ui.horizontal.list{margin-left:0}html:not(.honeywell-dark-theme) .ui.ordered.horizontal.list .list>.item:before,html:not(.honeywell-dark-theme) .ui.ordered.horizontal.list>.item:before,html:not(.honeywell-dark-theme) ol.ui.horizontal.list li:before{margin:0 .5em 0 0;position:static}html:not(.honeywell-dark-theme) .ui.divided.list .item .list>.item,html:not(.honeywell-dark-theme) .ui.divided.list .list>.item,html:not(.honeywell-dark-theme) .ui.divided.list .list>.item:first-child,html:not(.honeywell-dark-theme) .ui.divided.list>.item:first-child{border-top:none}html:not(.honeywell-dark-theme) .ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}html:not(.honeywell-dark-theme) .ui.divided.bulleted.list .list,html:not(.honeywell-dark-theme) .ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}html:not(.honeywell-dark-theme) .ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}html:not(.honeywell-dark-theme) .ui.divided.ordered.list{margin-left:0}html:not(.honeywell-dark-theme) .ui.divided.ordered.list .list>.item,html:not(.honeywell-dark-theme) .ui.divided.ordered.list>.item{padding-left:1.25rem}html:not(.honeywell-dark-theme) .ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}html:not(.honeywell-dark-theme) .ui.divided.ordered.list .item .list>.item{padding-left:1em}html:not(.honeywell-dark-theme) .ui.divided.selection.list .list>.item,html:not(.honeywell-dark-theme) .ui.divided.selection.list>.item{border-radius:0;margin:0}html:not(.honeywell-dark-theme) .ui.divided.horizontal.list{margin-left:0}html:not(.honeywell-dark-theme) .ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}html:not(.honeywell-dark-theme) .ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}html:not(.honeywell-dark-theme) .ui.divided.horizontal.list>.item{border-top:none;line-height:.6;margin:0}html:not(.honeywell-dark-theme) .ui.horizontal.divided.list>.item:first-child{border-left:none}html:not(.honeywell-dark-theme) .ui.celled.list>.item,html:not(.honeywell-dark-theme) .ui.celled.list>.list{padding-left:.5em;padding-right:.5em}html:not(.honeywell-dark-theme) .ui.celled.list>.item:first-child,html:not(.honeywell-dark-theme) .ui.celled.list>.item:last-child{padding-bottom:.21428571em;padding-top:.21428571em}html:not(.honeywell-dark-theme) .ui.celled.list .item .list>.item{border-width:0}html:not(.honeywell-dark-theme) .ui.celled.list .list>.item:first-child{border-top-width:0}html:not(.honeywell-dark-theme) .ui.celled.bulleted.list{margin-left:0}html:not(.honeywell-dark-theme) .ui.celled.bulleted.list .list>.item,html:not(.honeywell-dark-theme) .ui.celled.bulleted.list>.item{padding-left:1.25rem}html:not(.honeywell-dark-theme) .ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}html:not(.honeywell-dark-theme) .ui.celled.ordered.list{margin-left:0}html:not(.honeywell-dark-theme) .ui.celled.ordered.list .list>.item,html:not(.honeywell-dark-theme) .ui.celled.ordered.list>.item{padding-left:1.25rem}html:not(.honeywell-dark-theme) .ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}html:not(.honeywell-dark-theme) .ui.celled.ordered.list .list>.item{padding-left:1em}html:not(.honeywell-dark-theme) .ui.horizontal.celled.list{margin-left:0}html:not(.honeywell-dark-theme) .ui.horizontal.celled.list .list>.item,html:not(.honeywell-dark-theme) .ui.horizontal.celled.list>.item{border-top:none;line-height:.6;margin:0;padding-left:.5em;padding-right:.5em}html:not(.honeywell-dark-theme) .ui.horizontal.celled.list .list>.item:last-child,html:not(.honeywell-dark-theme) .ui.horizontal.celled.list>.item:last-child{border-bottom:none}html:not(.honeywell-dark-theme) .ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}html:not(.honeywell-dark-theme) .ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}html:not(.honeywell-dark-theme) .ui.horizontal.relaxed.list .list>.item:not(:first-child),html:not(.honeywell-dark-theme) .ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}html:not(.honeywell-dark-theme) .ui.horizontal.relaxed.list .list>.item:not(:last-child),html:not(.honeywell-dark-theme) .ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}html:not(.honeywell-dark-theme) .ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}html:not(.honeywell-dark-theme) .ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}html:not(.honeywell-dark-theme) .ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),html:not(.honeywell-dark-theme) .ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}html:not(.honeywell-dark-theme) .ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),html:not(.honeywell-dark-theme) .ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}html:not(.honeywell-dark-theme) .ui.loader{display:none;left:50%;margin:0;position:absolute;text-align:center;top:50%;transform:translateX(-50%) translateY(-50%);z-index:1000}html:not(.honeywell-dark-theme) .ui.loader:before{border:.2em solid #0000001a;border-radius:500rem;content:"";height:100%;left:50%;position:absolute;top:0;width:100%}html:not(.honeywell-dark-theme) .ui.loader:after{animation:loader .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#767676;box-shadow:0 0 0 1px #0000;content:"";height:100%;left:50%;position:absolute;top:0;width:100%}@keyframes loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html:not(.honeywell-dark-theme) .ui.mini.loader:after,html:not(.honeywell-dark-theme) .ui.mini.loader:before{height:1rem;margin:0 0 0 -.5rem;width:1rem}html:not(.honeywell-dark-theme) .ui.tiny.loader:after,html:not(.honeywell-dark-theme) .ui.tiny.loader:before{height:1.14285714rem;margin:0 0 0 -.57142857rem;width:1.14285714rem}html:not(.honeywell-dark-theme) .ui.small.loader:after,html:not(.honeywell-dark-theme) .ui.small.loader:before{height:1.71428571rem;margin:0 0 0 -.85714286rem;width:1.71428571rem}html:not(.honeywell-dark-theme) .ui.loader:after,html:not(.honeywell-dark-theme) .ui.loader:before{height:2.28571429rem;margin:0 0 0 -1.14285714rem;width:2.28571429rem}html:not(.honeywell-dark-theme) .ui.large.loader:after,html:not(.honeywell-dark-theme) .ui.large.loader:before{height:3.42857143rem;margin:0 0 0 -1.71428571rem;width:3.42857143rem}html:not(.honeywell-dark-theme) .ui.big.loader:after,html:not(.honeywell-dark-theme) .ui.big.loader:before{height:3.71428571rem;margin:0 0 0 -1.85714286rem;width:3.71428571rem}html:not(.honeywell-dark-theme) .ui.huge.loader:after,html:not(.honeywell-dark-theme) .ui.huge.loader:before{height:4.14285714rem;margin:0 0 0 -2.07142857rem;width:4.14285714rem}html:not(.honeywell-dark-theme) .ui.massive.loader:after,html:not(.honeywell-dark-theme) .ui.massive.loader:before{height:4.57142857rem;margin:0 0 0 -2.28571429rem;width:4.57142857rem}html:not(.honeywell-dark-theme) .ui.dimmer .loader{display:block}html:not(.honeywell-dark-theme) .ui.dimmer .ui.loader{color:#ffffffe6}html:not(.honeywell-dark-theme) .ui.dimmer .ui.loader:before{border-color:#ffffff26}html:not(.honeywell-dark-theme) .ui.dimmer .ui.loader:after{border-color:#fff #0000 #0000}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.loader{color:#000000de}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.loader:before{border-color:#0000001a}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.loader:after{border-color:#767676 #0000 #0000}html:not(.honeywell-dark-theme) .ui.text.loader{font-style:normal;height:auto!important;text-align:center;width:auto!important}html:not(.honeywell-dark-theme) .ui.indeterminate.loader:after{animation-direction:reverse;animation-duration:1.2s}html:not(.honeywell-dark-theme) .ui.loader.active,html:not(.honeywell-dark-theme) .ui.loader.visible{display:block}html:not(.honeywell-dark-theme) .ui.loader.disabled,html:not(.honeywell-dark-theme) .ui.loader.hidden{display:none}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.mini.loader,html:not(.honeywell-dark-theme) .ui.mini.loader{font-size:.78571429em;height:1rem;width:1rem}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.tiny.loader,html:not(.honeywell-dark-theme) .ui.tiny.loader{font-size:.85714286em;height:1.14285714rem;width:1.14285714rem}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.small.loader,html:not(.honeywell-dark-theme) .ui.small.loader{font-size:.92857143em;height:1.71428571rem;width:1.71428571rem}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.loader,html:not(.honeywell-dark-theme) .ui.loader{font-size:1em;height:2.28571429rem;width:2.28571429rem}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.large.loader,html:not(.honeywell-dark-theme) .ui.large.loader{font-size:1.14285714em;height:3.42857143rem;width:3.42857143rem}html:not(.honeywell-dark-theme) .ui.big.loader,html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.big.loader{font-size:1.28571429em;height:3.71428571rem;width:3.71428571rem}html:not(.honeywell-dark-theme) .ui.huge.loader,html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.huge.loader{font-size:1.42857143em;height:4.14285714rem;width:4.14285714rem}html:not(.honeywell-dark-theme) .ui.inverted.dimmer .ui.massive.loader,html:not(.honeywell-dark-theme) .ui.massive.loader{font-size:1.71428571em;height:4.57142857rem;width:4.57142857rem}html:not(.honeywell-dark-theme) .ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}html:not(.honeywell-dark-theme) .ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}html:not(.honeywell-dark-theme) .ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}html:not(.honeywell-dark-theme) .ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}html:not(.honeywell-dark-theme) .ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}html:not(.honeywell-dark-theme) .ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}html:not(.honeywell-dark-theme) .ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}html:not(.honeywell-dark-theme) .ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}html:not(.honeywell-dark-theme) .ui.inverted.loader{color:#ffffffe6}html:not(.honeywell-dark-theme) .ui.inverted.loader:before{border-color:#ffffff26}html:not(.honeywell-dark-theme) .ui.inverted.loader:after{border-top-color:#fff}html:not(.honeywell-dark-theme) .ui.inline.loader{left:0;margin:0;position:relative;top:0;transform:none;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.inline.loader.active,html:not(.honeywell-dark-theme) .ui.inline.loader.visible{display:inline-block}html:not(.honeywell-dark-theme) .ui.centered.inline.loader.active,html:not(.honeywell-dark-theme) .ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}html:not(.honeywell-dark-theme) .ui.steps{align-items:stretch;background:"";border-radius:.28571429rem;box-shadow:none;display:inline-flex;flex-direction:row;line-height:1.14285714em;margin:1em 0}html:not(.honeywell-dark-theme) .ui.steps:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui.steps:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.steps .step{align-items:center;border:none;border-radius:0;box-shadow:none;display:flex;flex:1 0 auto;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0;padding:1.14285714em 2em;position:relative;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.steps .step:after{border:solid;border-width:0 1px 1px 0;content:"";display:none;height:1.14285714em;position:absolute;right:0;top:50%;transform:translateY(-50%) translateX(50%) rotate(-45deg);transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;width:1.14285714em;z-index:2}html:not(.honeywell-dark-theme) .ui.steps .step:first-child{border-radius:.28571429rem 0 0 .28571429rem;padding-left:2em}html:not(.honeywell-dark-theme) .ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0;border-right:none;margin-right:0}html:not(.honeywell-dark-theme) .ui.steps .step:only-child{border-radius:.28571429rem}html:not(.honeywell-dark-theme) .ui.steps .step .title{font-size:1.14285714em;font-weight:700}html:not(.honeywell-dark-theme) .ui.steps .step>.title{width:100%}html:not(.honeywell-dark-theme) .ui.steps .step .description{color:#000000de;font-size:.92857143em;font-weight:400}html:not(.honeywell-dark-theme) .ui.steps .step>.description{width:100%}html:not(.honeywell-dark-theme) .ui.steps .step .title~.description{margin-top:.25em}html:not(.honeywell-dark-theme) .ui.steps .step>.icon{font-size:2.5em;line-height:1;margin:0 1rem 0 0}html:not(.honeywell-dark-theme) .ui.steps .step>.icon,html:not(.honeywell-dark-theme) .ui.steps .step>.icon~.content{align-self:middle;display:block;flex:0 1 auto}html:not(.honeywell-dark-theme) .ui.steps .step>.icon~.content{flex-grow:1 0 auto}html:not(.honeywell-dark-theme) .ui.steps:not(.vertical) .step>.icon{width:auto}html:not(.honeywell-dark-theme) .ui.steps .link.step,html:not(.honeywell-dark-theme) .ui.steps a.step{cursor:pointer}html:not(.honeywell-dark-theme) .ui.ordered.steps{counter-reset:ordered}html:not(.honeywell-dark-theme) .ui.ordered.steps .step:before{align-self:middle;content:counters(ordered,".");counter-increment:ordered;display:block;font-family:inherit;font-size:2.5em;font-weight:700;margin-right:1rem;position:static;text-align:center}html:not(.honeywell-dark-theme) .ui.ordered.steps .step>*{align-self:middle;display:block}html:not(.honeywell-dark-theme) .ui.vertical.steps{display:inline-flex;flex-direction:column;overflow:visible}html:not(.honeywell-dark-theme) .ui.vertical.steps .step{border-bottom:1px solid #22242626;border-radius:0;border-right:none;justify-content:flex-start;padding:1.14285714em 2em}html:not(.honeywell-dark-theme) .ui.vertical.steps .step:first-child{border-radius:.28571429rem .28571429rem 0 0;padding:1.14285714em 2em}html:not(.honeywell-dark-theme) .ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}html:not(.honeywell-dark-theme) .ui.vertical.steps .step:only-child{border-radius:.28571429rem}html:not(.honeywell-dark-theme) .ui.vertical.steps .step:after{border-width:0 1px 1px 0;display:none;right:0;top:50%}html:not(.honeywell-dark-theme) .ui.vertical.steps .active.step:after{display:block}html:not(.honeywell-dark-theme) .ui.vertical.steps .step:last-child:after{display:none}html:not(.honeywell-dark-theme) .ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.steps:not(.unstackable){display:inline-flex;flex-direction:column;overflow:visible}html:not(.honeywell-dark-theme) .ui.steps:not(.unstackable) .step{border-radius:0;flex-direction:column;padding:1.14285714em 2em;width:100%!important}html:not(.honeywell-dark-theme) .ui.steps:not(.unstackable) .step:first-child{border-radius:.28571429rem .28571429rem 0 0;padding:1.14285714em 2em}html:not(.honeywell-dark-theme) .ui.steps:not(.unstackable) .step:last-child{border-radius:0 0 .28571429rem .28571429rem}html:not(.honeywell-dark-theme) .ui.steps:not(.unstackable) .step:after{display:none!important}html:not(.honeywell-dark-theme) .ui.steps:not(.unstackable) .step .content{text-align:center}html:not(.honeywell-dark-theme) .ui.ordered.steps:not(.unstackable) .step:before,html:not(.honeywell-dark-theme) .ui.steps:not(.unstackable) .step>.icon{margin:0 0 1rem}}html:not(.honeywell-dark-theme) .ui.steps .step.active{cursor:auto}html:not(.honeywell-dark-theme) .ui.steps .active.step:after,html:not(.honeywell-dark-theme) .ui.steps .step:after{display:block}html:not(.honeywell-dark-theme) .ui.steps .active.step:last-child:after,html:not(.honeywell-dark-theme) .ui.steps .step:last-child:after{display:none}html:not(.honeywell-dark-theme) .ui.steps .link.active.step:hover,html:not(.honeywell-dark-theme) .ui.steps .link.active.step:hover:after,html:not(.honeywell-dark-theme) .ui.steps a.active.step:hover,html:not(.honeywell-dark-theme) .ui.steps a.active.step:hover:after{cursor:pointer}html:not(.honeywell-dark-theme) .ui.steps .disabled.step{cursor:auto;pointer-events:none}@media only screen and (max-width:991px){html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].steps{display:inline-flex;flex-direction:column;overflow:visible}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].steps .step{border-radius:0;flex-direction:column;padding:1.14285714em 2em}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].steps .step:first-child{border-radius:.28571429rem .28571429rem 0 0;padding:1.14285714em 2em}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].steps .step:after{display:none!important}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].steps .step .content{text-align:center}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].ordered.steps .step:before,html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem}}html:not(.honeywell-dark-theme) .ui.fluid.steps{display:flex;width:100%}html:not(.honeywell-dark-theme) .ui.attached.steps{border-radius:.28571429rem .28571429rem 0 0;margin:0 -1px;max-width:calc(100% + 2px);width:calc(100% + 2px)!important}html:not(.honeywell-dark-theme) .ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}html:not(.honeywell-dark-theme) .ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}html:not(.honeywell-dark-theme) .ui.bottom.attached.steps{border-radius:0 0 .28571429rem .28571429rem;margin:0 -1px}html:not(.honeywell-dark-theme) .ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}html:not(.honeywell-dark-theme) .ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}html:not(.honeywell-dark-theme) .ui.eight.steps,html:not(.honeywell-dark-theme) .ui.five.steps,html:not(.honeywell-dark-theme) .ui.four.steps,html:not(.honeywell-dark-theme) .ui.one.steps,html:not(.honeywell-dark-theme) .ui.seven.steps,html:not(.honeywell-dark-theme) .ui.six.steps,html:not(.honeywell-dark-theme) .ui.three.steps,html:not(.honeywell-dark-theme) .ui.two.steps{width:100%}html:not(.honeywell-dark-theme) .ui.eight.steps>.step,html:not(.honeywell-dark-theme) .ui.five.steps>.step,html:not(.honeywell-dark-theme) .ui.four.steps>.step,html:not(.honeywell-dark-theme) .ui.one.steps>.step,html:not(.honeywell-dark-theme) .ui.seven.steps>.step,html:not(.honeywell-dark-theme) .ui.six.steps>.step,html:not(.honeywell-dark-theme) .ui.three.steps>.step,html:not(.honeywell-dark-theme) .ui.two.steps>.step{flex-wrap:nowrap}html:not(.honeywell-dark-theme) .ui.one.steps>.step{width:100%}html:not(.honeywell-dark-theme) .ui.two.steps>.step{width:50%}html:not(.honeywell-dark-theme) .ui.three.steps>.step{width:33.333%}html:not(.honeywell-dark-theme) .ui.four.steps>.step{width:25%}html:not(.honeywell-dark-theme) .ui.five.steps>.step{width:20%}html:not(.honeywell-dark-theme) .ui.six.steps>.step{width:16.666%}html:not(.honeywell-dark-theme) .ui.seven.steps>.step{width:14.285%}html:not(.honeywell-dark-theme) .ui.eight.steps>.step{width:12.5%}html:not(.honeywell-dark-theme) .ui.step,html:not(.honeywell-dark-theme) .ui.steps .step{font-size:1rem}html:not(.honeywell-dark-theme) .ui.menu{display:flex;font-weight:400;margin:1rem 0;min-height:2.85714286em}html:not(.honeywell-dark-theme) .ui.menu:after{clear:both;content:"";display:block;height:0;visibility:hidden}html:not(.honeywell-dark-theme) .ui.menu:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui.menu:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.menu .menu{margin:0}html:not(.honeywell-dark-theme) .ui.menu:not(.vertical)>.menu{display:flex}html:not(.honeywell-dark-theme) .ui.menu:not(.vertical) .item{align-items:center;display:flex}html:not(.honeywell-dark-theme) .ui.menu .item{-webkit-tap-highlight-color:transparent;background:none;flex:0 0 auto;font-weight:400;line-height:1;position:relative;text-decoration:none;text-transform:none;transition:background .1s ease,box-shadow .1s;-webkit-user-select:none;user-select:none;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.menu .item:before{background:#2224261a;content:"";height:100%;position:absolute;right:0;top:0;width:1px}html:not(.honeywell-dark-theme) .ui.menu .item>a:not(.ui),html:not(.honeywell-dark-theme) .ui.menu .item>p:only-child,html:not(.honeywell-dark-theme) .ui.menu .text.item>*{line-height:1.3;-webkit-user-select:text;user-select:text}html:not(.honeywell-dark-theme) .ui.menu .item>p:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui.menu .item>p:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.menu .item>i.icon{float:none;margin:0 .35714286em 0 0;opacity:.9}html:not(.honeywell-dark-theme) .ui.menu:not(.vertical) .item>.button{font-size:1em;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;position:relative;top:0}html:not(.honeywell-dark-theme) .ui.menu>.container,html:not(.honeywell-dark-theme) .ui.menu>.grid{align-items:inherit;display:flex;flex-direction:inherit}html:not(.honeywell-dark-theme) .ui.menu .header.item,html:not(.honeywell-dark-theme) .ui.vertical.menu .header.item{background:"";font-weight:700;margin:0;text-transform:normal}html:not(.honeywell-dark-theme) .ui.vertical.menu .item>.header:not(.ui){font-size:1em;font-weight:700;margin:0 0 .5em}html:not(.honeywell-dark-theme) .ui.menu .item>i.dropdown.icon{float:right;margin:0 0 0 1em;padding:0}html:not(.honeywell-dark-theme) .ui.menu .dropdown.item .menu{flex-direction:column!important;left:0;margin:0;min-width:calc(100% - 1px)}html:not(.honeywell-dark-theme) .ui.menu .ui.dropdown .menu>.item{background:#0000!important;box-shadow:none!important;font-size:1em!important;font-weight:400;margin:0;padding:.78571429em 1.14285714em!important;text-align:left;text-transform:none;transition:none!important}html:not(.honeywell-dark-theme) .ui.menu .ui.dropdown .menu>.active.item{font-weight:700!important}html:not(.honeywell-dark-theme) .ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}html:not(.honeywell-dark-theme) .ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;float:none;font-size:1em!important;margin:0 .75em 0 0}html:not(.honeywell-dark-theme) .ui.secondary.menu .dropdown.item>.menu,html:not(.honeywell-dark-theme) .ui.text.menu .dropdown.item>.menu{margin-top:.35714286em}html:not(.honeywell-dark-theme) .ui.vertical.menu .dropdown.item>.icon{content:"";float:right;margin-left:1em}html:not(.honeywell-dark-theme) .ui.vertical.menu .dropdown.item .menu{box-shadow:0 1px 3px 0 #00000014;left:100%;margin:0;min-width:0}html:not(.honeywell-dark-theme) .ui.vertical.menu .dropdown.item.upward .menu{bottom:0}html:not(.honeywell-dark-theme) .ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}html:not(.honeywell-dark-theme) .ui.vertical.menu .dropdown.active.item{box-shadow:none}html:not(.honeywell-dark-theme) .ui.item.menu .dropdown .menu .item{width:100%}html:not(.honeywell-dark-theme) .ui.menu .item>.label{margin-left:1em;padding:.3em .78571429em}html:not(.honeywell-dark-theme) .ui.vertical.menu .item>.label{margin-bottom:-.15em;margin-top:-.15em;padding:.3em .78571429em}html:not(.honeywell-dark-theme) .ui.menu .item>.floating.label{padding:.3em .78571429em}html:not(.honeywell-dark-theme) .ui.link.menu .item:hover,html:not(.honeywell-dark-theme) .ui.menu .dropdown.item:hover,html:not(.honeywell-dark-theme) .ui.menu .link.item:hover,html:not(.honeywell-dark-theme) .ui.menu a.item:hover{cursor:pointer}html:not(.honeywell-dark-theme) .ui.menu .item.disabled,html:not(.honeywell-dark-theme) .ui.menu .item.disabled:hover{cursor:default}html:not(.honeywell-dark-theme) .ui.menu:not(.vertical) .left.item,html:not(.honeywell-dark-theme) .ui.menu:not(.vertical) .left.menu{display:flex;margin-right:auto!important}html:not(.honeywell-dark-theme) .ui.menu:not(.vertical) .right.item,html:not(.honeywell-dark-theme) .ui.menu:not(.vertical) .right.menu{display:flex;margin-left:auto!important}html:not(.honeywell-dark-theme) .ui.menu .right.item:before,html:not(.honeywell-dark-theme) .ui.menu .right.menu>.item:before{left:0;right:auto}html:not(.honeywell-dark-theme) .ui.vertical.menu{display:block;flex-direction:column}html:not(.honeywell-dark-theme) .ui.vertical.menu .item{background:none;border-right:none;border-top:none;display:block}html:not(.honeywell-dark-theme) .ui.vertical.menu .item>.label{float:right;text-align:center}html:not(.honeywell-dark-theme) .ui.vertical.menu .item:before{content:"";height:1px;left:0;position:absolute;top:0;width:100%}html:not(.honeywell-dark-theme) .ui.vertical.menu .item:first-child:before{display:none!important}html:not(.honeywell-dark-theme) .ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}html:not(.honeywell-dark-theme) .ui.vertical.menu .menu .item{background:none;font-size:.85714286em;padding:.5em 1.33333333em}html:not(.honeywell-dark-theme) .ui.vertical.menu .menu .item:before{display:none}html:not(.honeywell-dark-theme) .ui.vertical.menu .active.item{border-radius:0;box-shadow:none}html:not(.honeywell-dark-theme) .ui.vertical.menu .active.item .menu .active.item{border-left:none}html:not(.honeywell-dark-theme) .ui.vertical.menu .item .menu .active.item{background-color:initial;font-weight:700}html:not(.honeywell-dark-theme) .ui.secondary.menu{background:none;border:none;border-radius:0;box-shadow:none;margin-left:-.35714286em;margin-right:-.35714286em}html:not(.honeywell-dark-theme) .ui.secondary.menu .item{align-self:center;background:none;border:none;box-shadow:none;margin:0 .35714286em;padding:.78571429em .92857143em;transition:color .1s ease}html:not(.honeywell-dark-theme) .ui.secondary.menu .item:before{display:none!important}html:not(.honeywell-dark-theme) .ui.secondary.menu .header.item{background:none #0000;border-radius:0;border-right:none}html:not(.honeywell-dark-theme) .ui.secondary.menu .active.item,html:not(.honeywell-dark-theme) .ui.secondary.menu .active.item:hover{box-shadow:none}html:not(.honeywell-dark-theme) .ui.secondary.item.menu{margin-left:0;margin-right:0}html:not(.honeywell-dark-theme) .ui.secondary.item.menu .item:last-child{margin-right:0}html:not(.honeywell-dark-theme) .ui.secondary.attached.menu{box-shadow:none}html:not(.honeywell-dark-theme) .ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}html:not(.honeywell-dark-theme) .ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}html:not(.honeywell-dark-theme) .ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em}html:not(.honeywell-dark-theme) .ui.secondary.vertical.menu>.header.item{border-radius:0}html:not(.honeywell-dark-theme) .ui.vertical.secondary.menu .item>.menu .item{background-color:initial}html:not(.honeywell-dark-theme) .ui.menu.fluid,html:not(.honeywell-dark-theme) .ui.vertical.menu.fluid{width:100%!important}html:not(.honeywell-dark-theme) .ui.menu{font-size:1rem}html:not(.honeywell-dark-theme) .ui.vertical.menu{width:15rem}html:not(.honeywell-dark-theme) .ui.menu .item>.input{width:100%}html:not(.honeywell-dark-theme) .ui.menu:not(.vertical) .item>.input{margin:-.5em 0;position:relative;top:0}html:not(.honeywell-dark-theme) .ui.menu .item>.input input{font-size:1em;padding-bottom:.57142857em;padding-top:.57142857em}html:not(.honeywell-dark-theme) .ui.table{background:#fff;border:1px solid #22242626;border-collapse:initial;border-radius:.28571429rem;border-spacing:0;box-shadow:none;color:#000000de;margin:1em 0;text-align:left;width:100%}html:not(.honeywell-dark-theme) .ui.table:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui.table:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.table td,html:not(.honeywell-dark-theme) .ui.table th{transition:background .1s ease,color .1s ease}html:not(.honeywell-dark-theme) .ui.table thead{box-shadow:none}html:not(.honeywell-dark-theme) .ui.table thead th{background:#f9fafb;border-bottom:1px solid #2224261a;border-left:none;color:#000000de;cursor:auto;font-style:none;font-weight:700;padding:.92857143em .78571429em;text-align:inherit;text-transform:none;vertical-align:inherit}html:not(.honeywell-dark-theme) .ui.table thead tr>th:first-child{border-left:none}html:not(.honeywell-dark-theme) .ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}html:not(.honeywell-dark-theme) .ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}html:not(.honeywell-dark-theme) .ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}html:not(.honeywell-dark-theme) .ui.table tfoot{box-shadow:none}html:not(.honeywell-dark-theme) .ui.table tfoot th{background:#f9fafb;border-top:1px solid #22242626;color:#000000de;cursor:auto;font-style:normal;font-weight:400;padding:.78571429em;text-align:inherit;text-transform:none;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.table tfoot tr>th:first-child{border-left:none}html:not(.honeywell-dark-theme) .ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}html:not(.honeywell-dark-theme) .ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}html:not(.honeywell-dark-theme) .ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}html:not(.honeywell-dark-theme) .ui.table tr td{border-top:1px solid #2224261a}html:not(.honeywell-dark-theme) .ui.table tr:first-child td{border-top:none}html:not(.honeywell-dark-theme) .ui.table td{padding:.78571429em;text-align:inherit}html:not(.honeywell-dark-theme) .ui.table>.icon{vertical-align:initial}html:not(.honeywell-dark-theme) .ui.table>.icon:only-child{margin:0}html:not(.honeywell-dark-theme) .ui.table.segment{padding:0}html:not(.honeywell-dark-theme) .ui.table.segment:after{display:none}html:not(.honeywell-dark-theme) .ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.table:not(.unstackable){width:100%}html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) tbody,html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) tr,html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) tr>td,html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) tr>th{display:block!important;width:auto!important}html:not(.honeywell-dark-theme) .ui.table:not(.unstackable){padding:0}html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) tfoot,html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) thead{display:block}html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) tr{box-shadow:inset 0 -1px 0 0 #0000001a!important;padding-bottom:1em;padding-top:1em}html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) tr>td,html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) tr>th{background:none;border:none!important;box-shadow:none!important;padding:.25em .75em!important}html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) td:first-child,html:not(.honeywell-dark-theme) .ui.table:not(.unstackable) th:first-child{font-weight:700}html:not(.honeywell-dark-theme) .ui.definition.table:not(.unstackable) thead th:first-child{box-shadow:none!important}}html:not(.honeywell-dark-theme) .ui.table td .image,html:not(.honeywell-dark-theme) .ui.table td .image img,html:not(.honeywell-dark-theme) .ui.table th .image,html:not(.honeywell-dark-theme) .ui.table th .image img{max-width:none}html:not(.honeywell-dark-theme) .ui.structured.table{border-collapse:collapse}html:not(.honeywell-dark-theme) .ui.structured.table thead th{border-left:none;border-right:none}html:not(.honeywell-dark-theme) .ui.structured.sortable.table thead th{border-left:1px solid #22242626;border-right:1px solid #22242626}html:not(.honeywell-dark-theme) .ui.structured.basic.table th{border-left:none;border-right:none}html:not(.honeywell-dark-theme) .ui.structured.celled.table tr td,html:not(.honeywell-dark-theme) .ui.structured.celled.table tr th{border-left:1px solid #2224261a;border-right:1px solid #2224261a}html:not(.honeywell-dark-theme) .ui.definition.table thead:not(.full-width) th:first-child{background:#0000;box-shadow:-1px -1px 0 1px #fff;color:#0006;font-weight:400;pointer-events:none}html:not(.honeywell-dark-theme) .ui.definition.table tfoot:not(.full-width) th:first-child{background:#0000;box-shadow:1px 1px 0 1px #fff;color:normal;font-weight:rgba(0,0,0,.4);pointer-events:none}html:not(.honeywell-dark-theme) .ui.celled.definition.table thead:not(.full-width) th:first-child{box-shadow:0 -1px 0 1px #fff}html:not(.honeywell-dark-theme) .ui.celled.definition.table tfoot:not(.full-width) th:first-child{box-shadow:0 1px 0 1px #fff}html:not(.honeywell-dark-theme) .ui.definition.table tr td.definition,html:not(.honeywell-dark-theme) .ui.definition.table tr td:first-child:not(.ignored){background:#00000008;box-shadow:"";color:#000000f2;font-size:1em;font-weight:700;padding-left:"";padding-right:"";text-align:"";text-transform:""}html:not(.honeywell-dark-theme) .ui.definition.table td:nth-child(2),html:not(.honeywell-dark-theme) .ui.definition.table tfoot:not(.full-width) th:nth-child(2),html:not(.honeywell-dark-theme) .ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid #22242626}html:not(.honeywell-dark-theme) .ui.table td.positive,html:not(.honeywell-dark-theme) .ui.table tr.positive{background:#fcfff5!important;box-shadow:inset 0 0 0 #a3c293;color:#2c662d!important}html:not(.honeywell-dark-theme) .ui.table td.error,html:not(.honeywell-dark-theme) .ui.table td.negative,html:not(.honeywell-dark-theme) .ui.table tr.error,html:not(.honeywell-dark-theme) .ui.table tr.negative{background:#fff6f6!important;box-shadow:inset 0 0 0 #e0b4b4;color:#9f3a38!important}html:not(.honeywell-dark-theme) .ui.table td.warning,html:not(.honeywell-dark-theme) .ui.table tr.warning{background:#fffaf3!important;box-shadow:inset 0 0 0 #c9ba9b;color:#573a08!important}html:not(.honeywell-dark-theme) .ui.table td.active,html:not(.honeywell-dark-theme) .ui.table tr.active{background:#e0e0e0!important;box-shadow:inset 0 0 0 #000000de;color:#000000de!important}html:not(.honeywell-dark-theme) .ui.table tr td.disabled,html:not(.honeywell-dark-theme) .ui.table tr.disabled td,html:not(.honeywell-dark-theme) .ui.table tr.disabled:hover,html:not(.honeywell-dark-theme) .ui.table tr:hover td.disabled{color:#2828284d;pointer-events:none}@media only screen and (max-width:991px){html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table,html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table tbody,html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table tr,html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table tr>td,html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table tr>th{display:block!important;width:100%!important}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table{padding:0}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table tfoot,html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table thead{display:block}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table tr{box-shadow:inset 0 -1px 0 0 #0000001a!important;padding-bottom:1em;padding-top:1em}html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table tr>td,html:not(.honeywell-dark-theme) .ui[class*="tablet stackable"].table tr>th{background:none;border:none!important;box-shadow:none!important;padding:.25em .75em}html:not(.honeywell-dark-theme) .ui.definition[class*="tablet stackable"].table thead th:first-child{box-shadow:none!important}}html:not(.honeywell-dark-theme) .ui.table [class*="left aligned"],html:not(.honeywell-dark-theme) .ui.table[class*="left aligned"]{text-align:left}html:not(.honeywell-dark-theme) .ui.table [class*="center aligned"],html:not(.honeywell-dark-theme) .ui.table[class*="center aligned"]{text-align:center}html:not(.honeywell-dark-theme) .ui.table [class*="right aligned"],html:not(.honeywell-dark-theme) .ui.table[class*="right aligned"]{text-align:right}html:not(.honeywell-dark-theme) .ui.table [class*="top aligned"],html:not(.honeywell-dark-theme) .ui.table[class*="top aligned"]{vertical-align:top}html:not(.honeywell-dark-theme) .ui.table [class*="middle aligned"],html:not(.honeywell-dark-theme) .ui.table[class*="middle aligned"]{vertical-align:middle}html:not(.honeywell-dark-theme) .ui.table [class*="bottom aligned"],html:not(.honeywell-dark-theme) .ui.table[class*="bottom aligned"]{vertical-align:bottom}html:not(.honeywell-dark-theme) .ui.table td.collapsing,html:not(.honeywell-dark-theme) .ui.table th.collapsing{white-space:nowrap;width:1px}html:not(.honeywell-dark-theme) .ui.fixed.table{table-layout:fixed}html:not(.honeywell-dark-theme) .ui.fixed.table td,html:not(.honeywell-dark-theme) .ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}html:not(.honeywell-dark-theme) .ui.selectable.table tbody tr:hover,html:not(.honeywell-dark-theme) .ui.table tbody tr td.selectable:hover{background:#0000000d!important;color:#000000f2!important}html:not(.honeywell-dark-theme) .ui.table tbody tr td.selectable{padding:0}html:not(.honeywell-dark-theme) .ui.table tbody tr td.selectable>a:not(.ui){color:inherit;display:block;padding:.78571429em}html:not(.honeywell-dark-theme) .ui.selectable.table tr.error:hover,html:not(.honeywell-dark-theme) .ui.selectable.table tr:hover td.error,html:not(.honeywell-dark-theme) .ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}html:not(.honeywell-dark-theme) .ui.selectable.table tr.warning:hover,html:not(.honeywell-dark-theme) .ui.selectable.table tr:hover td.warning,html:not(.honeywell-dark-theme) .ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}html:not(.honeywell-dark-theme) .ui.selectable.table tr.active:hover,html:not(.honeywell-dark-theme) .ui.selectable.table tr:hover td.active,html:not(.honeywell-dark-theme) .ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:#000000de!important}html:not(.honeywell-dark-theme) .ui.selectable.table tr.positive:hover,html:not(.honeywell-dark-theme) .ui.selectable.table tr:hover td.positive,html:not(.honeywell-dark-theme) .ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}html:not(.honeywell-dark-theme) .ui.selectable.table tr.negative:hover,html:not(.honeywell-dark-theme) .ui.selectable.table tr:hover td.negative,html:not(.honeywell-dark-theme) .ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}html:not(.honeywell-dark-theme) .ui.attached.table{border:1px solid #d4d4d5;border-radius:0;bottom:0;box-shadow:none;margin:0 -1px;max-width:calc(100% + 2px);top:0;width:calc(100% + 2px)}html:not(.honeywell-dark-theme) .ui.attached+.ui.attached.table:not(.top){border-top:none}html:not(.honeywell-dark-theme) .ui[class*="top attached"].table{border-radius:.28571429rem .28571429rem 0 0;bottom:0;margin-bottom:0;margin-top:1em;top:0}html:not(.honeywell-dark-theme) .ui.table[class*="top attached"]:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui[class*="bottom attached"].table{border-radius:0 0 .28571429rem .28571429rem;bottom:0;box-shadow:none,none;margin-bottom:1em;margin-top:0;top:0}html:not(.honeywell-dark-theme) .ui[class*="bottom attached"].table:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.striped.table tbody tr:nth-child(2n),html:not(.honeywell-dark-theme) .ui.striped.table>tr:nth-child(2n){background-color:#00003205}html:not(.honeywell-dark-theme) .ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef!important;color:#000000f2!important}html:not(.honeywell-dark-theme) .ui.table [class*="single line"],html:not(.honeywell-dark-theme) .ui.table[class*="single line"]{white-space:nowrap}html:not(.honeywell-dark-theme) .ui.one.column.table td{width:100%}html:not(.honeywell-dark-theme) .ui.two.column.table td{width:50%}html:not(.honeywell-dark-theme) .ui.three.column.table td{width:33.33333333%}html:not(.honeywell-dark-theme) .ui.four.column.table td{width:25%}html:not(.honeywell-dark-theme) .ui.five.column.table td{width:20%}html:not(.honeywell-dark-theme) .ui.six.column.table td{width:16.66666667%}html:not(.honeywell-dark-theme) .ui.seven.column.table td{width:14.28571429%}html:not(.honeywell-dark-theme) .ui.eight.column.table td{width:12.5%}html:not(.honeywell-dark-theme) .ui.nine.column.table td{width:11.11111111%}html:not(.honeywell-dark-theme) .ui.ten.column.table td{width:10%}html:not(.honeywell-dark-theme) .ui.eleven.column.table td{width:9.09090909%}html:not(.honeywell-dark-theme) .ui.twelve.column.table td{width:8.33333333%}html:not(.honeywell-dark-theme) .ui.thirteen.column.table td{width:7.69230769%}html:not(.honeywell-dark-theme) .ui.fourteen.column.table td{width:7.14285714%}html:not(.honeywell-dark-theme) .ui.fifteen.column.table td{width:6.66666667%}html:not(.honeywell-dark-theme) .ui.sixteen.column.table td,html:not(.honeywell-dark-theme) .ui.table td.one.wide,html:not(.honeywell-dark-theme) .ui.table th.one.wide{width:6.25%}html:not(.honeywell-dark-theme) .ui.table td.two.wide,html:not(.honeywell-dark-theme) .ui.table th.two.wide{width:12.5%}html:not(.honeywell-dark-theme) .ui.table td.three.wide,html:not(.honeywell-dark-theme) .ui.table th.three.wide{width:18.75%}html:not(.honeywell-dark-theme) .ui.table td.four.wide,html:not(.honeywell-dark-theme) .ui.table th.four.wide{width:25%}html:not(.honeywell-dark-theme) .ui.table td.five.wide,html:not(.honeywell-dark-theme) .ui.table th.five.wide{width:31.25%}html:not(.honeywell-dark-theme) .ui.table td.six.wide,html:not(.honeywell-dark-theme) .ui.table th.six.wide{width:37.5%}html:not(.honeywell-dark-theme) .ui.table td.seven.wide,html:not(.honeywell-dark-theme) .ui.table th.seven.wide{width:43.75%}html:not(.honeywell-dark-theme) .ui.table td.eight.wide,html:not(.honeywell-dark-theme) .ui.table th.eight.wide{width:50%}html:not(.honeywell-dark-theme) .ui.table td.nine.wide,html:not(.honeywell-dark-theme) .ui.table th.nine.wide{width:56.25%}html:not(.honeywell-dark-theme) .ui.table td.ten.wide,html:not(.honeywell-dark-theme) .ui.table th.ten.wide{width:62.5%}html:not(.honeywell-dark-theme) .ui.table td.eleven.wide,html:not(.honeywell-dark-theme) .ui.table th.eleven.wide{width:68.75%}html:not(.honeywell-dark-theme) .ui.table td.twelve.wide,html:not(.honeywell-dark-theme) .ui.table th.twelve.wide{width:75%}html:not(.honeywell-dark-theme) .ui.table td.thirteen.wide,html:not(.honeywell-dark-theme) .ui.table th.thirteen.wide{width:81.25%}html:not(.honeywell-dark-theme) .ui.table td.fourteen.wide,html:not(.honeywell-dark-theme) .ui.table th.fourteen.wide{width:87.5%}html:not(.honeywell-dark-theme) .ui.table td.fifteen.wide,html:not(.honeywell-dark-theme) .ui.table th.fifteen.wide{width:93.75%}html:not(.honeywell-dark-theme) .ui.table td.sixteen.wide,html:not(.honeywell-dark-theme) .ui.table th.sixteen.wide{width:100%}html:not(.honeywell-dark-theme) .ui.sortable.table thead th{border-left:1px solid #22242626;color:#000000de;cursor:pointer;white-space:nowrap}html:not(.honeywell-dark-theme) .ui.sortable.table thead th:first-child{border-left:none}html:not(.honeywell-dark-theme) .ui.sortable.table thead th.sorted,html:not(.honeywell-dark-theme) .ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;user-select:none}html:not(.honeywell-dark-theme) .ui.sortable.table thead th:after{content:"";display:none;font-family:Icons;font-style:normal;font-weight:400;height:1em;margin:0 0 0 .5em;opacity:.8;text-decoration:inherit;width:auto}html:not(.honeywell-dark-theme) .ui.sortable.table thead th.ascending:after{content:""}html:not(.honeywell-dark-theme) .ui.sortable.table thead th.descending:after{content:""}html:not(.honeywell-dark-theme) .ui.sortable.table th.disabled:hover{color:#2828284d;cursor:auto}html:not(.honeywell-dark-theme) .ui.sortable.table thead th:hover{background:#0000000d;color:#000c}html:not(.honeywell-dark-theme) .ui.sortable.table thead th.sorted{background:#0000000d;color:#000000f2}html:not(.honeywell-dark-theme) .ui.sortable.table thead th.sorted:after{display:inline-block}html:not(.honeywell-dark-theme) .ui.sortable.table thead th.sorted:hover{background:#0000000d;color:#000000f2}html:not(.honeywell-dark-theme) .ui.collapsing.table{width:auto}html:not(.honeywell-dark-theme) .ui.basic.table{background:#0000;border:1px solid #22242626;box-shadow:none}html:not(.honeywell-dark-theme) .ui.basic.table tfoot,html:not(.honeywell-dark-theme) .ui.basic.table thead{box-shadow:none}html:not(.honeywell-dark-theme) .ui.basic.table th{background:#0000;border-left:none}html:not(.honeywell-dark-theme) .ui.basic.table tbody tr{border-bottom:1px solid #0000001a}html:not(.honeywell-dark-theme) .ui.basic.table td{background:#0000}html:not(.honeywell-dark-theme) .ui.basic.striped.table tbody tr:nth-child(2n){background-color:#0000000d!important}html:not(.honeywell-dark-theme) .ui[class*="very basic"].table{border:none}html:not(.honeywell-dark-theme) .ui[class*="very basic"].table:not(.sortable):not(.striped) td,html:not(.honeywell-dark-theme) .ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:""}html:not(.honeywell-dark-theme) .ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,html:not(.honeywell-dark-theme) .ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}html:not(.honeywell-dark-theme) .ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,html:not(.honeywell-dark-theme) .ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}html:not(.honeywell-dark-theme) .ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}html:not(.honeywell-dark-theme) .ui.celled.table tr td,html:not(.honeywell-dark-theme) .ui.celled.table tr th{border-left:1px solid #2224261a}html:not(.honeywell-dark-theme) .ui.celled.table tr td:first-child,html:not(.honeywell-dark-theme) .ui.celled.table tr th:first-child{border-left:none}html:not(.honeywell-dark-theme) .ui.padded.table th{padding-left:1em;padding-right:1em}html:not(.honeywell-dark-theme) .ui.padded.table td,html:not(.honeywell-dark-theme) .ui.padded.table th{padding:1em}html:not(.honeywell-dark-theme) .ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}html:not(.honeywell-dark-theme) .ui[class*="very padded"].table td{padding:1.5em}html:not(.honeywell-dark-theme) .ui.compact.table th{padding-left:.7em;padding-right:.7em}html:not(.honeywell-dark-theme) .ui.compact.table td{padding:.5em .7em}html:not(.honeywell-dark-theme) .ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}html:not(.honeywell-dark-theme) .ui[class*="very compact"].table td{padding:.4em .6em}html:not(.honeywell-dark-theme) .ui.small.table{font-size:.9em}html:not(.honeywell-dark-theme) .ui.table{font-size:1em}html:not(.honeywell-dark-theme) .ui.large.table{font-size:1.1em}html:not(.honeywell-dark-theme) .ui.card,html:not(.honeywell-dark-theme) .ui.cards>.card{border:none;display:flex;flex-direction:column;max-width:100%;min-height:0;padding:0;position:relative}html:not(.honeywell-dark-theme) .ui.card{margin:1em 0}html:not(.honeywell-dark-theme) .ui.card a,html:not(.honeywell-dark-theme) .ui.cards>.card a{cursor:pointer}html:not(.honeywell-dark-theme) .ui.card:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui.card:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.cards{display:flex;flex-wrap:wrap;margin:-.875em -.5em}html:not(.honeywell-dark-theme) .ui.cards>.card{display:flex;float:none;margin:.875em .5em}html:not(.honeywell-dark-theme) .ui.card:after,html:not(.honeywell-dark-theme) .ui.cards:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}html:not(.honeywell-dark-theme) .ui.cards~.ui.cards{margin-top:.875em}html:not(.honeywell-dark-theme) .ui.card>.content,html:not(.honeywell-dark-theme) .ui.cards>.card>.content{background:none;border:none;border-radius:0;box-shadow:none;flex-grow:1;font-size:1em;margin:0;padding:1em}html:not(.honeywell-dark-theme) .ui.card>.content:after,html:not(.honeywell-dark-theme) .ui.cards>.card>.content:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}html:not(.honeywell-dark-theme) .ui.card>.content>.header,html:not(.honeywell-dark-theme) .ui.cards>.card>.content>.header{display:block;margin:""}html:not(.honeywell-dark-theme) .ui.card>.content>.header:not(.ui),html:not(.honeywell-dark-theme) .ui.cards>.card>.content>.header:not(.ui){font-weight:700;margin-top:-.21425em}html:not(.honeywell-dark-theme) .ui.card>.content>.header+.description,html:not(.honeywell-dark-theme) .ui.card>.content>.meta+.description,html:not(.honeywell-dark-theme) .ui.cards>.card>.content>.header+.description,html:not(.honeywell-dark-theme) .ui.cards>.card>.content>.meta+.description{margin-top:.5em}html:not(.honeywell-dark-theme) .ui.card>.content>.description,html:not(.honeywell-dark-theme) .ui.cards>.card>.content>.description{clear:both}html:not(.honeywell-dark-theme) .ui.card .meta,html:not(.honeywell-dark-theme) .ui.cards>.card .meta{font-size:1em}html:not(.honeywell-dark-theme) .ui.card .meta *,html:not(.honeywell-dark-theme) .ui.cards>.card .meta *{margin-right:.3em}html:not(.honeywell-dark-theme) .ui.card .meta :last-child,html:not(.honeywell-dark-theme) .ui.cards>.card .meta :last-child{margin-right:0}html:not(.honeywell-dark-theme) .ui.card>.extra,html:not(.honeywell-dark-theme) .ui.cards>.card>.extra{background:none;box-shadow:none;flex-grow:0;left:0;margin:0;max-width:100%;min-height:0!important;padding:.75em 1em;position:static;top:0;width:auto}html:not(.honeywell-dark-theme) .ui.link.cards .raised.card:hover,html:not(.honeywell-dark-theme) .ui.link.raised.card:hover,html:not(.honeywell-dark-theme) .ui.raised.cards a.card:hover,html:not(.honeywell-dark-theme) a.ui.raised.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 #22242626,0 2px 10px 0 #22242640}html:not(.honeywell-dark-theme) .ui.raised.card,html:not(.honeywell-dark-theme) .ui.raised.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626}html:not(.honeywell-dark-theme) .ui.centered.cards{justify-content:center}html:not(.honeywell-dark-theme) .ui.centered.card{margin-left:auto;margin-right:auto}html:not(.honeywell-dark-theme) .ui.fluid.card{max-width:9999px;width:100%}html:not(.honeywell-dark-theme) .ui.cards a.card,html:not(.honeywell-dark-theme) .ui.link.card,html:not(.honeywell-dark-theme) .ui.link.cards .card,html:not(.honeywell-dark-theme) a.ui.card{transform:none}html:not(.honeywell-dark-theme) .ui.cards a.card:hover,html:not(.honeywell-dark-theme) .ui.link.card:hover,html:not(.honeywell-dark-theme) .ui.link.cards .card:hover,html:not(.honeywell-dark-theme) a.ui.card:hover{border:none;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;cursor:pointer;transform:translateY(-3px);z-index:5}html:not(.honeywell-dark-theme) .ui.cards>.card{font-size:1em}html:not(.honeywell-dark-theme) .ui.statistic{display:inline-flex;flex-direction:column;margin:1em 0;max-width:auto}html:not(.honeywell-dark-theme) .ui.statistic+.ui.statistic{margin:0 0 0 1.5em}html:not(.honeywell-dark-theme) .ui.statistic:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui.statistic:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.statistics{align-items:flex-start;flex-wrap:wrap}html:not(.honeywell-dark-theme) .ui.statistics>.statistic{display:inline-flex;flex:0 1 auto;flex-direction:column;margin:0 1.5em 2em;max-width:auto}html:not(.honeywell-dark-theme) .ui.statistics{display:flex;margin:1em -1.5em -2em}html:not(.honeywell-dark-theme) .ui.statistics:after{clear:both;content:" ";display:block;height:0;overflow:hidden;visibility:hidden}html:not(.honeywell-dark-theme) .ui.statistics:first-child{margin-top:0}html:not(.honeywell-dark-theme) .ui.statistics:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.statistic>.value,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.value{color:#1b1c1d;font-size:4rem;font-weight:400;line-height:1em;text-align:center;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.statistic>.label,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.label{color:#000000de;font-size:1em;font-weight:700;text-align:center;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.statistic>.label~.value,html:not(.honeywell-dark-theme) .ui.statistic>.value~.label,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.label~.value,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.value~.label{margin-top:0}html:not(.honeywell-dark-theme) .ui.statistic>.value .icon,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.value .icon{margin:0;opacity:1;width:auto}html:not(.honeywell-dark-theme) .ui.statistic>.text.value,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.text.value{font-weight:700;line-height:1em;min-height:2em;text-align:center}html:not(.honeywell-dark-theme) .ui.statistic>.text.value+.label,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.text.value+.label{text-align:center}html:not(.honeywell-dark-theme) .ui.statistic>.value img,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.value img{max-height:3rem;vertical-align:initial}html:not(.honeywell-dark-theme) .ui.ten.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.ten.statistics .statistic{margin:0 0 2em;min-width:10%}html:not(.honeywell-dark-theme) .ui.nine.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.nine.statistics .statistic{margin:0 0 2em;min-width:11.11111111%}html:not(.honeywell-dark-theme) .ui.eight.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.eight.statistics .statistic{margin:0 0 2em;min-width:12.5%}html:not(.honeywell-dark-theme) .ui.seven.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.seven.statistics .statistic{margin:0 0 2em;min-width:14.28571429%}html:not(.honeywell-dark-theme) .ui.six.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.six.statistics .statistic{margin:0 0 2em;min-width:16.66666667%}html:not(.honeywell-dark-theme) .ui.five.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.five.statistics .statistic{margin:0 0 2em;min-width:20%}html:not(.honeywell-dark-theme) .ui.four.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.four.statistics .statistic{margin:0 0 2em;min-width:25%}html:not(.honeywell-dark-theme) .ui.three.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.three.statistics .statistic{margin:0 0 2em;min-width:33.33333333%}html:not(.honeywell-dark-theme) .ui.two.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.two.statistics .statistic{margin:0 0 2em;min-width:50%}html:not(.honeywell-dark-theme) .ui.one.statistics{margin:0 0 -2em}html:not(.honeywell-dark-theme) .ui.one.statistics .statistic{margin:0 0 2em;min-width:100%}html:not(.honeywell-dark-theme) .ui.horizontal.statistic{align-items:center;flex-direction:row}html:not(.honeywell-dark-theme) .ui.horizontal.statistics{flex-direction:column;margin:0;max-width:none}html:not(.honeywell-dark-theme) .ui.horizontal.statistics .statistic{align-items:center;flex-direction:row;margin:1em 0;max-width:none}html:not(.honeywell-dark-theme) .ui.horizontal.statistic>.text.value,html:not(.honeywell-dark-theme) .ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}html:not(.honeywell-dark-theme) .ui.horizontal.statistic>.value .icon,html:not(.honeywell-dark-theme) .ui.horizontal.statistics .statistic>.value .icon{width:1.18em}html:not(.honeywell-dark-theme) .ui.horizontal.statistic>.value,html:not(.honeywell-dark-theme) .ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.horizontal.statistic>.label,html:not(.honeywell-dark-theme) .ui.horizontal.statistics .statistic>.label{display:inline-block;margin:0 0 0 .75em;vertical-align:middle}html:not(.honeywell-dark-theme) .ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}html:not(.honeywell-dark-theme) .ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}html:not(.honeywell-dark-theme) .ui.floated.statistic:last-child{margin-bottom:0}html:not(.honeywell-dark-theme) .ui.mini.horizontal.statistic>.value,html:not(.honeywell-dark-theme) .ui.mini.horizontal.statistics .statistic>.value,html:not(.honeywell-dark-theme) .ui.mini.statistic>.value,html:not(.honeywell-dark-theme) .ui.mini.statistics .statistic>.value{font-size:1.5rem!important}html:not(.honeywell-dark-theme) .ui.mini.statistic>.text.value,html:not(.honeywell-dark-theme) .ui.mini.statistics .statistic>.text.value{font-size:1rem!important}html:not(.honeywell-dark-theme) .ui.tiny.horizontal.statistic>.value,html:not(.honeywell-dark-theme) .ui.tiny.horizontal.statistics .statistic>.value,html:not(.honeywell-dark-theme) .ui.tiny.statistic>.value,html:not(.honeywell-dark-theme) .ui.tiny.statistics .statistic>.value{font-size:2rem!important}html:not(.honeywell-dark-theme) .ui.tiny.statistic>.text.value,html:not(.honeywell-dark-theme) .ui.tiny.statistics .statistic>.text.value{font-size:1rem!important}html:not(.honeywell-dark-theme) .ui.small.statistic>.value,html:not(.honeywell-dark-theme) .ui.small.statistics .statistic>.value{font-size:3rem!important}html:not(.honeywell-dark-theme) .ui.small.horizontal.statistic>.value,html:not(.honeywell-dark-theme) .ui.small.horizontal.statistics .statistic>.value{font-size:2rem!important}html:not(.honeywell-dark-theme) .ui.small.statistic>.text.value,html:not(.honeywell-dark-theme) .ui.small.statistics .statistic>.text.value{font-size:1rem!important}html:not(.honeywell-dark-theme) .ui.statistic>.value,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.value{font-size:4rem!important}html:not(.honeywell-dark-theme) .ui.horizontal.statistic>.value,html:not(.honeywell-dark-theme) .ui.horizontal.statistics .statistic>.value{font-size:3rem!important}html:not(.honeywell-dark-theme) .ui.statistic>.text.value,html:not(.honeywell-dark-theme) .ui.statistics .statistic>.text.value{font-size:2rem!important}html:not(.honeywell-dark-theme) .ui.large.statistic>.value,html:not(.honeywell-dark-theme) .ui.large.statistics .statistic>.value{font-size:5rem!important}html:not(.honeywell-dark-theme) .ui.large.horizontal.statistic>.value,html:not(.honeywell-dark-theme) .ui.large.horizontal.statistics .statistic>.value{font-size:4rem!important}html:not(.honeywell-dark-theme) .ui.large.statistic>.text.value,html:not(.honeywell-dark-theme) .ui.large.statistics .statistic>.text.value{font-size:2.5rem!important}html:not(.honeywell-dark-theme) .ui.huge.statistic>.value,html:not(.honeywell-dark-theme) .ui.huge.statistics .statistic>.value{font-size:6rem!important}html:not(.honeywell-dark-theme) .ui.huge.horizontal.statistic>.value,html:not(.honeywell-dark-theme) .ui.huge.horizontal.statistics .statistic>.value{font-size:5rem!important}html:not(.honeywell-dark-theme) .ui.huge.statistic>.text.value,html:not(.honeywell-dark-theme) .ui.huge.statistics .statistic>.text.value{font-size:2.5rem!important}html:not(.honeywell-dark-theme) .ui.accordion,html:not(.honeywell-dark-theme) .ui.accordion .accordion{max-width:100%}html:not(.honeywell-dark-theme) .ui.accordion .accordion{margin:1em 0 0;padding:0}html:not(.honeywell-dark-theme) .ui.accordion .accordion .title,html:not(.honeywell-dark-theme) .ui.accordion .title{cursor:pointer}html:not(.honeywell-dark-theme) .ui.accordion .title:not(.ui){font-size:1em;padding:.5em 0}html:not(.honeywell-dark-theme) .ui.accordion .accordion .title~.content,html:not(.honeywell-dark-theme) .ui.accordion .title~.content{display:none}html:not(.honeywell-dark-theme) .ui.accordion:not(.styled) .accordion .title~.content:not(.ui),html:not(.honeywell-dark-theme) .ui.accordion:not(.styled) .title~.content:not(.ui){margin:"";padding:.5em 0 1em}html:not(.honeywell-dark-theme) .ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}html:not(.honeywell-dark-theme) .ui.accordion .accordion .title .dropdown.icon,html:not(.honeywell-dark-theme) .ui.accordion .title .dropdown.icon{display:inline-block;float:none;font-size:1em;height:1em;margin:0 .25rem 0 0;opacity:1;padding:0;transform:none;transition:transform .1s ease,opacity .1s ease;vertical-align:initial;width:1.25em}html:not(.honeywell-dark-theme) .ui.accordion.menu .item .title{display:block;padding:0}html:not(.honeywell-dark-theme) .ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;transform:rotate(180deg)}html:not(.honeywell-dark-theme) .ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}html:not(.honeywell-dark-theme) .ui.accordion .accordion .active.title .dropdown.icon,html:not(.honeywell-dark-theme) .ui.accordion .active.title .dropdown.icon,html:not(.honeywell-dark-theme) .ui.accordion.menu .item .active.title>.dropdown.icon{transform:rotate(90deg)}html:not(.honeywell-dark-theme) .ui.styled.accordion{width:600px}html:not(.honeywell-dark-theme) .ui.styled.accordion,html:not(.honeywell-dark-theme) .ui.styled.accordion .accordion{background:#fff;border-radius:.28571429rem}html:not(.honeywell-dark-theme) .ui.styled.accordion .accordion .title,html:not(.honeywell-dark-theme) .ui.styled.accordion .title{font-weight:700;margin:0;padding:.75em 1em;transition:background .1s ease,color .1s ease}html:not(.honeywell-dark-theme) .ui.styled.accordion .accordion .title:first-child,html:not(.honeywell-dark-theme) .ui.styled.accordion>.title:first-child{border-top:none}html:not(.honeywell-dark-theme) .ui.styled.accordion .accordion .content,html:not(.honeywell-dark-theme) .ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}html:not(.honeywell-dark-theme) .ui.styled.accordion .accordion .content{padding:.5em 1em 1.5em}html:not(.honeywell-dark-theme) .ui.accordion .accordion .active.content,html:not(.honeywell-dark-theme) .ui.accordion .active.content{display:block}html:not(.honeywell-dark-theme) .ui.fluid.accordion,html:not(.honeywell-dark-theme) .ui.fluid.accordion .accordion{width:100%}html:not(.honeywell-dark-theme) .ui.accordion .accordion .title .dropdown.icon,html:not(.honeywell-dark-theme) .ui.accordion .title .dropdown.icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-style:normal;font-weight:400;line-height:1;text-align:center}html:not(.honeywell-dark-theme) .ui.checkbox{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;font-size:1rem;font-style:normal;line-height:17px;min-height:17px;min-width:17px;outline:none;position:relative;vertical-align:initial}html:not(.honeywell-dark-theme) .ui.checkbox input[type=checkbox],html:not(.honeywell-dark-theme) .ui.checkbox input[type=radio]{cursor:pointer;height:17px;left:0;opacity:0!important;outline:none;position:absolute;top:0;width:17px;z-index:3}html:not(.honeywell-dark-theme) .ui.checkbox .box,html:not(.honeywell-dark-theme) .ui.checkbox label{display:block;font-size:1em;outline:none;padding-left:1.85714em;position:relative}html:not(.honeywell-dark-theme) .ui.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.checkbox .box:before,html:not(.honeywell-dark-theme) .ui.checkbox label:after,html:not(.honeywell-dark-theme) .ui.checkbox label:before{height:17px;left:0;position:absolute;top:0;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;width:17px}html:not(.honeywell-dark-theme) .ui.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.checkbox label:after{font-size:14px;opacity:0;text-align:center}html:not(.honeywell-dark-theme) .ui.checkbox label,html:not(.honeywell-dark-theme) .ui.checkbox+label{transition:color .1s ease}html:not(.honeywell-dark-theme) .ui.checkbox+label{vertical-align:middle}html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate~.box:before,html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate~label:before{background:#fff;border-color:#22242659}html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate~.box:after,html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate~label:after{color:#000000f2;opacity:1}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{border-color:#96c8da}html:not(.honeywell-dark-theme) .ui.checkbox input:checked:focus~.box:after,html:not(.honeywell-dark-theme) .ui.checkbox input:checked:focus~label:after,html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after,html:not(.honeywell-dark-theme) .ui.checkbox input:not([type=radio]):indeterminate:focus~label:after{color:#000000f2}html:not(.honeywell-dark-theme) .ui.read-only.checkbox,html:not(.honeywell-dark-theme) .ui.read-only.checkbox label{cursor:default}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:#000;cursor:default!important;opacity:.5}html:not(.honeywell-dark-theme) .ui.checkbox input.hidden{z-index:-1}html:not(.honeywell-dark-theme) .ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;user-select:none}html:not(.honeywell-dark-theme) .ui.radio.checkbox{min-height:15px}html:not(.honeywell-dark-theme) .ui.radio.checkbox .box,html:not(.honeywell-dark-theme) .ui.radio.checkbox label{padding-left:1.85714em}html:not(.honeywell-dark-theme) .ui.radio.checkbox .box:before,html:not(.honeywell-dark-theme) .ui.radio.checkbox label:before{border-radius:500rem;height:15px;transform:none;width:15px}html:not(.honeywell-dark-theme) .ui.radio.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.radio.checkbox label:after{background-color:#000000de;border-radius:500rem;height:15px;line-height:15px;transform:scale(.46667);width:15px}html:not(.honeywell-dark-theme) .ui.toggle.checkbox{min-height:1.5rem}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input{height:1.5rem;width:3.5rem}html:not(.honeywell-dark-theme) .ui.toggle.checkbox .box,html:not(.honeywell-dark-theme) .ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem}html:not(.honeywell-dark-theme) .ui.toggle.checkbox label{padding-top:.15em}html:not(.honeywell-dark-theme) .ui.toggle.checkbox .box:before,html:not(.honeywell-dark-theme) .ui.toggle.checkbox label:before{border:none;border-radius:500rem;box-shadow:none;content:"";display:block;height:1.5rem;position:absolute;top:0;transform:none;width:3.5rem;z-index:1}html:not(.honeywell-dark-theme) .ui.toggle.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.toggle.checkbox label:after{border:none;border-radius:500rem;box-shadow:0 1px 2px 0 #22242626,inset 0 0 0 1px #22242626;content:""!important;height:1.5rem;left:0;opacity:1;position:absolute;top:0;transition:background .3s ease,left .3s ease;width:1.5rem;z-index:2}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input~.box:after,html:not(.honeywell-dark-theme) .ui.toggle.checkbox input~label:after{box-shadow:none;left:-.05rem}html:not(.honeywell-dark-theme) .ui.toggle.checkbox .box:hover:before,html:not(.honeywell-dark-theme) .ui.toggle.checkbox input:focus~.box:before,html:not(.honeywell-dark-theme) .ui.toggle.checkbox input:focus~label:before,html:not(.honeywell-dark-theme) .ui.toggle.checkbox label:hover:before{border:none}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input:checked~.box:after,html:not(.honeywell-dark-theme) .ui.toggle.checkbox input:checked~label:after{box-shadow:none;left:2.15rem}html:not(.honeywell-dark-theme) .dimmable:not(body){position:relative}html:not(.honeywell-dark-theme) .ui.dimmer{animation-duration:.5s;animation-fill-mode:both;background-color:#000000d9;display:none;height:100%;left:0!important;line-height:1;opacity:0;position:absolute;text-align:center;top:0!important;transition:background-color .5s linear;-webkit-user-select:none;user-select:none;vertical-align:middle;width:100%;will-change:opacity;z-index:1000}html:not(.honeywell-dark-theme) .ui.dimmer>.content{display:table;height:100%;-webkit-user-select:text;user-select:text;width:100%}html:not(.honeywell-dark-theme) .ui.dimmer>.content>*{color:#fff;display:table-cell;vertical-align:middle}html:not(.honeywell-dark-theme) .ui.segment>.ui.dimmer{border-radius:inherit!important}html:not(.honeywell-dark-theme) .ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:#ffffff1a}html:not(.honeywell-dark-theme) .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:#ffffff40}html:not(.honeywell-dark-theme) .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:#ffffff26}html:not(.honeywell-dark-theme) .ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:#ffffff59}html:not(.honeywell-dark-theme) .animating.dimmable:not(body),html:not(.honeywell-dark-theme) .dimmed.dimmable:not(body){overflow:hidden}html:not(.honeywell-dark-theme) .dimmed.dimmable>.ui.animating.dimmer,html:not(.honeywell-dark-theme) .dimmed.dimmable>.ui.visible.dimmer,html:not(.honeywell-dark-theme) .ui.active.dimmer{display:block;opacity:1}html:not(.honeywell-dark-theme) .ui.disabled.dimmer{height:0!important;width:0!important}html:not(.honeywell-dark-theme) .ui.page.dimmer{perspective:2000px;position:fixed;transform-origin:center center;transform-style:""}html:not(.honeywell-dark-theme) body.animating.in.dimmable,html:not(.honeywell-dark-theme) body.dimmed.dimmable{overflow:hidden}html:not(.honeywell-dark-theme) body.dimmable>.dimmer{position:fixed}html:not(.honeywell-dark-theme) .blurring.dimmable>:not(.dimmer){filter:blur(0) grayscale(0);transition:filter .8s ease}html:not(.honeywell-dark-theme) .blurring.dimmed.dimmable>:not(.dimmer){filter:blur(5px) grayscale(.7)}html:not(.honeywell-dark-theme) .blurring.dimmable>.dimmer{background-color:#0009}html:not(.honeywell-dark-theme) .blurring.dimmable>.inverted.dimmer{background-color:#fff9}html:not(.honeywell-dark-theme) .ui.dimmer>.top.aligned.content>*{vertical-align:top}html:not(.honeywell-dark-theme) .ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}html:not(.honeywell-dark-theme) .ui.inverted.dimmer{background-color:#ffffffd9}html:not(.honeywell-dark-theme) .ui.inverted.dimmer>.content>*{color:#fff}html:not(.honeywell-dark-theme) .ui.simple.dimmer{background-color:#0000;display:block;height:0;opacity:1;overflow:hidden;width:0;z-index:-100}html:not(.honeywell-dark-theme) .dimmed.dimmable>.ui.simple.dimmer{background-color:#000000d9;height:100%;opacity:1;overflow:visible;width:100%;z-index:1}html:not(.honeywell-dark-theme) .ui.simple.inverted.dimmer{background-color:#fff0}html:not(.honeywell-dark-theme) .dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:#ffffffd9}html:not(.honeywell-dark-theme) .ui.dropdown{-webkit-tap-highlight-color:rgba(0,0,0,0);cursor:pointer;display:inline-block;outline:none;position:relative;text-align:left;transition:box-shadow .1s ease,width .1s ease}html:not(.honeywell-dark-theme) .ui.dropdown .menu{border-radius:.28571429rem;box-shadow:0 2px 3px 0 #22242626;cursor:auto;display:none;font-size:1em;margin:0;min-width:-webkit-max-content;min-width:max-content;outline:none;padding:0;position:absolute;text-align:left;text-shadow:none;top:100%;transition:opacity .1s ease;will-change:transform,opacity;z-index:11}html:not(.honeywell-dark-theme) .ui.dropdown .menu>*{white-space:nowrap}html:not(.honeywell-dark-theme) .ui.dropdown>input:not(.search):first-child,html:not(.honeywell-dark-theme) .ui.dropdown>select{display:none!important}html:not(.honeywell-dark-theme) .ui.dropdown>.dropdown.icon{font-size:.85714286em;margin:0 0 0 1em;position:relative}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item .dropdown.icon{float:right;margin:0 0 0 1em;width:auto}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}html:not(.honeywell-dark-theme) .ui.dropdown>.text{display:inline-block;margin:0!important;max-width:calc(100% - 1.4rem);overflow:hidden;padding-right:.5rem;text-overflow:ellipsis;transition:none;white-space:nowrap}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item{-webkit-touch-callout:none;border:none;box-shadow:none;cursor:pointer;display:block;font-size:1rem;font-weight:400;height:auto;line-height:1em;padding:.78571429rem 1.14285714rem!important;position:relative;text-align:left;text-transform:none}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item:first-child{border-top-width:0}html:not(.honeywell-dark-theme) .ui.dropdown .menu .item>[class*="right floated"],html:not(.honeywell-dark-theme) .ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-left:1em!important;margin-right:0!important}html:not(.honeywell-dark-theme) .ui.dropdown .menu .item>[class*="left floated"],html:not(.honeywell-dark-theme) .ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}html:not(.honeywell-dark-theme) .ui.dropdown .menu .item>.flag.floated,html:not(.honeywell-dark-theme) .ui.dropdown .menu .item>.icon.floated,html:not(.honeywell-dark-theme) .ui.dropdown .menu .item>.image.floated,html:not(.honeywell-dark-theme) .ui.dropdown .menu .item>img.floated{margin-top:0}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.header{font-size:.78571429em;font-weight:700;margin:1rem 0 .75rem;padding:0 1.14285714rem;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.divider{height:0;margin:.5em 0}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.input{display:flex;margin:1.14285714rem .78571429rem;min-width:10rem;width:auto}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.header+.input{margin-top:0}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.input:not(.transparent) .button,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.input:not(.transparent) .icon,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.input:not(.transparent) .label{padding-bottom:.5em;padding-top:.5em}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.description,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.description{float:right;margin:0 0 0 1em}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.message{font-weight:400;padding:.78571429rem 1.14285714rem}html:not(.honeywell-dark-theme) .ui.dropdown .menu .menu{border-radius:.28571429rem!important;left:100%;margin:0 0 0 -.5em!important;right:auto;top:0!important;z-index:21!important}html:not(.honeywell-dark-theme) .ui.dropdown .menu .menu:after{display:none}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.flag,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.icon,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.image,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.label,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>img,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.flag,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.icon,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.image,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.label,html:not(.honeywell-dark-theme) .ui.dropdown>.text>img{margin-top:0}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.flag,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.icon,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.image,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>.label,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item>img,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.flag,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.icon,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.image,html:not(.honeywell-dark-theme) .ui.dropdown>.text>.label,html:not(.honeywell-dark-theme) .ui.dropdown>.text>img{float:none;margin-left:0;margin-right:.78571429rem}html:not(.honeywell-dark-theme) .ui.dropdown .ui.menu>.item:before,html:not(.honeywell-dark-theme) .ui.menu .ui.dropdown .menu>.item:before{display:none}html:not(.honeywell-dark-theme) .ui.menu .ui.dropdown .menu .active.item{border-left:none}html:not(.honeywell-dark-theme) .ui.buttons>.ui.dropdown:last-child .menu,html:not(.honeywell-dark-theme) .ui.menu .right.dropdown.item .menu,html:not(.honeywell-dark-theme) .ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}html:not(.honeywell-dark-theme) .ui.label.dropdown .menu{min-width:100%}html:not(.honeywell-dark-theme) .ui.dropdown.icon.button>.dropdown.icon{margin:0}html:not(.honeywell-dark-theme) .ui.button.dropdown .menu{min-width:100%}html:not(.honeywell-dark-theme) .ui.selection.dropdown{word-wrap:break-word;border-radius:.28571429rem;box-shadow:none;cursor:pointer;display:inline-block;line-height:1em;min-height:2.71428571em;min-width:14em;outline:0;padding:.78571429em 2.1em .78571429em 1em;transform:rotate(0deg);transition:box-shadow .1s ease,width .1s ease;white-space:normal}html:not(.honeywell-dark-theme) .ui.selection.dropdown.active,html:not(.honeywell-dark-theme) .ui.selection.dropdown.visible{display:block;visibility:visible;z-index:10}html:not(.honeywell-dark-theme) select.ui.dropdown{height:38px;padding:.5em;visibility:visible}html:not(.honeywell-dark-theme) .ui.selection.dropdown>.delete.icon,html:not(.honeywell-dark-theme) .ui.selection.dropdown>.dropdown.icon,html:not(.honeywell-dark-theme) .ui.selection.dropdown>.search.icon{cursor:pointer;height:auto;line-height:1.21428571em;margin:-.78571429em;opacity:.8;padding:.91666667em;position:absolute;right:1em;top:.78571429em;transition:opacity .1s ease;width:auto;z-index:3}html:not(.honeywell-dark-theme) .ui.compact.selection.dropdown{min-width:0}html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:0 0 .28571429rem .28571429rem;border-top-width:0!important;box-shadow:0 2px 3px 0 #22242626;margin:0 -1px;min-width:calc(100% + 2px);outline:none;overflow-x:hidden;overflow-y:auto;transition:opacity .1s ease;width:auto;width:calc(100% + 2px)}html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu:after,html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu:before{display:none}html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu{max-height:21.37142857rem}}html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu>.item{word-wrap:normal;padding:.78571429rem 1.14285714rem!important;white-space:normal}html:not(.honeywell-dark-theme) .ui.selection.dropdown .menu>.hidden.addition.item{display:none}html:not(.honeywell-dark-theme) .ui.selection.dropdown:hover{box-shadow:none}html:not(.honeywell-dark-theme) .ui.selection.active.dropdown,html:not(.honeywell-dark-theme) .ui.selection.active.dropdown .menu{box-shadow:0 2px 3px 0 #22242626}html:not(.honeywell-dark-theme) .ui.selection.dropdown:focus{box-shadow:none}html:not(.honeywell-dark-theme) .ui.selection.dropdown:focus .menu{box-shadow:0 2px 3px 0 #22242626}html:not(.honeywell-dark-theme) .ui.selection.visible.dropdown>.text:not(.default){color:#000c}html:not(.honeywell-dark-theme) .ui.selection.active.dropdown:hover,html:not(.honeywell-dark-theme) .ui.selection.active.dropdown:hover .menu{box-shadow:0 2px 3px 0 #22242626}html:not(.honeywell-dark-theme) .ui.active.selection.dropdown>.dropdown.icon,html:not(.honeywell-dark-theme) .ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}html:not(.honeywell-dark-theme) .ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}html:not(.honeywell-dark-theme) .ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}html:not(.honeywell-dark-theme) .ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}html:not(.honeywell-dark-theme) .ui.search.dropdown{min-width:""}html:not(.honeywell-dark-theme) .ui.search.dropdown>input.search{-webkit-tap-highlight-color:rgba(255,255,255,0);background:none #0000!important;border:none!important;box-shadow:none!important;cursor:text;left:1px;outline:none;padding:inherit;position:absolute;top:0;width:100%;z-index:2}html:not(.honeywell-dark-theme) .ui.search.dropdown>.text{cursor:text;left:1px;position:relative;z-index:3}html:not(.honeywell-dark-theme) .ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}html:not(.honeywell-dark-theme) .ui.search.selection.dropdown>span.sizer{display:none;line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;white-space:pre}html:not(.honeywell-dark-theme) .ui.search.dropdown.active>input.search,html:not(.honeywell-dark-theme) .ui.search.dropdown.visible>input.search{cursor:auto}html:not(.honeywell-dark-theme) .ui.search.dropdown.active>.text,html:not(.honeywell-dark-theme) .ui.search.dropdown.visible>.text{pointer-events:none}html:not(.honeywell-dark-theme) .ui.active.search.dropdown input.search:focus+.text .flag,html:not(.honeywell-dark-theme) .ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}html:not(.honeywell-dark-theme) .ui.search.dropdown .menu{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){html:not(.honeywell-dark-theme) .ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){html:not(.honeywell-dark-theme) .ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){html:not(.honeywell-dark-theme) .ui.search.dropdown .menu{max-height:21.37142857rem}}html:not(.honeywell-dark-theme) .ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}html:not(.honeywell-dark-theme) .ui.multiple.dropdown .menu{cursor:auto}html:not(.honeywell-dark-theme) .ui.multiple.search.dropdown,html:not(.honeywell-dark-theme) .ui.multiple.search.dropdown>input.search{cursor:text}html:not(.honeywell-dark-theme) .ui.multiple.dropdown>.label{box-shadow:inset 0 0 0 1px #22242626;display:inline-block;font-size:1em;margin:.14285714rem .28571429rem .14285714rem 0;padding:.35714286em .78571429em;-webkit-user-select:none;user-select:none;vertical-align:top;white-space:normal}html:not(.honeywell-dark-theme) .ui.multiple.dropdown .dropdown.icon{margin:"";padding:""}html:not(.honeywell-dark-theme) .ui.multiple.dropdown>.text{line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;max-width:100%;padding:0;position:static}html:not(.honeywell-dark-theme) .ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}html:not(.honeywell-dark-theme) .ui.multiple.dropdown>.label~.text{display:none}html:not(.honeywell-dark-theme) .ui.multiple.search.dropdown>.text{display:inline-block;left:0;line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;padding:inherit;position:absolute;top:0}html:not(.honeywell-dark-theme) .ui.multiple.search.dropdown>.label~.text{display:none}html:not(.honeywell-dark-theme) .ui.multiple.search.dropdown>input.search{line-height:1.21428571em;margin:.45238095em 0 .45238095em .64285714em;max-width:100%;padding:0;position:static;width:2.2em}html:not(.honeywell-dark-theme) .ui.inline.dropdown{color:inherit;cursor:pointer;display:inline-block}html:not(.honeywell-dark-theme) .ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:initial}html:not(.honeywell-dark-theme) .ui.inline.dropdown>.text{font-weight:700}html:not(.honeywell-dark-theme) .ui.inline.dropdown .menu{border-radius:.28571429rem;cursor:auto;margin-top:.21428571em}html:not(.honeywell-dark-theme) .ui.dropdown .menu .active.item{background:#0000;box-shadow:none;font-weight:700;z-index:12}html:not(.honeywell-dark-theme) .ui.dropdown .menu>.item:hover{z-index:13}html:not(.honeywell-dark-theme) .ui.loading.dropdown>i.icon{height:1em!important}html:not(.honeywell-dark-theme) .ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}html:not(.honeywell-dark-theme) .ui.loading.dropdown>i.icon:before{border:.2em solid #0000001a;border-radius:500rem;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html:not(.honeywell-dark-theme) .ui.loading.dropdown>i.icon:after{animation:dropdown-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#767676;box-shadow:0 0 0 1px #0000;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html:not(.honeywell-dark-theme) .ui.loading.dropdown.button>i.icon:after,html:not(.honeywell-dark-theme) .ui.loading.dropdown.button>i.icon:before{display:none}@keyframes dropdown-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html:not(.honeywell-dark-theme) .ui.loading.dropdown>.text{transition:none}html:not(.honeywell-dark-theme) .ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}html:not(.honeywell-dark-theme) .ui.dropdown>.loading.menu{left:0!important;right:auto!important}html:not(.honeywell-dark-theme) .ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}html:not(.honeywell-dark-theme) .ui.dropdown>.filtered.text{visibility:hidden}html:not(.honeywell-dark-theme) .ui.dropdown .filtered.item{display:none!important}html:not(.honeywell-dark-theme) .ui.disabled.dropdown,html:not(.honeywell-dark-theme) .ui.dropdown .menu>.disabled.item{cursor:default;opacity:.45;pointer-events:none}html:not(.honeywell-dark-theme) .ui.dropdown .menu{left:0}html:not(.honeywell-dark-theme) .ui.dropdown .menu .right.menu,html:not(.honeywell-dark-theme) .ui.dropdown .right.menu>.menu{border-radius:.28571429rem!important;left:100%!important;right:auto!important}html:not(.honeywell-dark-theme) .ui.dropdown>.left.menu{left:auto!important;right:0!important}html:not(.honeywell-dark-theme) .ui.dropdown .menu .left.menu,html:not(.honeywell-dark-theme) .ui.dropdown>.left.menu .menu{border-radius:.28571429rem!important;left:auto;margin:0 -.5em 0 0!important;right:100%}html:not(.honeywell-dark-theme) .ui.dropdown .item .left.dropdown.icon,html:not(.honeywell-dark-theme) .ui.dropdown .left.menu .item .dropdown.icon{float:left;margin:0;width:auto}html:not(.honeywell-dark-theme) .ui.dropdown .item .left.dropdown.icon+.text,html:not(.honeywell-dark-theme) .ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}html:not(.honeywell-dark-theme) .ui.upward.dropdown>.menu{border-radius:.28571429rem .28571429rem 0 0;bottom:100%;box-shadow:0 0 3px 0 #00000014;top:auto}html:not(.honeywell-dark-theme) .ui.dropdown .upward.menu{bottom:0!important;top:auto!important}html:not(.honeywell-dark-theme) .ui.simple.upward.active.dropdown,html:not(.honeywell-dark-theme) .ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}html:not(.honeywell-dark-theme) .ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}html:not(.honeywell-dark-theme) .ui.upward.selection.dropdown .menu{border-bottom-width:0!important;border-top-width:1px!important;box-shadow:0 -2px 3px 0 #00000014}html:not(.honeywell-dark-theme) .ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 #0000000d}html:not(.honeywell-dark-theme) .ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}html:not(.honeywell-dark-theme) .ui.upward.selection.dropdown.visible{border-radius:0 0 .28571429rem .28571429rem!important;box-shadow:0 0 3px 0 #00000014}html:not(.honeywell-dark-theme) .ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 #0000000d}html:not(.honeywell-dark-theme) .ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 #00000014}html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu,html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;backface-visibility:hidden;min-width:100%!important;overflow-x:hidden;overflow-y:auto;width:auto!important}html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu{border:none;border-radius:0!important;border-top:1px solid #22242626;box-shadow:none!important;margin:0!important;min-width:100%!important;overflow-y:auto;position:static;width:auto!important}html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu .item:first-child,html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu>.item.item.item,html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu .item.item.item,html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu .item:first-child{border-top:none}html:not(.honeywell-dark-theme) .ui.dropdown>.animating.menu .scrolling.menu,html:not(.honeywell-dark-theme) .ui.dropdown>.visible.menu .scrolling.menu{display:block}@media (-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu,html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu,html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu,html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu,html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){html:not(.honeywell-dark-theme) .ui.dropdown .scrolling.menu,html:not(.honeywell-dark-theme) .ui.scrolling.dropdown .menu{max-height:20.57142857rem}}html:not(.honeywell-dark-theme) .ui.simple.dropdown .menu:after,html:not(.honeywell-dark-theme) .ui.simple.dropdown .menu:before{display:none}html:not(.honeywell-dark-theme) .ui.simple.dropdown .menu{display:block;height:0;opacity:0;overflow:hidden;position:absolute;top:-9999px!important;transition:opacity .1s ease;width:0}html:not(.honeywell-dark-theme) .ui.simple.active.dropdown,html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}html:not(.honeywell-dark-theme) .ui.simple.active.dropdown>.menu,html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu{height:auto;opacity:1;overflow:visible;top:100%!important;width:auto}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu>.item:hover>.menu,html:not(.honeywell-dark-theme) .ui.simple.dropdown>.menu>.item:active>.menu{height:auto;left:100%!important;opacity:1;overflow:visible;top:0!important;width:auto}html:not(.honeywell-dark-theme) .ui.simple.disabled.dropdown:hover .menu{display:none;height:0;overflow:hidden;width:0}html:not(.honeywell-dark-theme) .ui.simple.visible.dropdown>.menu{display:block;visibility:visible}html:not(.honeywell-dark-theme) .ui.fluid.dropdown{display:block;min-width:0;width:100%}html:not(.honeywell-dark-theme) .ui.fluid.dropdown>.dropdown.icon{float:right}html:not(.honeywell-dark-theme) .ui.floating.dropdown .menu{border-radius:.28571429rem!important;box-shadow:0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626!important;left:0;right:auto}html:not(.honeywell-dark-theme) .ui.floating.dropdown>.menu{border-radius:.28571429rem!important;margin-top:.5em!important}html:not(.honeywell-dark-theme) .ui.dropdown>.dropdown.icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-style:normal;font-weight:400;height:1em;line-height:1;text-align:center;width:1.23em;width:auto}html:not(.honeywell-dark-theme) .ui.modal{border:none;border-radius:.28571429rem;box-shadow:1px 3px 3px 0 #0003,1px 3px 15px 2px #0003;display:none;position:fixed;text-align:left;transform-origin:50% 25%;-webkit-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity;z-index:1001}html:not(.honeywell-dark-theme) .ui.modal>.icon:first-child+*,html:not(.honeywell-dark-theme) .ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}html:not(.honeywell-dark-theme) .ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}html:not(.honeywell-dark-theme) .ui.modal>.close{cursor:pointer;font-size:1.25em;height:2.25rem;opacity:.8;padding:.625rem 0 0;position:absolute;right:-2.5rem;top:-2.5rem;width:2.25rem;z-index:1}html:not(.honeywell-dark-theme) .ui.modal>.close:hover{opacity:1}html:not(.honeywell-dark-theme) .ui.modal>.header{border-bottom:1px solid #22242626;box-shadow:none;display:block;margin:0;padding:1.25rem 1.5rem}html:not(.honeywell-dark-theme) .ui.modal>.header:not(.ui){font-size:1.42857143rem;font-weight:700;line-height:1.28571429em}html:not(.honeywell-dark-theme) .ui.modal>.content{display:block;font-size:1em;line-height:1.4;padding:1.5rem;width:100%}html:not(.honeywell-dark-theme) .ui.modal>.image.content{display:flex;flex-direction:row}html:not(.honeywell-dark-theme) .ui.modal>.content>.image{align-self:top;display:block;flex:0 1 auto;width:""}html:not(.honeywell-dark-theme) .ui.modal>[class*="top aligned"]{align-self:top}html:not(.honeywell-dark-theme) .ui.modal>[class*="middle aligned"]{align-self:middle}html:not(.honeywell-dark-theme) .ui.modal>[class*=stretched]{align-self:stretch}html:not(.honeywell-dark-theme) .ui.modal>.content>.description{align-self:top;display:block;flex:1 0 auto;min-width:0}html:not(.honeywell-dark-theme) .ui.modal>.content>.icon+.description,html:not(.honeywell-dark-theme) .ui.modal>.content>.image+.description{flex:0 1 auto;min-width:"";padding-left:2em;width:auto}html:not(.honeywell-dark-theme) .ui.modal>.content>.image>i.icon{font-size:8rem;line-height:1;margin:0;opacity:1;width:auto}html:not(.honeywell-dark-theme) .ui.modal>.actions{border-top:1px solid #22242626;padding:1rem;text-align:right}html:not(.honeywell-dark-theme) .ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.modal{width:95%}}@media only screen and (min-width:768px){html:not(.honeywell-dark-theme) .ui.modal{width:88%}}@media only screen and (min-width:992px){html:not(.honeywell-dark-theme) .ui.modal{width:850px}}@media only screen and (min-width:1200px){html:not(.honeywell-dark-theme) .ui.modal{width:900px}}@media only screen and (min-width:1920px){html:not(.honeywell-dark-theme) .ui.modal{width:950px}}@media only screen and (max-width:991px){html:not(.honeywell-dark-theme) .ui.modal>.header{padding-right:2.25rem}html:not(.honeywell-dark-theme) .ui.modal>.close{right:1rem;top:1.0535rem}}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.modal>.header{padding:.75rem 2.25rem .75rem 1rem!important}html:not(.honeywell-dark-theme) .ui.modal>.content{display:block;padding:1rem!important}html:not(.honeywell-dark-theme) .ui.modal>.close{right:.5rem!important;top:.5rem!important}html:not(.honeywell-dark-theme) .ui.modal .image.content{flex-direction:column}html:not(.honeywell-dark-theme) .ui.modal .content>.image{display:block;margin:0 auto!important;max-width:100%;padding:0 0 1rem!important;text-align:center}html:not(.honeywell-dark-theme) .ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}html:not(.honeywell-dark-theme) .ui.modal .content>.description{box-shadow:none;display:block;margin:0!important;padding:1rem 0!important;width:100%!important}html:not(.honeywell-dark-theme) .ui.modal>.actions{padding:1rem 1rem 0!important}html:not(.honeywell-dark-theme) .ui.modal .actions>.button,html:not(.honeywell-dark-theme) .ui.modal .actions>.buttons{margin-bottom:1rem}}html:not(.honeywell-dark-theme) .ui.active.modal{display:block}html:not(.honeywell-dark-theme) .scrolling.dimmable.dimmed{overflow:hidden}html:not(.honeywell-dark-theme) .scrolling.dimmable.dimmed>.dimmer{-webkit-overflow-scrolling:touch;overflow:auto}html:not(.honeywell-dark-theme) .scrolling.dimmable>.dimmer{position:fixed}html:not(.honeywell-dark-theme) .modals.dimmer .ui.scrolling.modal{margin:3.5rem auto!important;position:static!important}html:not(.honeywell-dark-theme) .scrolling.undetached.dimmable.dimmed{-webkit-overflow-scrolling:touch;overflow:auto}html:not(.honeywell-dark-theme) .scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}html:not(.honeywell-dark-theme) .scrolling.undetached.dimmable .ui.scrolling.modal{margin-top:3.5rem!important;position:absolute}html:not(.honeywell-dark-theme) .undetached.dimmable.dimmed>.pusher{z-index:auto}@media only screen and (max-width:991px){html:not(.honeywell-dark-theme) .modals.dimmer .ui.scrolling.modal{margin-bottom:1rem!important;margin-top:1rem!important}}html:not(.honeywell-dark-theme) .ui.modal .scrolling.content{max-height:70vh;overflow:visible;overflow:initial}html:not(.honeywell-dark-theme) .ui.fullscreen.modal{left:2.5%!important;margin:1em auto;width:95%!important}html:not(.honeywell-dark-theme) .ui.fullscreen.scrolling.modal{left:0!important}html:not(.honeywell-dark-theme) .ui.fullscreen.modal>.header{padding-right:2.25rem}html:not(.honeywell-dark-theme) .ui.fullscreen.modal>.close{right:1rem;top:1.0535rem}html:not(.honeywell-dark-theme) .ui.modal{font-size:1rem}html:not(.honeywell-dark-theme) .ui.mini.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.mini.modal{width:95%}}@media only screen and (min-width:768px){html:not(.honeywell-dark-theme) .ui.mini.modal{width:35.2%}}@media only screen and (min-width:992px){html:not(.honeywell-dark-theme) .ui.mini.modal{width:340px}}@media only screen and (min-width:1200px){html:not(.honeywell-dark-theme) .ui.mini.modal{width:360px}}@media only screen and (min-width:1920px){html:not(.honeywell-dark-theme) .ui.mini.modal{width:380px}}html:not(.honeywell-dark-theme) .ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.small.modal{width:95%}}@media only screen and (min-width:768px){html:not(.honeywell-dark-theme) .ui.small.modal{width:70.4%}}@media only screen and (min-width:992px){html:not(.honeywell-dark-theme) .ui.small.modal{width:680px}}@media only screen and (min-width:1200px){html:not(.honeywell-dark-theme) .ui.small.modal{width:720px}}@media only screen and (min-width:1920px){html:not(.honeywell-dark-theme) .ui.small.modal{width:760px}}html:not(.honeywell-dark-theme) .ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.large.modal{width:95%}}@media only screen and (min-width:768px){html:not(.honeywell-dark-theme) .ui.large.modal{width:88%}}@media only screen and (min-width:992px){html:not(.honeywell-dark-theme) .ui.large.modal{width:1020px}}@media only screen and (min-width:1200px){html:not(.honeywell-dark-theme) .ui.large.modal{width:1080px}}@media only screen and (min-width:1920px){html:not(.honeywell-dark-theme) .ui.large.modal{width:1140px}}html:not(.honeywell-dark-theme) .ui.popup{background:#fff;border:1px solid #d4d4d5;border-radius:.28571429rem;box-shadow:0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626;color:#000000de;display:none;font-style:normal;font-weight:400;line-height:1.4285em;max-width:250px;min-width:-webkit-min-content;min-width:min-content;padding:.833em 1em;position:absolute;right:0;top:0;z-index:1900}html:not(.honeywell-dark-theme) .ui.popup>.header{font-size:1.14285714em;font-weight:700;line-height:1.2;padding:0}html:not(.honeywell-dark-theme) .ui.popup>.header+.content{padding-top:.5em}html:not(.honeywell-dark-theme) .ui.popup:before{background:#fff;content:"";height:.71428571em;position:absolute;transform:rotate(45deg);width:.71428571em;z-index:2}html:not(.honeywell-dark-theme) [data-tooltip]{position:relative}html:not(.honeywell-dark-theme) [data-tooltip]:before{background:#fff;box-shadow:1px 1px 0 0 #bababc;content:"";font-size:1rem;height:.71428571em;pointer-events:none;position:absolute;transform:rotate(45deg);width:.71428571em;z-index:2}html:not(.honeywell-dark-theme) [data-tooltip]:after{background:#fff;border:1px solid #d4d4d5;border-radius:.28571429rem;box-shadow:0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626;color:#000000de;content:attr(data-tooltip);font-size:1rem;font-style:normal;font-weight:400;line-height:1.4285em;max-width:none;padding:.833em 1em;pointer-events:none;position:absolute;text-align:left;text-transform:none;white-space:nowrap;z-index:1}html:not(.honeywell-dark-theme) [data-tooltip]:not([data-position]):before{background:#fff;bottom:100%;left:50%;margin-bottom:.14285714rem;margin-left:-.07142857rem;right:auto;top:auto}html:not(.honeywell-dark-theme) [data-tooltip]:not([data-position]):after{bottom:100%;left:50%;margin-bottom:.5em;transform:translateX(-50%)}html:not(.honeywell-dark-theme) [data-tooltip]:after,html:not(.honeywell-dark-theme) [data-tooltip]:before{pointer-events:none;visibility:hidden}html:not(.honeywell-dark-theme) [data-tooltip]:before{opacity:0;transform:rotate(45deg) scale(0)!important;transform-origin:center top;transition:all .1s ease}html:not(.honeywell-dark-theme) [data-tooltip]:after{opacity:1;transform-origin:center bottom;transition:all .1s ease}html:not(.honeywell-dark-theme) [data-tooltip]:hover:after,html:not(.honeywell-dark-theme) [data-tooltip]:hover:before{pointer-events:auto;visibility:visible}html:not(.honeywell-dark-theme) [data-tooltip]:hover:before{opacity:1;transform:rotate(45deg) scale(1)!important}html:not(.honeywell-dark-theme) [data-tooltip]:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="bottom center"]:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="top center"]:after{transform:translateX(-50%) scale(0)!important}html:not(.honeywell-dark-theme) [data-tooltip]:hover:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="bottom center"]:hover:after{transform:translateX(-50%) scale(1)!important}html:not(.honeywell-dark-theme) [data-tooltip][data-position="left center"]:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="right center"]:after{transform:translateY(-50%) scale(0)!important}html:not(.honeywell-dark-theme) [data-tooltip][data-position="left center"]:hover:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="right center"]:hover:after{transform:translateY(-50%) scale(1)!important}html:not(.honeywell-dark-theme) [data-tooltip][data-position="bottom left"]:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="bottom right"]:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="top left"]:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="top right"]:after{transform:scale(0)!important}html:not(.honeywell-dark-theme) [data-tooltip][data-position="bottom left"]:hover:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="bottom right"]:hover:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="top left"]:hover:after,html:not(.honeywell-dark-theme) [data-tooltip][data-position="top right"]:hover:after{transform:scale(1)!important}html:not(.honeywell-dark-theme) [data-tooltip][data-inverted]:before{background:#1b1c1d;box-shadow:none!important}html:not(.honeywell-dark-theme) [data-tooltip][data-inverted]:after{background:#1b1c1d;border:none;box-shadow:none;color:#fff}html:not(.honeywell-dark-theme) [data-tooltip][data-inverted]:after .header{background-color:none;color:#fff}html:not(.honeywell-dark-theme) [data-position="top center"][data-tooltip]:after{bottom:100%;left:50%;margin-bottom:.5em;right:auto;top:auto;transform:translateX(-50%)}html:not(.honeywell-dark-theme) [data-position="top center"][data-tooltip]:before{background:#fff;bottom:100%;left:50%;margin-bottom:.14285714rem;margin-left:-.07142857rem;right:auto;top:auto}html:not(.honeywell-dark-theme) [data-position="top left"][data-tooltip]:after{bottom:100%;left:0;margin-bottom:.5em;right:auto;top:auto}html:not(.honeywell-dark-theme) [data-position="top left"][data-tooltip]:before{bottom:100%;left:1em;margin-bottom:.14285714rem;margin-left:-.07142857rem;right:auto;top:auto}html:not(.honeywell-dark-theme) [data-position="top right"][data-tooltip]:after{bottom:100%;left:auto;margin-bottom:.5em;right:0;top:auto}html:not(.honeywell-dark-theme) [data-position="top right"][data-tooltip]:before{bottom:100%;left:auto;margin-bottom:.14285714rem;margin-left:-.07142857rem;right:1em;top:auto}html:not(.honeywell-dark-theme) [data-position="bottom center"][data-tooltip]:after{bottom:auto;left:50%;margin-top:.5em;right:auto;top:100%;transform:translateX(-50%)}html:not(.honeywell-dark-theme) [data-position="bottom center"][data-tooltip]:before{bottom:auto;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem;right:auto;top:100%}html:not(.honeywell-dark-theme) [data-position="bottom left"][data-tooltip]:after{left:0;margin-top:.5em;top:100%}html:not(.honeywell-dark-theme) [data-position="bottom left"][data-tooltip]:before{bottom:auto;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem;right:auto;top:100%}html:not(.honeywell-dark-theme) [data-position="bottom right"][data-tooltip]:after{margin-top:.5em;right:0;top:100%}html:not(.honeywell-dark-theme) [data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;margin-left:-.14285714rem;margin-top:.07142857rem;right:1em;top:100%}html:not(.honeywell-dark-theme) [data-position="left center"][data-tooltip]:after{margin-right:.5em;right:100%;top:50%;transform:translateY(-50%)}html:not(.honeywell-dark-theme) [data-position="left center"][data-tooltip]:before{margin-right:-.07142857rem;margin-top:-.14285714rem;right:100%;top:50%}html:not(.honeywell-dark-theme) [data-position="right center"][data-tooltip]:after{left:100%;margin-left:.5em;top:50%;transform:translateY(-50%)}html:not(.honeywell-dark-theme) [data-position="right center"][data-tooltip]:before{left:100%;margin-left:.14285714rem;margin-top:-.07142857rem;top:50%}html:not(.honeywell-dark-theme) [data-position~=bottom][data-tooltip]:before{background:#fff;box-shadow:-1px -1px 0 0 #bababc}html:not(.honeywell-dark-theme) [data-position="left center"][data-tooltip]:before{background:#fff;box-shadow:1px -1px 0 0 #bababc}html:not(.honeywell-dark-theme) [data-position="right center"][data-tooltip]:before{background:#fff;box-shadow:-1px 1px 0 0 #bababc}html:not(.honeywell-dark-theme) [data-position~=top][data-tooltip]:before{background:#fff}html:not(.honeywell-dark-theme) [data-inverted][data-position~=bottom][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px -1px 0 0 #bababc}html:not(.honeywell-dark-theme) [data-inverted][data-position="left center"][data-tooltip]:before{background:#1b1c1d;box-shadow:1px -1px 0 0 #bababc}html:not(.honeywell-dark-theme) [data-inverted][data-position="right center"][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px 1px 0 0 #bababc}html:not(.honeywell-dark-theme) [data-inverted][data-position~=top][data-tooltip]:before{background:#1b1c1d}html:not(.honeywell-dark-theme) [data-position~=bottom][data-tooltip]:before{transform-origin:center bottom}html:not(.honeywell-dark-theme) [data-position~=bottom][data-tooltip]:after{transform-origin:center top}html:not(.honeywell-dark-theme) [data-position="left center"][data-tooltip]:before{transform-origin:top center}html:not(.honeywell-dark-theme) [data-position="left center"][data-tooltip]:after,html:not(.honeywell-dark-theme) [data-position="right center"][data-tooltip]:before{transform-origin:right center}html:not(.honeywell-dark-theme) [data-position="right center"][data-tooltip]:after{transform-origin:left center}html:not(.honeywell-dark-theme) .ui.popup{margin:0}html:not(.honeywell-dark-theme) .ui.top.popup{margin:0 0 .71428571em}html:not(.honeywell-dark-theme) .ui.top.left.popup{transform-origin:left bottom}html:not(.honeywell-dark-theme) .ui.top.center.popup{transform-origin:center bottom}html:not(.honeywell-dark-theme) .ui.top.right.popup{transform-origin:right bottom}html:not(.honeywell-dark-theme) .ui.left.center.popup{margin:0 .71428571em 0 0;transform-origin:right 50%}html:not(.honeywell-dark-theme) .ui.right.center.popup{margin:0 0 0 .71428571em;transform-origin:left 50%}html:not(.honeywell-dark-theme) .ui.bottom.popup{margin:.71428571em 0 0}html:not(.honeywell-dark-theme) .ui.bottom.left.popup{transform-origin:left top}html:not(.honeywell-dark-theme) .ui.bottom.center.popup{transform-origin:center top}html:not(.honeywell-dark-theme) .ui.bottom.right.popup{transform-origin:right top}html:not(.honeywell-dark-theme) .ui.bottom.center.popup:before{bottom:auto;box-shadow:-1px -1px 0 0 #bababc;left:50%;margin-left:-.30714286em;right:auto;top:-.30714286em}html:not(.honeywell-dark-theme) .ui.bottom.left.popup{margin-left:0}html:not(.honeywell-dark-theme) .ui.bottom.left.popup:before{bottom:auto;box-shadow:-1px -1px 0 0 #bababc;left:1em;margin-left:0;right:auto;top:-.30714286em}html:not(.honeywell-dark-theme) .ui.bottom.right.popup{margin-right:0}html:not(.honeywell-dark-theme) .ui.bottom.right.popup:before{bottom:auto;box-shadow:-1px -1px 0 0 #bababc;left:auto;margin-left:0;right:1em;top:-.30714286em}html:not(.honeywell-dark-theme) .ui.top.center.popup:before{bottom:-.30714286em;left:50%;margin-left:-.30714286em;right:auto;top:auto}html:not(.honeywell-dark-theme) .ui.top.left.popup{margin-left:0}html:not(.honeywell-dark-theme) .ui.top.left.popup:before{bottom:-.30714286em;left:1em;margin-left:0;right:auto;top:auto}html:not(.honeywell-dark-theme) .ui.top.right.popup{margin-right:0}html:not(.honeywell-dark-theme) .ui.top.right.popup:before{bottom:-.30714286em;left:auto;margin-left:0;right:1em;top:auto}html:not(.honeywell-dark-theme) .ui.left.center.popup:before{bottom:auto;box-shadow:1px -1px 0 0 #bababc;left:auto;margin-top:-.30714286em;right:-.30714286em;top:50%}html:not(.honeywell-dark-theme) .ui.right.center.popup:before{bottom:auto;box-shadow:-1px 1px 0 0 #bababc;left:-.30714286em;margin-top:-.30714286em;right:auto;top:50%}html:not(.honeywell-dark-theme) .ui.bottom.popup:before,html:not(.honeywell-dark-theme) .ui.left.center.popup:before,html:not(.honeywell-dark-theme) .ui.right.center.popup:before,html:not(.honeywell-dark-theme) .ui.top.popup:before{background:#fff}html:not(.honeywell-dark-theme) .ui.inverted.bottom.popup:before,html:not(.honeywell-dark-theme) .ui.inverted.left.center.popup:before,html:not(.honeywell-dark-theme) .ui.inverted.right.center.popup:before,html:not(.honeywell-dark-theme) .ui.inverted.top.popup:before{background:#1b1c1d}html:not(.honeywell-dark-theme) .ui.popup>.ui.grid:not(.padded){margin:-.7rem -.875rem;width:calc(100% + 1.75rem)}html:not(.honeywell-dark-theme) .ui.loading.popup{display:block;visibility:hidden;z-index:-1}html:not(.honeywell-dark-theme) .ui.animating.popup,html:not(.honeywell-dark-theme) .ui.visible.popup{display:block}html:not(.honeywell-dark-theme) .ui.visible.popup{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}html:not(.honeywell-dark-theme) .ui.basic.popup:before{display:none}html:not(.honeywell-dark-theme) .ui.wide.popup{max-width:350px}html:not(.honeywell-dark-theme) .ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){html:not(.honeywell-dark-theme) .ui.wide.popup,html:not(.honeywell-dark-theme) .ui[class*="very wide"].popup{max-width:250px}}html:not(.honeywell-dark-theme) .ui.fluid.popup{max-width:none;width:100%}html:not(.honeywell-dark-theme) .ui.inverted.popup{background:#1b1c1d;border:none;box-shadow:none;color:#fff}html:not(.honeywell-dark-theme) .ui.inverted.popup .header{background-color:none;color:#fff}html:not(.honeywell-dark-theme) .ui.inverted.popup:before{background-color:#1b1c1d;box-shadow:none!important}html:not(.honeywell-dark-theme) .ui.flowing.popup{max-width:none}html:not(.honeywell-dark-theme) .ui.mini.popup{font-size:.78571429rem}html:not(.honeywell-dark-theme) .ui.tiny.popup{font-size:.85714286rem}html:not(.honeywell-dark-theme) .ui.small.popup{font-size:.92857143rem}html:not(.honeywell-dark-theme) .ui.popup{font-size:1rem}html:not(.honeywell-dark-theme) .ui.large.popup{font-size:1.14285714rem}html:not(.honeywell-dark-theme) .ui.huge.popup{font-size:1.42857143rem}html:not(.honeywell-dark-theme) .ui.search{position:relative}html:not(.honeywell-dark-theme) .ui.search>.prompt{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-appearance:none;box-shadow:inset 0 0 0 0 #0000;font-size:1em;font-style:normal;font-weight:400;line-height:1.21428571em;margin:0;outline:none;padding:.67857143em 1em;text-shadow:none;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease}html:not(.honeywell-dark-theme) .ui.search .prompt{border-radius:500rem}html:not(.honeywell-dark-theme) .ui.search .prompt~.search.icon{cursor:pointer}html:not(.honeywell-dark-theme) .ui.search>.results{box-shadow:0 2px 4px 0 #2224261f,0 2px 10px 0 #22242626;display:none;left:0;margin-top:.5em;position:absolute;top:100%;transform-origin:center top;white-space:normal;width:18em;z-index:998}html:not(.honeywell-dark-theme) .ui.search>.results .result{cursor:pointer;display:block;font-size:1em;line-height:1.33;overflow:hidden;padding:.85714286em 1.14285714em}html:not(.honeywell-dark-theme) .ui.search>.results .result:last-child{border-bottom:none!important}html:not(.honeywell-dark-theme) .ui.search>.results .result .image{background:none;border-radius:.25em;float:right;height:3em;overflow:hidden;width:5em}html:not(.honeywell-dark-theme) .ui.search>.results .result .image img{display:block;height:100%;width:auto}html:not(.honeywell-dark-theme) .ui.search>.results .result .image+.content{margin:0 6em 0 0}html:not(.honeywell-dark-theme) .ui.search>.results .result .title{font-size:1em;font-weight:700;margin:-.14285714em 0 0}html:not(.honeywell-dark-theme) .ui.search>.results .result .description{font-size:.92857143em;margin-top:0}html:not(.honeywell-dark-theme) .ui.search>.results>.message{padding:1em}html:not(.honeywell-dark-theme) .ui.search>.results>.message .header{font-size:1rem;font-weight:700}html:not(.honeywell-dark-theme) .ui.search>.results>.message .description{font-size:1em;margin-top:.25rem}html:not(.honeywell-dark-theme) .ui.search>.results>.action{border-top:none;display:block;font-weight:700;padding:.92857143em 1em;text-align:center}html:not(.honeywell-dark-theme) .ui.loading.search .input>i.icon:before{border:.2em solid #0000001a;border-radius:500rem;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html:not(.honeywell-dark-theme) .ui.loading.search .input>i.icon:after{animation:button-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#767676;box-shadow:0 0 0 1px #0000;content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html:not(.honeywell-dark-theme) .ui.category.search>.results .category .result.active,html:not(.honeywell-dark-theme) .ui.search>.results .result.active{box-shadow:none;position:relative}html:not(.honeywell-dark-theme) .ui.search.selection .prompt{border-radius:.28571429rem}html:not(.honeywell-dark-theme) .ui.search.selection>.icon.input>.remove.icon{color:"";left:auto;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:color .1s ease,opacity .1s ease}html:not(.honeywell-dark-theme) .ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}html:not(.honeywell-dark-theme) .ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}html:not(.honeywell-dark-theme) .ui.search.selection>.icon.input>.remove.icon:hover{color:#db2828;opacity:1}html:not(.honeywell-dark-theme) .ui.category.search .results{width:28em}html:not(.honeywell-dark-theme) .ui.category.search>.results .category{border-bottom:1px solid #2224261a;box-shadow:none;transition:background .1s ease,border-color .1s ease}html:not(.honeywell-dark-theme) .ui.category.search>.results .category:last-child{border-bottom:none}html:not(.honeywell-dark-theme) .ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}html:not(.honeywell-dark-theme) .ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem 0}html:not(.honeywell-dark-theme) .ui.category.search>.results .category .result{margin-left:100px;padding:.85714286em 1.14285714em;transition:background .1s ease,border-color .1s ease}html:not(.honeywell-dark-theme) .ui.category.search>.results .category:last-child .result:last-child{border-bottom:none}html:not(.honeywell-dark-theme) .ui.category.search>.results .category>.name{background:#0000;float:1em;float:left;font-size:1em;font-weight:700;padding:.4em 1em;width:100px}html:not(.honeywell-dark-theme) .ui[class*="left aligned"].search>.results{left:0;right:auto}html:not(.honeywell-dark-theme) .ui[class*="right aligned"].search>.results{left:auto;right:0}html:not(.honeywell-dark-theme) .ui.fluid.search .results{width:100%}html:not(.honeywell-dark-theme) .ui.mini.search{font-size:.78571429em}html:not(.honeywell-dark-theme) .ui.small.search{font-size:.92857143em}html:not(.honeywell-dark-theme) .ui.search{font-size:1em}html:not(.honeywell-dark-theme) .ui.large.search{font-size:1.14285714em}html:not(.honeywell-dark-theme) .ui.big.search{font-size:1.28571429em}html:not(.honeywell-dark-theme) .ui.huge.search{font-size:1.42857143em}html:not(.honeywell-dark-theme) .ui.massive.search{font-size:1.71428571em}html:not(.honeywell-dark-theme) .ui.sidebar{-webkit-overflow-scrolling:touch;border-radius:0!important;height:100%!important;left:0;margin:0!important;max-height:100%;overflow-y:auto!important;position:fixed;top:0;transform:translateZ(0);transition:none;visibility:hidden;will-change:transform;z-index:102}html:not(.honeywell-dark-theme) .ui.sidebar,html:not(.honeywell-dark-theme) .ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}html:not(.honeywell-dark-theme) .ui.left.sidebar{left:0;right:auto;transform:translate3d(-100%,0,0)}html:not(.honeywell-dark-theme) .ui.right.sidebar{left:auto!important;right:0!important;transform:translate3d(100%,0,0)}html:not(.honeywell-dark-theme) .ui.bottom.sidebar,html:not(.honeywell-dark-theme) .ui.top.sidebar{height:auto!important;width:100%!important}html:not(.honeywell-dark-theme) .ui.top.sidebar{bottom:auto!important;top:0!important;transform:translate3d(0,-100%,0)}html:not(.honeywell-dark-theme) .ui.bottom.sidebar{bottom:0!important;top:auto!important;transform:translate3d(0,100%,0)}html:not(.honeywell-dark-theme) .pushable{height:100%;overflow-x:hidden;padding:0!important}html:not(.honeywell-dark-theme) .pushable:not(body){transform:translateZ(0)}html:not(.honeywell-dark-theme) .pushable:not(body)>.fixed,html:not(.honeywell-dark-theme) .pushable:not(body)>.pusher:after,html:not(.honeywell-dark-theme) .pushable:not(body)>.ui.sidebar{position:absolute}html:not(.honeywell-dark-theme) .pushable>.fixed{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:fixed;transition:transform .5s ease;will-change:transform;z-index:101}html:not(.honeywell-dark-theme) .pushable>.pusher{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:inherit;min-height:100%;overflow:hidden;position:relative;transition:transform .5s ease;z-index:2}html:not(.honeywell-dark-theme) .pushable>.pusher:after{background-color:#0006;content:"";opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity .5s;will-change:opacity;z-index:1000}html:not(.honeywell-dark-theme) .ui.sidebar.menu .item{border-radius:0!important}html:not(.honeywell-dark-theme) .pushable>.pusher.dimmed:after{height:100%!important;opacity:1!important;width:100%!important}html:not(.honeywell-dark-theme) .ui.animating.sidebar{visibility:visible}html:not(.honeywell-dark-theme) .ui.visible.sidebar{transform:translateZ(0);visibility:visible}html:not(.honeywell-dark-theme) .ui.bottom.visible.sidebar,html:not(.honeywell-dark-theme) .ui.left.visible.sidebar,html:not(.honeywell-dark-theme) .ui.right.visible.sidebar,html:not(.honeywell-dark-theme) .ui.top.visible.sidebar{box-shadow:0 0 20px #22242626}html:not(.honeywell-dark-theme) .ui.visible.left.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.left.sidebar~.pusher{transform:translate3d(260px,0,0)}html:not(.honeywell-dark-theme) .ui.visible.right.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.right.sidebar~.pusher{transform:translate3d(-260px,0,0)}html:not(.honeywell-dark-theme) .ui.visible.top.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.top.sidebar~.pusher{transform:translate3d(0,36px,0)}html:not(.honeywell-dark-theme) .ui.visible.bottom.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.bottom.sidebar~.pusher{transform:translate3d(0,-36px,0)}html:not(.honeywell-dark-theme) .ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,html:not(.honeywell-dark-theme) .ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{transform:translateZ(0)}html:not(.honeywell-dark-theme) .ui.visible.thin.left.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.thin.left.sidebar~.pusher{transform:translate3d(150px,0,0)}html:not(.honeywell-dark-theme) .ui.visible[class*="very thin"].left.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible[class*="very thin"].left.sidebar~.pusher{transform:translate3d(60px,0,0)}html:not(.honeywell-dark-theme) .ui.visible.wide.left.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.wide.left.sidebar~.pusher{transform:translate3d(350px,0,0)}html:not(.honeywell-dark-theme) .ui.visible[class*="very wide"].left.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible[class*="very wide"].left.sidebar~.pusher{transform:translate3d(475px,0,0)}html:not(.honeywell-dark-theme) .ui.visible.thin.right.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.thin.right.sidebar~.pusher{transform:translate3d(-150px,0,0)}html:not(.honeywell-dark-theme) .ui.visible[class*="very thin"].right.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible[class*="very thin"].right.sidebar~.pusher{transform:translate3d(-60px,0,0)}html:not(.honeywell-dark-theme) .ui.visible.wide.right.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.wide.right.sidebar~.pusher{transform:translate3d(-350px,0,0)}html:not(.honeywell-dark-theme) .ui.visible[class*="very wide"].right.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible[class*="very wide"].right.sidebar~.pusher{transform:translate3d(-475px,0,0)}html:not(.honeywell-dark-theme) .ui.overlay.sidebar{z-index:102}html:not(.honeywell-dark-theme) .ui.left.overlay.sidebar{transform:translate3d(-100%,0,0)}html:not(.honeywell-dark-theme) .ui.right.overlay.sidebar{transform:translate3d(100%,0,0)}html:not(.honeywell-dark-theme) .ui.top.overlay.sidebar{transform:translate3d(0,-100%,0)}html:not(.honeywell-dark-theme) .ui.bottom.overlay.sidebar{transform:translate3d(0,100%,0)}html:not(.honeywell-dark-theme) .animating.ui.overlay.sidebar,html:not(.honeywell-dark-theme) .ui.visible.overlay.sidebar{transition:transform .5s ease}html:not(.honeywell-dark-theme) .ui.visible.bottom.overlay.sidebar,html:not(.honeywell-dark-theme) .ui.visible.left.overlay.sidebar,html:not(.honeywell-dark-theme) .ui.visible.right.overlay.sidebar,html:not(.honeywell-dark-theme) .ui.visible.top.overlay.sidebar{transform:translateZ(0)}html:not(.honeywell-dark-theme) .ui.visible.overlay.sidebar~.fixed,html:not(.honeywell-dark-theme) .ui.visible.overlay.sidebar~.pusher{transform:none!important}html:not(.honeywell-dark-theme) .ui.push.sidebar{transition:transform .5s ease;z-index:102}html:not(.honeywell-dark-theme) .ui.left.push.sidebar{transform:translate3d(-100%,0,0)}html:not(.honeywell-dark-theme) .ui.right.push.sidebar{transform:translate3d(100%,0,0)}html:not(.honeywell-dark-theme) .ui.top.push.sidebar{transform:translate3d(0,-100%,0)}html:not(.honeywell-dark-theme) .ui.bottom.push.sidebar{transform:translate3d(0,100%,0)}html:not(.honeywell-dark-theme) .ui.visible.push.sidebar{transform:translateZ(0)}html:not(.honeywell-dark-theme) .ui.uncover.sidebar{transform:translateZ(0);z-index:1}html:not(.honeywell-dark-theme) .ui.visible.uncover.sidebar{transform:translateZ(0);transition:transform .5s ease}html:not(.honeywell-dark-theme) .ui.slide.along.sidebar{z-index:1}html:not(.honeywell-dark-theme) .ui.left.slide.along.sidebar{transform:translate3d(-50%,0,0)}html:not(.honeywell-dark-theme) .ui.right.slide.along.sidebar{transform:translate3d(50%,0,0)}html:not(.honeywell-dark-theme) .ui.top.slide.along.sidebar{transform:translate3d(0,-50%,0)}html:not(.honeywell-dark-theme) .ui.bottom.slide.along.sidebar{transform:translate3d(0,50%,0)}html:not(.honeywell-dark-theme) .ui.animating.slide.along.sidebar{transition:transform .5s ease}html:not(.honeywell-dark-theme) .ui.visible.slide.along.sidebar{transform:translateZ(0)}html:not(.honeywell-dark-theme) .ui.slide.out.sidebar{z-index:1}html:not(.honeywell-dark-theme) .ui.left.slide.out.sidebar{transform:translate3d(50%,0,0)}html:not(.honeywell-dark-theme) .ui.right.slide.out.sidebar{transform:translate3d(-50%,0,0)}html:not(.honeywell-dark-theme) .ui.top.slide.out.sidebar{transform:translate3d(0,50%,0)}html:not(.honeywell-dark-theme) .ui.bottom.slide.out.sidebar{transform:translate3d(0,-50%,0)}html:not(.honeywell-dark-theme) .ui.animating.slide.out.sidebar{transition:transform .5s ease}html:not(.honeywell-dark-theme) .ui.visible.slide.out.sidebar{transform:translateZ(0)}html:not(.honeywell-dark-theme) .accordion.ui.fluid{border:.0625rem solid #d0d0d0;border-top:none}html:not(.honeywell-dark-theme) .accordion.ui.fluid .title{background:#fff;border-top:.0625rem solid #d0d0d0;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.25px;line-height:1.5rem;padding:1rem}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{color:#a0a0a0;cursor:not-allowed}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 #0000}html:not(.honeywell-dark-theme) .accordion.ui.fluid .active.content{background:#fff;border-top:none;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.accordion:not(.styled) .title~.content:not(.ui){padding-bottom:1rem!important;padding-left:1rem;padding-right:1rem;padding-top:0}html:not(.honeywell-dark-theme) .ui.label.badge{color:#000!important;font-size:.75rem;font-weight:600;line-height:1rem;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{height:.5rem!important;min-height:0!important;min-width:0!important;padding:0!important;width:.5rem!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:gray!important;border-color:gray!important;color:#fff!important}html:not(.honeywell-dark-theme) .badged-icon{display:inline-block;position:relative}html:not(.honeywell-dark-theme) .badged-icon .ui.label{bottom:50%;margin:0;position:absolute;right:-25%;z-index:100}html:not(.honeywell-dark-theme) .badged-icon .ui.label.empty{height:.5rem;left:50%;top:0;width:.5rem}html:not(.honeywell-dark-theme) .below-text{margin:.125rem 0;min-height:1.25rem}html:not(.honeywell-dark-theme) .below-text .ui.error-message{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{display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;letter-spacing:0;line-height:1.25rem}html:not(.honeywell-dark-theme) .below-text .ui.helper-message{color:#606060;font-weight:400}html:not(.honeywell-dark-theme) .ui.breadcrumb{align-items:center;color:#606060;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;margin-bottom:.5rem!important;margin-left:1rem;margin-top:.5rem!important}html:not(.honeywell-dark-theme) .ui.breadcrumb .divider{align-items:center;display:flex;margin:0 .25rem}html:not(.honeywell-dark-theme) .ui.breadcrumb .divider .h-icon{color:#303030;font-size:.5rem}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{align-items:center;display:flex}html:not(.honeywell-dark-theme) .ui.breadcrumb a.section{cursor:pointer}html:not(.honeywell-dark-theme) .ui.button{border-radius:0;box-sizing:border-box;cursor:pointer;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.375rem;margin:0;outline:none;padding:.4375rem 2.4375rem;text-transform:uppercase;transition:border-color .5s ease,background .5s ease,color .5s ease}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{color:#0000!important;cursor:default;opacity:1;pointer-events:auto;position:relative;text-shadow:none!important;transition:all 0s linear,opacity .1s ease}html:not(.honeywell-dark-theme) .ui.button.loading:before{border:.2em solid #00000026;border-radius:500rem}html:not(.honeywell-dark-theme) .ui.button.loading:after,html:not(.honeywell-dark-theme) .ui.button.loading:before{content:"";height:1.28571429em;left:50%;margin:-.64285714em 0 0 -.64285714em;position:absolute;top:50%;width:1.28571429em}html:not(.honeywell-dark-theme) .ui.button.loading:after{animation:button-spin .6s linear;animation-iteration-count:infinite;border:.2em solid #0000;border-radius:500rem;border-top-color:#fff;box-shadow:0 0 0 1px #0000}html:not(.honeywell-dark-theme) .ui.button.loading.icon .icon{background-color:initial;box-shadow:none}@keyframes button-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}html:not(.honeywell-dark-theme) .ui.button.loading .basic:not(.inverted):before{border-color:#0000001a}html:not(.honeywell-dark-theme) .ui.button.loading .basic:not(.inverted):after{border-top-color:#767676}html:not(.honeywell-dark-theme) .ui.button.primary{background-color:#1274b7;border:.0625rem solid #1274b7;color:#fff}html:not(.honeywell-dark-theme) .ui.button.primary:focus{background:#1274b7;border:.0625rem solid #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{background-color:initial;border:.0625rem solid #1274b7;color:#1274b7}html:not(.honeywell-dark-theme) .ui.button.secondary:hover{background-color:initial;border-color:#10659f;color:#10659f}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{background-color:initial;border-color:#0b4872;color:#0b4872}html:not(.honeywell-dark-theme) .ui.button.link{background-color:initial;border:none;color:#1274b7;padding:0;text-transform:none}html:not(.honeywell-dark-theme) .ui.button.link:hover{background-color:initial;color:#10659f}html:not(.honeywell-dark-theme) .ui.button.link.disabled{background-color:initial;color:#a0a0a0}html:not(.honeywell-dark-theme) .ui.button.link:active{background-color:initial;color:#707070}html:not(.honeywell-dark-theme) .ui.button.inline,html:not(.honeywell-dark-theme) .ui.button.inline:focus{background-color:#303030;border:.0625rem solid #303030;color:#fff}html:not(.honeywell-dark-theme) .ui.button.inline:hover{background-color:#404040;border-color:#404040;color:#fff}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{background-color:initial;border:.0625rem solid #303030;color:#303030}html:not(.honeywell-dark-theme) .ui.button.inline-secondary:hover{background-color:initial;border-color:#404040;color:#404040}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{background-color:initial;border-color:#707070;color:#707070}html:not(.honeywell-dark-theme) .ui.button.small{height:1.875rem;padding:0 .875rem}html:not(.honeywell-dark-theme) .ui.button.large{font-size:1em;padding:30px 72px}html:not(.honeywell-dark-theme) .ui.button .h-icon{font-size:.875rem;line-height:.875rem;opacity:1!important;padding:.125rem;vertical-align:top}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{border-radius:0;margin-left:0!important}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;display:flex;flex-direction:column;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;width:100%}html:not(.honeywell-dark-theme) .ui.card .header{align-items:center;color:#303030;display:flex;flex-grow:0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:1.5rem;padding:.75rem 1rem 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){align-items:center;display:flex;justify-content:flex-start}html:not(.honeywell-dark-theme) .ui.card .meta{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem;padding:0 1rem}html:not(.honeywell-dark-theme) .ui.card .content{border-top:none!important;color:#303030;flex-grow:1;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;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{align-items:center;border-top:.0625rem solid #d0d0d0!important;display:flex;flex-grow:0;height:3rem;justify-content:flex-end;margin:0 1rem;padding:0}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{justify-content:flex-start!important}html:not(.honeywell-dark-theme) .ui.card.raised{box-shadow:0 1px 2px #0000001a!important}html:not(.honeywell-dark-theme) .ui.carousel{width:100%}html:not(.honeywell-dark-theme) .ui.carousel .carousel-core{height:100%;overflow:hidden;position:relative}html:not(.honeywell-dark-theme) .ui.carousel .carousel-next,html:not(.honeywell-dark-theme) .ui.carousel .carousel-prev{border-radius:59px;cursor:pointer;height:59px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);transition:background .5s ease-in,color .5s ease-in;width:59px;z-index:5}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{background-size:cover;height:100%;opacity:0;overflow:hidden;position:absolute;transition-duration:.5s;transition-property:opacity;transition-timing-function:ease-in;width:100%;z-index:1}html:not(.honeywell-dark-theme) .ui.carousel .carousel-item.current{display:block;opacity:1;z-index:2}html:not(.honeywell-dark-theme) .ui.carousel .carousel-item .carousel-content{color:#fff;font-weight:300!important;left:90px;max-height:100%;padding:1rem;position:absolute;text-align:left;top:50%;transform:translateY(-50%);width:40%}html:not(.honeywell-dark-theme) .ui.carousel .slide-markers{bottom:15px;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translateX(-50%);z-index:5}html:not(.honeywell-dark-theme) .ui.carousel .slide-markers .slide-marker-item{border:1px solid;border-radius:15px;cursor:pointer;display:inline-block;height:15px;margin-left:15px;width:15px}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{background:#fff;border-color:#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:#30303099}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{background-size:cover;height:100%;overflow:hidden;text-align:center;width:100%}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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;margin:0 .75rem .75rem 0;min-height:1rem}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{background:#fff;border:.0625rem solid #d0d0d0;border-radius:0;content:"";height:1rem;width:1rem}html:not(.honeywell-dark-theme) .ui.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.checkbox label:after{height:1rem;width:1rem}html:not(.honeywell-dark-theme) .ui.checkbox input~label,html:not(.honeywell-dark-theme) .ui.checkbox input~label:hover{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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{background:#1274b7;color:#fff!important;content:"";font-family:Honeywell-Icons!important;font-size:.74em;opacity:1;padding-top:0;transform:scale(1)}html:not(.honeywell-dark-theme) .ui.checkbox input:checked~label{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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:#303030;color:#a0a0a0!important;line-height:1rem!important;opacity:1!important}html:not(.honeywell-dark-theme) .ui.checkbox input[disabled]~label:hover,html:not(.honeywell-dark-theme) .ui.disabled.checkbox label:hover{color:#303030;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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{border-color:#d0d0d0;border-bottom:1rem solid #1274b7;border-left:1rem solid #0000;content:"";height:0;width:0}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input~label{color:#303030!important;padding-left:2.5rem;padding-top:.125rem!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{background-color:#fff!important;border:1px solid #b0b0b0!important;height:1rem!important;top:.125rem;width:1rem!important}html:not(.honeywell-dark-theme) .ui.toggle.checkbox input:focus~.label:before,html:not(.honeywell-dark-theme) .ui.toggle.checkbox input~label:before{background-color:#e0e0e0!important;border:1px solid #b0b0b0!important;border-radius:2rem;height:1rem!important;top:.125rem;width:2rem!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{border:1px solid #1274b7!important;left:1.062rem!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 #0000001a;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;padding:1rem;position:relative;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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.color-picker .slider{background:#fff;height:.75rem;margin:.625rem 0;position:relative;width:100%}html:not(.honeywell-dark-theme) .ui.color-picker .slider:last-child{margin-bottom:.5rem}html:not(.honeywell-dark-theme) .ui.color-picker .circle-pointer{background:#fff;border:.0625rem solid #d0d0d0;border-radius:1rem;box-shadow:0 4px 8px 0 #0000001a;height:1rem;left:-.5rem;position:absolute;top:-.125rem;width:1rem}html:not(.honeywell-dark-theme) .ui.color-picker .saturation-block{display:inline-block;padding-top:49%;position:relative;width:8rem}html:not(.honeywell-dark-theme) .ui.color-picker .current-selection-block{background:#fff;display:inline-block;height:4.72rem;margin-left:.5rem;position:relative;width:1rem}html:not(.honeywell-dark-theme) .ui.color-picker .current-selection-block .current-selection{height:4.72rem;position:absolute;width:1rem;z-index:5}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle{cursor:pointer;display:flex;justify-content:space-between;padding:.5rem 0}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .heading{display:inline-block;line-height:1.5rem;padding-bottom:0}html:not(.honeywell-dark-theme) .ui.color-picker .advanced-toggle .toggle-btn{align-self:center;display:inline-block;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;cursor:pointer;transition:color .1s linear}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{background-color:#fff;border:.0625rem solid #d0d0d0;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem!important;outline:none;padding:.25rem;transition:#d0d0d0 .15s ease-in;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{font-size:.75rem!important;margin-left:.125rem;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;display:flex;justify-content:space-between;padding-left:-.125rem;padding-right:-.125rem;padding-top:1rem}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{flex:1 1 auto;margin-left:.125rem;margin-right:.125rem;padding-left:0;padding-right:0;text-align:center}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap{display:flex;justify-content:space-between;padding-bottom:.5rem}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-nav-icon{color:#303030;cursor:pointer;display:block;margin-bottom:.125rem;padding:.125rem;transition:color .1s linear}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{align-items:flex-end;cursor:pointer;display:flex}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:flex;flex-direction:column;justify-content:space-between;width:100%}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row{display:flex;flex-grow:1}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row .color-type-input-label{display:flex;flex-grow:1;padding-left:0!important;padding-right:0!important;position:relative}html:not(.honeywell-dark-theme) .ui.color-picker .color-input-wrap .color-type-input-wrap .label-row .multi-color-type-input{display:flex;flex-grow:1;padding-left:.125rem;padding-right:0;position:relative}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{border:1px solid #0000;cursor:pointer;display:inline-block;height:1.5rem;margin-right:.125rem;padding:.25rem;width:1.5rem}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;height:100%;width:100%}html:not(.honeywell-dark-theme) .ui.color-picker .swatch-row{height:1.5rem;margin-bottom:.125rem}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{background:#fff;display:inline-block;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1.3rem;text-align:center}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .day{align-items:center;border:1px solid #0000;color:#606060;cursor:pointer;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;height:2rem;justify-content:center;letter-spacing:0;line-height:1.25rem;transition:background .1s;width:2rem}html:not(.honeywell-dark-theme) .ui.date-picker-calendar .week>.day:not(.selected):not(.different-month):not(.disabled){color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem}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{color:#303030;color:#a0a0a0;cursor:default;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem}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{align-items:center;display:flex;justify-content:center}html:not(.honeywell-dark-theme) .ui.date-picker-input .cal-row{display:flex;width:100%}html:not(.honeywell-dark-theme) .ui.date-picker-input .datetime-input-wrap{align-items:flex-end;display:flex}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;display:block;font-size:.75rem;padding-bottom:.75rem;-webkit-user-select:none;user-select:none}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .month-display{align-items:center;font-weight:600;justify-content:center}html:not(.honeywell-dark-theme) .ui.date-picker-input .header .month-label{display:block;flex:1 1 auto;height:1rem;justify-content:center;line-height:1rem;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{color:#303030;cursor:pointer;display:flex;font-size:1rem;transition:color .1s linear}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{display:inline-block;position:relative;z-index:4}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{bottom:1.5rem;box-shadow:0 4px 8px 0 #0000001a;display:flex;position:absolute;transform:translateY(calc(100% + .25rem));z-index:500}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay{box-shadow:none;transform:translateY(100%)}}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{background:#fff;display:flex;flex-direction:column;padding:1rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .calendar-overlay-wrap{border:.0625rem solid #d0d0d0;border-right:none;box-shadow:0 4px 8px 0 #0000001a}}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .time-wrap{background:#fff;border-left:.0625rem solid #d0d0d0;display:flex;flex:1 0 auto;flex-direction:column;font-size:.75rem;max-height:294px;overflow-y:scroll;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{border:.0625rem solid #d0d0d0;box-shadow:0 4px 8px 0 #0000001a;font-size:.75rem!important;height:294px}}html:not(.honeywell-dark-theme) .ui.date-picker-input .calendar-overlay .time-wrap .time-option{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem;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{align-items:center;display:flex;justify-content:center;padding-top:1rem}html:not(.honeywell-dark-theme) .ui.date-picker-input .today-btn{color:#1274b7;cursor:pointer;font-size:.875rem;font-weight:600}html:not(.honeywell-dark-theme) .ui.date-picker-input.is-range .date-picker-footer{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.compact .date-picker-footer{justify-content:end}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{bottom:100%;transform:translateY(0)}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-image:linear-gradient(#d0d0d0,#d0d0d0);background-size:auto 1px}html:not(.honeywell-dark-theme) .ui.horizontal.divider{white-space:normal}html:not(.honeywell-dark-theme) .ui.vertical.divider{height:50%;left:auto;line-height:1rem;margin:1rem;position:relative;text-align:center;transform:none}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{align-items:stretch;background:#d0d0d0;bottom:0;display:flex;flex-direction:row;height:inherit;position:relative;top:0;width:1px}html:not(.honeywell-dark-theme) .nochild-divider-fitted{margin-left:.1rem;margin-right:.1rem}html:not(.honeywell-dark-theme) .nochild-divider-section{align-items:stretch;background:#d0d0d0;bottom:0;display:flex;flex-direction:row;height:inherit;margin-left:2rem;margin-right:2rem;position:relative;top:0;width:1px}html:not(.honeywell-dark-theme) .ui.divider:not(.vertical):not(.horizontal){border-bottom:none;border-top:1px solid #d0d0d0}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{align-items:center;border:.0625rem dashed #d0d0d0;display:flex;justify-content:center;min-height:316px;padding:1rem;position:relative;transition:border-color .15s ease-in}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{text-align:center;width:100%}html:not(.honeywell-dark-theme) .ui.file-drop .drop-zone-msg{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;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{color:#303030;color:#be271c;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;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{background-color:#fff;border:none;border-radius:0;border-top:.0625rem solid #d0d0d0!important;box-shadow:none;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:0;padding:1rem}html:not(.honeywell-dark-theme) .page-footer.ui.menu .item{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem;padding:0 .25rem}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{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{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{color:#303030;display:flex;flex-wrap:nowrap;height:100%;padding-bottom:1rem;padding-top:1rem;width:100%}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .column-flex{display:flex;flex-direction:column;justify-content:center}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item div.item-image{background-position:50%;background-size:contain;height:2.5rem;margin-left:1rem;min-height:2.5rem;min-width:2.5rem;width:2.5rem}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .content{flex-grow:1;margin-left:1rem}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .content .description{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem;margin-top:.125rem}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .time-container{margin-left:0;text-align:right}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .action-icon,html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .time-stamp{color:#606060;display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem;margin:auto 1rem;text-align:right;white-space:nowrap}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .action-icon{cursor:pointer;font-size:1rem}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper .item .descriptive-icon{cursor:default;font-size:2rem;margin-left:1rem;margin-right:0}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:flex;flex-direction:column;justify-content:center}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper.onclick{cursor:pointer}html:not(.honeywell-dark-theme) .scuf-listitem-wrapper+.scuf-listitem-wrapper:after{background:#a0a0a0;box-shadow:inset 0 -1px 0 0 #d0d0d0;content:"";height:1px;left:1rem;position:absolute;right:1rem;top:-1px}html:not(.honeywell-dark-theme) .interactive+.interactive:after{left:0;right:0}html:not(.honeywell-dark-theme) .scuf-list-wrapper .header{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem}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:flex;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;max-width:100%;padding:0 .5rem 1rem}html:not(.honeywell-dark-theme) [class*=col_],html:not(.honeywell-dark-theme) [class~=col]{flex:1 1}html:not(.honeywell-dark-theme) [class*=col-]{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]{flex-wrap:nowrap}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-center]{justify-content:center}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-right]{align-self:flex-end;justify-content:flex-end;margin-left:auto}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-top]{align-items:flex-start}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-middle]{align-items:center}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-bottom]{align-items:flex-end}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-reverse]{flex-direction:row-reverse}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-column]{flex-direction:column}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-column]>[class*=col-]{flex-basis:auto}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-column-reverse]{flex-direction:column-reverse}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-spaceBetween]{justify-content:space-between}html:not(.honeywell-dark-theme) [class*=scuf-grid-][class*=-spaceAround]{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]{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]{align-self:flex-start}html:not(.honeywell-dark-theme) [class*=col-][class*=-middle]{align-self:center}html:not(.honeywell-dark-theme) [class*=col-][class*=-bottom]{align-self:flex-end}html:not(.honeywell-dark-theme) [class*=col-][class*=-first]{order:-1}html:not(.honeywell-dark-theme) [class*=col-][class*=-last]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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]{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{box-sizing:border-box;padding:.75rem .5rem!important}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher i.icon:not(.h-icon),html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher>.trigger-container>.responsive-trigger-label{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{-ms-overflow-style:none;background:#fff!important;border:0;border-radius:0!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap;margin-top:.0625rem;max-height:648px;overflow-y:scroll;overflow:-moz-scrollbars-none;right:0!important;width:14rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item{color:#303030!important;display:flex;flex-direction:column;font-weight:400!important;height:7rem;justify-content:center;padding:.75rem 1.5rem!important;white-space:normal;width:7rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .h-icon{font-size:1.5rem!important;margin:0!important;padding:4px}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.app-launcher .menu>.item .app-name{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;display:-webkit-box;display:-moz-box;display:-ms-box;font-size:.75rem;line-height:.75rem;margin-top:.5rem;min-height:2.25rem;overflow:hidden;text-align:center}@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{align-items:center;cursor:pointer;display:flex;flex-basis:100%;font-size:.75rem;font-weight:400!important;justify-content:space-between;padding:.5rem 1rem}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{background-position:50%;background-repeat:no-repeat;background-size:cover;font-size:.875rem;font-weight:400;height:2rem;line-height:2rem;text-align:center;text-transform:uppercase;width:2rem}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container{align-items:center;display:flex}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container i.trigger-icon{padding-left:.25rem!important;padding-right:.25rem!important;width:100%}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .app-launcher>.trigger-container>.responsive-trigger-label{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:10.64rem!important}html:not(.honeywell-dark-theme) .ui.page-header{background-color:#fff;position:relative;width:100%;z-index:900}html:not(.honeywell-dark-theme) .ui.page-header .width-tester{bottom:0;left:0;position:absolute;right:0;top:0}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu{border:none;border-radius:0;box-shadow:none;height:inherit;margin-bottom:0}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.logo-item{padding-left:1rem;position:relative}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{background:url(/static/media/honeywell-logo-light-theme.0bdcbb40e4e5f24c72ee.svg);background-origin:content-box;background-repeat:no-repeat;background-size:contain;border-right:.0625rem solid #d0d0d0;display:inline-block;height:1.5rem;margin-right:.75rem;padding-right:.75rem;width:7.5rem}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{border-right:.0625rem solid #d0d0d0;font-size:1.125rem;font-weight:900;margin-right:.75rem;padding-right:.75rem;position:relative;top:1px}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .logo-text{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;line-height:1.5rem;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{cursor:pointer;height:1.5rem;position:relative}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item{border:none;border-radius:0;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;min-width:2.5rem;padding:.75rem .5rem;position:relative}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){align-content:center;display:flex;justify-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{background:#e0e0e0;font-weight:700}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{min-width:auto;padding-bottom:.5rem!important;padding-top:.5rem!important}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .logo-item{margin:auto;padding-bottom:0!important;padding-top:0!important}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .page-header-menu.ui.menu .logo-item .logo-text{font-size:.875rem;line-height:1.5rem;max-width:174px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}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{left:30px;position:relative}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{margin:0!important;padding: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{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}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{display:flex;justify-content:center;padding:0!important}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:#0000}html:not(.honeywell-dark-theme) .ui.page-header .ui.notification-center.dropdown>.item:first-child{padding-bottom:0!important;padding-top:0!important}html:not(.honeywell-dark-theme) .ui.page-header .notification-center-dropdown.menu{background:#fff;min-width:16.8rem;width:16.8rem}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{color:#303030;padding:.75rem 1rem;text-align:right}html:not(.honeywell-dark-theme) .ui.page-header .notification-center-dropdown.menu .see-all-container>.see-all{cursor:pointer;display:inline;font-weight:500}html:not(.honeywell-dark-theme) .ui.page-header .is-compressed .ui.notification-center.dropdown>.item:first-child,html:not(.honeywell-dark-theme) .ui.page-header.is-collapsed .ui.notification-center.dropdown>.item:first-child{justify-content:flex-start}html:not(.honeywell-dark-theme) .ui.page-header .is-compressed .ui.notification-center.dropdown>.item:first-child:hover,html:not(.honeywell-dark-theme) .ui.page-header.is-collapsed .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:flex}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .notification-center .trigger-container .trigger-icon{padding:0!important;width:0}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu .notification-center .trigger-container .responsive-trigger-label{align-items:center;display:flex;padding-left:.125rem}html:not(.honeywell-dark-theme) .ui.simple.dropdown:hover>.menu>.item:hover>.menu.notification-center-dropdown{height:auto;left:-16.8rem!important;right:16.8rem!important;width:auto}html:not(.honeywell-dark-theme) .ui.page-header .profile-icon{align-items:center;background:#fff 50%/cover no-repeat;border:.0625rem solid #d0d0d0;border-radius:1.5rem;color:#303030;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;height:2rem;justify-content:center;letter-spacing:0;line-height:1.375rem;width:2rem}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{display:flex;opacity:1!important;text-align:left!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{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{color:#303030;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu{color:#303030;min-width:4.75rem!important;padding-left:.75rem;padding-right:.75rem}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{margin:0;padding:0 14px}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .trigger-icon{position:relative;width:3.75rem}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;border-radius:0 0 0 0!important;color:#fff!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{color:#303030!important;padding:.75rem 1.5rem!important}html:not(.honeywell-dark-theme) .page-header-menu.ui.menu .ui.dropdown.icon-menu .drop-badged-text{display:inline-block;padding-left:1rem}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .ui.dropdown.icon-menu{min-width:auto!important;padding-left:.75rem;padding-right:.75rem}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .ui.dropdown.icon-menu i.icon.button-icon{margin:0;padding:0 13px}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .ui.dropdown.icon-menu .trigger-icon{position:relative;width:auto}html:not(.honeywell-dark-theme) .ui.page-header.is-compressed .ui.dropdown.icon-menu .trigger-icon .profile-icon{height:1.5rem;line-height:1.5rem;padding-bottom:0;padding-top:0;width:1.5rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item{background:none!important;cursor:pointer;overflow-x:hidden;padding-bottom:.75rem;padding-top:.75rem;position:relative;transition:width .3s ease-in;width:246px}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-icon{color:#303030;margin:0;padding:0 1px 0 .125rem;position:absolute;z-index:2}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input{background:#fff;border:.0625rem solid #d0d0d0;border-radius:0;color:#303030;opacity:1;outline:none;position:relative;transition:opacity .15s ease-in,border-color .15s ease-in;z-index:1}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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus::-webkit-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.page-header .page-header-menu.ui.menu .item.search-item .expandable-input:focus:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}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){margin-right:.5rem;width:2.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{cursor:pointer;opacity:0;width:0}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{box-sizing:border-box;padding:.25rem .5rem!important}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;border-radius:0!important;color:#fff!important;font-weight:400!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;color:#303030!important;font-weight:400!important;padding:.75rem 1.5rem!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){speak:none;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-size:1rem;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin:none;opacity:1;text-transform:none;vertical-align:middle}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{transform:scaleY(-1)}html:not(.honeywell-dark-theme) .h-icon:not(.common).horizontally-flipped{transform:scaleX(-1)}html:not(.honeywell-dark-theme) .h-icon:not(.common).fitted{margin:0;width:auto}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{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{display:inline-block;position:relative;vertical-align:top;z-index:1}html:not(.honeywell-dark-theme) .ui.single-input .input-box{background:#fff;background:#0000;border:.0625rem solid #d0d0d0;border-radius:0;box-sizing:border-box;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;height:2.375rem;letter-spacing:0;line-height:1.375rem;padding:.6875rem .4375rem;position:relative;transition:border-color .15s ease-in;width:12rem;z-index:1}@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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.single-input .input-box::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.single-input .input-box:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.875rem!important}html:not(.honeywell-dark-theme) .ui.single-input .input-box:focus::-webkit-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.single-input .input-box:focus::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.single-input .input-box:focus:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.single-input .input-wrap{background:#fff;display:inline-flex;position:relative}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{background-color:#fff;border-color:#be271c}html:not(.honeywell-dark-theme) .ui.single-input.disabled{cursor:not-allowed!important}html:not(.honeywell-dark-theme) .ui.single-input.disabled .input-box{background:#f7f7f7;z-index:2}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{background:#f7f7f7;color:silver!important;cursor:not-allowed!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{color:#b0b0b0;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1}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{align-items:center;background:#d0d0d0;color:#fff;display:flex;display:inline-flex;height:2.375rem;justify-content:center;position:relative;transition:background-color .3s ease;width:2.5rem}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{display:flex;margin-bottom:.125rem}html:not(.honeywell-dark-theme) div.ui.input-label .input-label-message{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) div.ui.input-label .badge{align-self:flex-end;height:.5rem!important;margin-bottom:.4rem!important;margin-left:.125rem;min-height:0!important;min-width:0!important;padding-bottom:0!important;width:.5rem!important}html:not(.honeywell-dark-theme) div.ui.input-label .input-label-optional{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem;margin-left:.25rem}html:not(.honeywell-dark-theme) .ui.kpi-statistic{background:#fff;display:inline-flex;margin-bottom:.75rem;margin-right:.75rem;max-width:20rem;padding:1rem}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:flex;flex-direction:row;justify-content:flex-start;transform:translateX(-.7rem)}html:not(.honeywell-dark-theme) .ui.kpi-statistic .indicator-target-panel .dot{border-radius:50%;display:inline-block;height:.7rem;margin-top:.7rem;min-height:.7rem;min-width:.7rem;transform:translateX(-5px);width:.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{background-position:50%;background-repeat:no-repeat;background-size:cover;height:3.75rem;margin-right:.75rem;margin-top:.25rem;min-height:3.75rem;min-width:3.75rem;width:3.75rem}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details{display:flex;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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.kpi-statistic .statistic-details h3{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;letter-spacing:0;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 .ui.celled.list>.list,html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.celled.list>.item{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-bottom:none!important;border-left:.0625rem solid #d0d0d0;border-top:none}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-bottom:none!important;border-left:.0625rem solid #d0d0d0;border-top:none}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.horizontal.bulleted.celled.list>.item:before{margin-left:0;padding-right:.5rem;position:relative}html:not(.honeywell-dark-theme) .ui .list.scuf-list-wrapper.horizontal.list>.item{align-items:center;display:inline-flex!important}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;height:100%;left:0;position:absolute;text-align:center;top:0;vertical-align:middle;width:100%;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{-webkit-font-smoothing:antialiased;color:#303030;display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;line-height:1.375rem;z-index:10}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader:before{border:.125rem solid #30303026}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader:after{border-color:#303030 #0000 #0000;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 #ffffff26}html:not(.honeywell-dark-theme) .ui.loader-wrap .ui.loader.inverted:after{border-color:#fff #0000 #0000;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{height:3rem;margin:0 0 0 -1.5rem;width:3rem}html:not(.honeywell-dark-theme) .ui.loader-wrap.loading{display:block}html:not(.honeywell-dark-theme) .ui.loader-wrap.loading .color-overlay{bottom:0;left:0;right:0;top:0}html:not(.honeywell-dark-theme) .ui.modal{align-self:center;background-color:#fff;border:none!important;border-radius:0!important;justify-self:center;padding:1rem;position:relative}html:not(.honeywell-dark-theme) .ui.modal .header{background:0;border:none!important;display:flex;justify-content:flex-start;padding:0 2.5rem 1rem 0}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){color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1.625rem;font-weight:400;letter-spacing:0;line-height:2.125rem}html:not(.honeywell-dark-theme) .ui.modal .close-icon-wrap{color:#303030;cursor:pointer;display:inline-block;font-size:.75rem;position:absolute;right:1rem;top:1.25rem}html:not(.honeywell-dark-theme) .ui.modal .close-icon-wrap .modal-close{font-size:.75rem;margin:0}html:not(.honeywell-dark-theme) .ui.modal .close-icon-wrap:hover{color:#404040}html:not(.honeywell-dark-theme) .ui.modal .content{background-color:#fff;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:0}html:not(.honeywell-dark-theme) .ui.modal .actions{background:none;border:none;display:flex;justify-content:flex-end;padding:2rem 0 0;text-align:left}html:not(.honeywell-dark-theme) .ui.modal .actions .left{margin-right:auto}html:not(.honeywell-dark-theme) .modals.dimmer{justify-content:center}html:not(.honeywell-dark-theme) .blurring.dimmed.dimmable>:not(.dimmer){filter:blur(4px)!important}html:not(.honeywell-dark-theme) .blurring.dimmable>.dimmer{background-color:#ffffffb3!important}html:not(.honeywell-dark-theme) .modals.dimmer .ui.fullscreen.scrolling.modal,html:not(.honeywell-dark-theme) .ui.fullscreen.modal{height:100vh;left:0!important;margin:0!important;top:0!important;width:100%!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{background:#fff;border:.125rem solid;border-left:.5rem solid;display:flex;margin:1em 0;width:100%}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{display:flex;padding:1rem 0 0 1rem}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{flex-grow:1;padding:1rem 1rem 1rem .5rem;width:100%}html:not(.honeywell-dark-theme) .ui.notification .content .content-top{display:flex;flex-direction:row;justify-content:flex-end}html:not(.honeywell-dark-theme) .ui.notification .content .heading{align-items:flex-end;display:flex;flex-grow:1;margin-bottom:.5rem}html:not(.honeywell-dark-theme) .ui.notification .content .heading .title{color:#303030;display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.375rem;margin-right:3em}html:not(.honeywell-dark-theme) .ui.notification .content .details-button{float:right}html:not(.honeywell-dark-theme) .ui.notification .content .message{color:#303030;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;justify-content:space-between;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.notification .content .message p a{color:#1274b7;cursor:pointer}html:not(.honeywell-dark-theme) .ui.notification .content .action-wrapper{margin-top:.5rem}html:not(.honeywell-dark-theme) .ui.notification .content .action-wrapper .action{color:#303030;color:#1274b7;cursor:pointer;float:right;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.375rem}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{display:flex;padding-left:2rem}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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.pagination{align-items:center;background:#fff;border:.0625rem solid #d0d0d0;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:500;height:3.3rem;justify-content:center;min-width:24rem;position:relative;width:100%}html:not(.honeywell-dark-theme) .ui.pagination .nav-container{display:flex}html:not(.honeywell-dark-theme) .ui.pagination .page-info{left:1rem;position:absolute}html:not(.honeywell-dark-theme) .ui.pagination .page-info .bold{font-weight:600}html:not(.honeywell-dark-theme) .ui.pagination .page-options{align-items:center;display:inline-flex;position:absolute;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 #0000001a}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;bottom:2.9375rem;box-shadow:0 1px 2px #0000001a;max-height:9rem;overflow-y:auto;top:auto}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{align-items:center;background:#fff;border:.0625rem solid #0000;color:#303030;cursor:pointer;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;height:2.5rem;justify-content:center;letter-spacing:0;line-height:1.375rem;text-align:center;text-transform:uppercase;width:2.5rem}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{border:.0625rem solid #0000!important;color:#b0b0b0!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{border:0;padding:0;width:250px}html:not(.honeywell-dark-theme) .ui.popup.menu .ui.vertical.menu{box-shadow:none!important;position:relative;width:250px}html:not(.honeywell-dark-theme) .ui.progress{background:#0000001a;border:none;border-radius:.28571429rem;box-shadow:none;display:block;font-size:1rem;margin:1em 0 2.5em;max-width:100%;padding:0;position:relative}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{display:block;height:1.75em;line-height:1;min-width:2em;position:relative;transition:width .1s ease,background-color .1s ease;width:0}html:not(.honeywell-dark-theme) .ui.progress .bar>.progress{bottom:auto;color:#ffffffb3;font-size:.92857143em;left:auto;margin-top:-.5em;position:absolute;right:.5em;text-shadow:none;top:50%;white-space:nowrap;width:auto}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{background-color:#f0f0f0;display:flex;width:100%}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .chart-legend{display:flex;flex-wrap:wrap;justify-content:center;margin-top:.75rem}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .chart-legend .legend-item{align-items:center;display:flex;margin-left:1rem}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .chart-legend .legend-item .color-block{border:0;height:12px;margin-bottom:.5rem;margin-right:.25rem;margin-top:.5rem;width:12px}html:not(.honeywell-dark-theme) .scuf-progress-wrapper.stacked .bar{align-items:center;display:flex;justify-content: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{color:#fff;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;left:0;text-align:center}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{background-color:#f0f0f0;border-radius:0;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{animation:indeterminate-bar 1.6s infinite;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%}}html:not(.honeywell-dark-theme) .scuf-circular-wrapper{position:relative}html:not(.honeywell-dark-theme) .scuf-circular-wrapper .progress-title{fill:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;line-height:1;position:absolute;text-align:center;top:45%;transform:translateY(-50%);width:100%}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;overflow:visible!important;position:relative}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{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}@keyframes spin{0%{transform:rotate(0deg)}to{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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;margin:0 .75rem .75rem 0;min-height:1rem}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{background-color:#fff;border:.0625rem solid #d0d0d0;border-radius:1rem;content:"";height:1rem;left:0;top:1px;width:1rem}html:not(.honeywell-dark-theme) .ui.radio.checkbox .box:after,html:not(.honeywell-dark-theme) .ui.radio.checkbox label:after{border:none;border-radius:1rem;content:""!important;height:1rem;left:0;line-height:1rem;top:1px;width: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;opacity:1!important;transform:scale(.67)}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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;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:#606060;cursor:not-allowed!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;opacity:1}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{align-items:baseline;display:flex}@keyframes pop{0%{transform:scale(0)}to{transform:scale(1)}}html:not(.honeywell-dark-theme) .star-rating .spacing{margin-left:.25rem}html:not(.honeywell-dark-theme) .star-rating .edit-mode svg{align-items:baseline;display:flex}html:not(.honeywell-dark-theme) .star-rating .edit-mode svg:hover{transform:scale(1.2);transition:all .1s ease}html:not(.honeywell-dark-theme) .star-rating .stars-container{align-content:flex-end;display:flex;justify-content:flex-start;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{align-items:baseline;cursor:default;display:flex;overflow:hidden;padding:0!important}html:not(.honeywell-dark-theme) .star-rating .stars-container .icon-wrapper .icon.edit-mode:hover{transform:scale(1.2);transition:all .1s ease}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{align-items:baseline;cursor:default;display:flex;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{animation:pop .5s forwards}html:not(.honeywell-dark-theme) .ui.search-wrap{display:inline-block;position:relative}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{background:#1274b7;color:#fff!important}html:not(.honeywell-dark-theme) .ui.search-wrap .search-icon{align-items:center;background:#d0d0d0;color:#fff;cursor:pointer;display:flex;height:2.375rem;opacity:1;padding:.5rem .75rem;position:absolute;right:0;top:0;transition:background .15s ease-in}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{cursor:not-allowed!important;opacity:1}html:not(.honeywell-dark-theme) .ui.search-wrap.disabled .disabled input{background:#f7f7f7!important;color:silver!important;cursor:not-allowed!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{color:#303030;cursor:pointer;position:absolute;right:2.75rem;top:.4375rem;transition:color .1s linear;z-index:2}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{background:#fff;border:.0625rem solid #d0d0d0;border-radius:0;box-sizing:border-box;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;height:2.375rem;letter-spacing:0;line-height:1.375rem;margin:0;padding:.6875rem .4375rem;padding-right:4rem!important;text-shadow:none;transition:border-color .15s ease-in}@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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:.875rem!important}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:focus::-webkit-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:focus::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .prompt:focus:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible{background:#fff;border:.0625rem solid #d0d0d0;border-radius:0;border-top-color:#1274b7;box-shadow:none;display:block;font-weight:400;left:0;margin-top:-.0625rem;min-width:368px;top:2.375rem;width:auto}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .message.empty .header{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .result{background:#fff;border-bottom:none;border-left:none;border-radius:0;box-sizing:border-box;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;margin-left:0;padding:.5rem .75rem;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;margin-right:.5rem;position:relative;top:.125rem}html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .results.visible .category{background:#fff;border-bottom:.0625rem solid #d0d0d0;padding-bottom:.5rem}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{background:#fff;color:#606060;display:block;float:none;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;padding-bottom:.125rem;padding-top:.75rem;text-transform:uppercase;width:100%}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 input:focus,html:not(.honeywell-dark-theme) .ui.search-wrap .ui.search.ui-search .ui.input.focus input{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{cursor:pointer;display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;vertical-align:top;width:12rem;z-index:1}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{background-color:#fff;border-color:#be271c}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{background:#f7f7f7;opacity:1}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{color:#303030;color:#be271c;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;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{background:#fff;border:.0625rem solid #d0d0d0;border-radius:0;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;max-height:2.5rem;min-width:100%;padding:.438rem .5rem .438rem .75rem}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{color:#303030;float:right;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{color:#606060!important;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem;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{border:none;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;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{background:#f0f0f0;border-radius:0;box-shadow:none;color:#303030;display:inline-flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:.875rem;margin:0 .5rem .25rem 0;padding:.125rem .125rem .125rem .25rem;position:relative;word-break:break-all}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{font-family:Honeywell-Icons!important;position:relative}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{color:#606060;content:""!important;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{max-width:100%!important;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{margin:0!important;max-width:calc(100% - 1rem);overflow:hidden;padding-right:.5rem;text-overflow:ellipsis;white-space:nowrap}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{color:#303030!important;margin:0;padding:.562rem 2rem .562rem .75rem!important;position:absolute;top:0;width:100%}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{margin-left:0;position:relative;top:-.125rem}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{background:#fff;border:.0625rem solid #1274b7;border-radius:0;display:inherit;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: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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}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){color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown i.icon.down,html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown.multiple i.icon.down{font-family:Honeywell-Icons!important;font-size:.5rem}html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown i.icon.down:before,html:not(.honeywell-dark-theme) .ui.active.visible.selection.dropdown.multiple i.icon.down:before{color:#303030;content:""!important}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 .selection,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>.ui.dropdown.multiple.disabled .selection,html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.has-content>.ui.dropdown.multiple.disabled.search{padding-bottom:.1rem!important}html:not(.honeywell-dark-theme) .ui.scuf-dropdown-wrapper.disabled>.ui.dropdown.multiple.disabled>div.default.text{margin:0!important;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}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{flex:1 1 auto}html:not(.honeywell-dark-theme) .sidebar-layout{overflow-x:hidden}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar{background:#fff;border-right:.0625rem solid #d0d0d0;color:#303030;flex-shrink:0;overflow-x:hidden;transition:width .3s ease-in;width:14.25rem;z-index:2}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{background:#0000;width:14.25rem}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .ui.menu .item{align-items:center;border-left:.25rem solid #0000;color:#303030;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:.75rem 1rem;text-transform:capitalize;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{color:#303030;flex-grow:1;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;opacity: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{background:#e0e0e0;color:#303030}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{transform:translateX(-.0625rem);width:0}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{background:#f7f7f7;display:block}html:not(.honeywell-dark-theme) .sidebar-layout>.sidebar .menu .submenu>.ui.menu{display:none}html:not(.honeywell-dark-theme) .sidebar-layout{display:flex;position:relative;width:100%}html:not(.honeywell-dark-theme) .sidebar-layout.compressed{overflow:hidden}html:not(.honeywell-dark-theme) .sidebar-layout.compressed>.content{left:0;min-width:100vw;position:relative;z-index:1}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle{background-color:#303030;border:none;bottom:-1px;height:1rem;margin-top:0;position:relative;transform:translate(-50%,-50%);width:1rem}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle .slider-handle-tooltip{background-color:#303030;color:#303030;color:#fff;display:none;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:700;left:50%;letter-spacing:0;line-height:1.25rem;padding:.125rem .5rem;position:absolute;top:-.25rem;transform:scale(.75) translate(-66%,-1.8rem)}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle .slider-handle-tooltip:before{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #303030;bottom:0;content:"";left:50%;position:absolute;transform:translate(-50%,75%)}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle:hover{transform:scale(1.25) translate(-50%,-40%);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:none}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle:nth-of-type(odd){transform:translate(-100%,-50%)}html:not(.honeywell-dark-theme) .ui.slider .rc-slider-handle:nth-of-type(odd):hover{transform:scale(1.25) translate(-100%,-40%);transform-origin:center}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider{align-items:center;display:flex;justify-content:center;position:relative;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{display:flex;height:3px;padding:0;width:296px}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{background-color:#303030;border:none;bottom:1px;height:3px;margin-left:0;width:3px}html:not(.honeywell-dark-theme) .ui.slider-wrap .ui.slider .rc-slider .rc-slider-step .rc-slider-dot:last-child{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{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){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{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){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{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: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{align-items:center;margin:0;padding:.25rem 0 .125rem;text-align:center}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon{color:#b0b0b0;margin:0!important;padding:0!important}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon.tiny{font-size:.75rem!important;height:.75rem!important;width:.75rem!important}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon.small{font-size:1.5rem!important;height:1.5rem!important;width:1.5rem!important}html:not(.honeywell-dark-theme) .ui.statistic>.value .h-icon.huge{font-size:2.5rem!important;height:2.5rem!important;width: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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:400;margin-left:.125rem}html:not(.honeywell-dark-theme) .ui.statistic>.value .value{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-weight:800;text-transform:none}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{color:#404040;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;text-align:center;text-transform:none}html:not(.honeywell-dark-theme) .ui.statistic>.label .indicator{margin-right:.125rem}html:not(.honeywell-dark-theme) .ui.statistic>.label .up-arrow{display:inline-block;transform:rotate(180deg)}html:not(.honeywell-dark-theme) .ui.statistic>.label.title{font-size:.875rem}html:not(.honeywell-dark-theme) .steps.ui{background:#fff;border:0;border-radius:0}html:not(.honeywell-dark-theme) .steps.ui .link.item,html:not(.honeywell-dark-theme) .steps.ui a.item{background:#fff;border-bottom:.0625rem solid #d0d0d0;border-left:.0625rem solid #d0d0d0;border-right:0!important;border-top:.0625rem solid #d0d0d0;color:#303030!important;height:96px;padding:1rem!important}html:not(.honeywell-dark-theme) .steps.ui .link.item .h-icon,html:not(.honeywell-dark-theme) .steps.ui a.item .h-icon{margin:initial;padding-right:1rem!important}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:#0000!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{color:#7eb338!important;content:"";font-family:Honeywell-Icons!important;font-size:1.5rem;font-weight:400;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:#0000!important}html:not(.honeywell-dark-theme) .steps.ui.vertical .link.item,html:not(.honeywell-dark-theme) .steps.ui.vertical a.item{border-bottom:0;border-left:.0625rem solid #d0d0d0;border-right:.0625rem solid #d0d0d0!important}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{speak:none;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Honeywell-Icons!important;font-size:1rem;font-style:normal!important;font-variant:normal;font-weight:400;line-height:1;margin:none;text-transform:none!important;vertical-align:middle}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu{background-color:initial;border-bottom:none}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .item{border-bottom:.125rem solid #0000;box-sizing:initial;color:#606060;display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;margin-bottom:0;margin-right:1rem;max-width:20rem;min-width:4rem;overflow:hidden;padding:.5rem 0 .25rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}html:not(.honeywell-dark-theme) div.ui.pointing.secondary.ui.scuf-tab.menu .item:after{background:none;border:none;color:#0000;content:attr(title);display:block;height:0;left:auto;margin:0;overflow:hidden;position:relative;top:auto;transform:none;transition:none;visibility:hidden;width:auto}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{color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem}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{background-color:#fff;border-bottom:.0625rem solid #d0d0d0;color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;padding:.75rem 1.5rem .75rem 1rem;text-transform:uppercase}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;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:.75rem 1.5rem .75rem 1rem;vertical-align:top}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-bottom:0;margin-right:.5rem}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{color:#1274b7;cursor:pointer}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 tbody tr:nth-child(2n),html:not(.honeywell-dark-theme) .ui.striped.table>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{display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;vertical-align:top}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea{background-color:#fff;border:.0625rem solid #d0d0d0;border-radius:0;color:#303030;cursor:auto!important;display:block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;min-height:6.875rem;min-width:368px;padding:.6875rem .4375rem}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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:focus::-webkit-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:focus::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .scuf-textarea-wrapper textarea:focus:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}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{background-color:#404040;border-radius:0}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{stroke-width:0;background-color:#303030;border:none;border-radius:0;box-shadow:0 12px 24px 0 #0000001a;color:#303030;color:#fff;cursor:default;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:0;line-height:1.25rem;padding:.5rem;pointer-events:none;text-align:left;transition:stroke .15s}html:not(.honeywell-dark-theme) .ui.tooltip:before{background:#303030!important;border:none!important;box-shadow:0 12px 24px 0 #0000001a!important}html:not(.honeywell-dark-theme) .tree-content{overflow:auto}html:not(.honeywell-dark-theme) .tree-content .mouse-pointer{align-items:center;cursor:pointer!important;display:flex;justify-content:flex-start!important}html:not(.honeywell-dark-theme) .tree-content .tree-item .content{display:flex;flex-direction:row;font-size:.75rem}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{align-items:center;display:flex;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{margin-left:1rem;padding:.5rem 0}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .left-content .title{justify-content:end;padding:.5rem 0;width:100%}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .right-content{align-items:center;display:flex;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{font-size:.75rem;margin:initial;margin-right:.5rem;width:1.5rem}html:not(.honeywell-dark-theme) .tree-content .tree-item .content .item-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:1.5rem;margin-right:.5rem;text-transform:uppercase;width:1.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{margin-left:0!important;padding: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{margin-left:0!important;padding-left:1rem}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{display:inline-flex;height:2rem;position:relative;top:1rem}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{height:1.5rem!important;width:1.5rem!important}html:not(.honeywell-dark-theme) .ui.tree.nav-tree{background:#fff;border:.0625rem solid #d0d0d0}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{align-items:center;border-bottom:.0625rem solid #d0d0d0;display:flex;justify-content:space-between;padding:1rem}html:not(.honeywell-dark-theme) .tree-header .header-actions{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:2rem}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu{background-color:#fff;border:none;border-radius:0;box-shadow:0 1px 2px #0000001a;max-width:17rem}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .item,html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu .item{align-items:center;border-radius:0!important;color:#303030;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;max-height:3rem;padding:.5rem 0}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;display:inline-block;margin:0 0 0 .75rem;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;overflow:hidden;padding:0 .75rem;text-overflow:ellipsis;white-space:nowrap}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{background-color:#fff!important;background:#fff!important;color:#a0a0a0!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;overflow:hidden;padding-left:.75rem;padding-right:.75rem;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:50%}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{align-items:center!important;max-height:3rem!important;padding:.5rem 0!important;position:relative!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{font-family:Honeywell-Icons!important;position:absolute;right:.75rem}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{background-color:#fff;border-radius:0!important;min-width:12rem;top:-1px!important}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{align-items:center;border-radius:0!important;color:#303030!important;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;justify-content:flex-start;letter-spacing:0;line-height:1.375rem;max-height:3rem;padding:.5rem 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{background:#d0d0d0;content:"";display:block;height:1px;left:0;position:absolute;top:-1px;visibility:visible;width:100%}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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;line-height:1em;padding:.75rem .75rem .25rem;text-transform:uppercase}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu>.ui.menu.vertical-menu{border-bottom:1px solid #d0d0d0;box-shadow:none;padding-bottom:.25rem;position:relative;width:100%!important}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{background:#d0d0d0;content:"";display:block;height:1px;left:0;position:absolute;top:-1px;visibility:visible;width:100%}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{background:#f0f0f0;border:none;box-shadow:1px 1px 2px 0 #0000001a;height:.75rem;margin:0!important;transform:translateX(50%) translateY(-50%) rotate(-45deg);width:.75rem}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{justify-content:flex-start}html:not(.honeywell-dark-theme) .ui.menu.vertical-menu .ui.dropdown.item.vert-submenu .dropdown.icon{align-items:center;display:flex;height:100%;position:absolute;right:1rem;top:0}}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:url(/static/media/open-sans-v15-latin-300.2aeabc9e8ed0aef227d7.eot);src:local("Open Sans Light"),local("OpenSans-Light"),url(/static/media/open-sans-v15-latin-300.2aeabc9e8ed0aef227d7.eot?#iefix) format("embedded-opentype"),url(/static/media/open-sans-v15-latin-300.f2ebdee8c2343f558a02.woff2) format("woff2"),url(/static/media/open-sans-v15-latin-300.df17d4e30091735253a8.woff) format("woff"),url(/static/media/open-sans-v15-latin-300.252a41f69d4c320154a1.ttf) format("truetype"),url(/static/media/open-sans-v15-latin-300.bb3b405a4608d51ddb13.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.a356e361ee6765f3d6d4.eot);src:local("Open Sans Regular"),local("OpenSans-Regular"),url(/static/media/open-sans-v15-latin-regular.a356e361ee6765f3d6d4.eot?#iefix) format("embedded-opentype"),url(/static/media/open-sans-v15-latin-regular.ec806460121999bcfb12.woff2) format("woff2"),url(/static/media/open-sans-v15-latin-regular.87a454b233bedae23f8d.woff) format("woff"),url(/static/media/open-sans-v15-latin-regular.61747992dd9a412e601e.ttf) format("truetype"),url(/static/media/open-sans-v15-latin-regular.1d0d8b66fa1da76d69b9.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.75e0e55bdb3e82dcacf8.eot);src:local("Open Sans Bold"),local("OpenSans-Bold"),url(/static/media/open-sans-v15-latin-700.75e0e55bdb3e82dcacf8.eot?#iefix) format("embedded-opentype"),url(/static/media/open-sans-v15-latin-700.7435e6c2064f36f48626.woff2) format("woff2"),url(/static/media/open-sans-v15-latin-700.2509c35b0cfc629f81e5.woff) format("woff"),url(/static/media/open-sans-v15-latin-700.ec32d6be7329ece0789c.ttf) format("truetype"),url(/static/media/open-sans-v15-latin-700.926388f043fc8117b35b.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{filter:alpha(opacity=50);opacity:.5}body .pi{font-size:1.25em}body .p-link{border-radius:3px;font-family:Open Sans,Helvetica Neue,sans-serif;font-size:14px}body .p-link:focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-inputtext{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #a6a6a6;border-radius:3px;color:#333;font-size:14px;padding:.429em;transition:border-color .2s,box-shadow .2s}body .p-inputtext:enabled:hover{border-color:#212121}body .p-inputtext:enabled:focus{border-color:#007ad9;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-checkbox{display:inline-block;height:20px;margin:0;vertical-align:middle;width:20px}body .p-checkbox .p-checkbox-box{background-color:#fff;border:1px solid #a6a6a6;border-radius:3px;height:20px;text-align:center;transition:background-color .2s,border-color .2s,box-shadow .2s;width:20px}body .p-checkbox .p-checkbox-box:not(.p-disabled):hover{border-color:#212121}body .p-checkbox .p-checkbox-box:not(.p-disabled).p-focus{border-color:#007ad9;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-checkbox .p-checkbox-box.p-highlight{background-color:#007ad9;border-color:#007ad9;color:#fff}body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover{background-color:#005b9f;border-color:#005b9f;color:#fff}body .p-checkbox .p-checkbox-box .p-checkbox-icon{font-size:18px;overflow:hidden;position:relative}body .p-checkbox-label{margin:0 0 0 .5em}body .p-radiobutton{display:inline-block;height:20px;margin:0;vertical-align:middle;width:20px}body .p-radiobutton .p-radiobutton-box{background-color:#fff;border:1px solid #a6a6a6;border-radius:50%;height:20px;position:relative;text-align:center;transition:background-color .2s,border-color .2s,box-shadow .2s;width:20px}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{border-color:#007ad9;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-radiobutton .p-radiobutton-box.p-highlight{background-color:#007ad9;border-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{background-color:#005b9f;border-color:#005b9f;color:#fff}body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon{background:#0000;border-radius:50%;display:inline-block;height:10px;left:50%;margin-left:-5px;margin-top:-5px;position:absolute;top:50%;transition:background-color .2s;width:10px}body .p-radiobutton .p-radiobutton-box .p-radiobutton-icon:before{display:none}body .p-radiobutton-label{margin:0 0 0 .5em}body .p-inputswitch{height:1.75em;width:3em}body .p-inputswitch .p-inputswitch-slider{background:#ccc;border-radius:30px;transition:background-color .2s,box-shadow .2s}body .p-inputswitch .p-inputswitch-slider:before{background-color:#fff;border-radius:50%;bottom:.25em;height:1.25em;left:.25em;transition:.2s;width:1.25em}body .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before{transform:translateX(1.25em)}body .p-inputswitch.p-inputswitch-focus .p-inputswitch-slider{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{border-color:#007ad9;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-input-token{color:#333;margin:0;padding:.2145em 0}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;margin:0;padding:0}body .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token{background:#007ad9;border-radius:3px;color:#fff;font-size:14px;margin:0 .286em 0 0;padding:.2145em .429em}body .p-autocomplete-panel{background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 3px 6px 0 #00000029;padding:0}body .p-autocomplete-panel .p-autocomplete-items{padding:0}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item{background-color:initial;border:0;border-radius:0;color:#333;margin:0;padding:.429em .857em;transition:background-color .2s,box-shadow .2s}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item:hover{background-color:#eaeaea;color:#333}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-highlight{background-color:#007ad9;color:#fff}body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-group{background-color:#d8dae2;color:#333;padding:.429em .857em}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{display:inline-block;padding:.2145em .429em}body .p-chips>ul.p-inputtext:not(.p-disabled):hover{border-color:#212121}body .p-chips>ul.p-inputtext:not(.p-disabled).p-focus{border-color:#007ad9;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-chips>ul.p-inputtext .p-chips-input-token{padding:.2145em 0}body .p-chips>ul.p-inputtext .p-chips-input-token input{color:#333;font-family:Open Sans,Helvetica Neue,sans-serif;font-size:14px;margin:0;padding:0}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{border:0;box-shadow:none;outline:0 none}body .p-chips>ul.p-inputtext .p-chips-token{background:#007ad9;border-radius:3px;color:#fff;font-size:14px;margin:0 .286em 0 0;padding:.2145em .429em}body .p-dropdown{background:#fff;border:1px solid #a6a6a6;border-radius:3px;transition:border-color .2s,box-shadow .2s}body .p-dropdown:not(.p-disabled):hover{border-color:#212121}body .p-dropdown:not(.p-disabled).p-focus{border-color:#007ad9;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-dropdown .p-dropdown-label{padding-right:2em}body .p-dropdown .p-dropdown-label:focus{box-shadow:none;outline:0 none}body .p-dropdown .p-dropdown-trigger{background-color:#fff;border-radius:3px;color:#848484;line-height:2em;padding:0;text-align:center;width:2em}body .p-dropdown .p-dropdown-clear-icon{color:#848484}body .p-dropdown-panel{background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 3px 6px 0 #00000029;padding:0}body .p-dropdown-panel .p-dropdown-filter-container{background-color:#fff;border-bottom:1px solid #eaeaea;color:#333;margin:0;padding:.429em .857em}body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter{padding-right:2em;width:100%}body .p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon{color:#007ad9;margin-top:-.5em;right:1.357em;top:50%}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{background-color:initial;border:0;border-radius:0;color:#333;margin:0;padding:.429em .857em;transition:background-color .2s,box-shadow .2s}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{background-color:#007ad9;color:#fff}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{background-color:#eaeaea;color:#333}body .p-multiselect{background:#fff;border:1px solid #a6a6a6;border-radius:3px;transition:border-color .2s,box-shadow .2s}body .p-multiselect:not(.p-disabled):hover{border-color:#212121}body .p-multiselect:not(.p-disabled).p-focus{border-color:#007ad9;box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-multiselect .p-multiselect-label{color:#333;font-weight:400;padding:.429em 2em .429em .429em}body .p-multiselect .p-multiselect-trigger{background-color:#fff;border-radius:3px;color:#848484;line-height:2em;padding:0;text-align:center;width:2em}body .p-multiselect-panel{background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 3px 6px 0 #00000029;padding:0}body .p-multiselect-panel .p-multiselect-header{background-color:#fff;border-bottom:1px solid #eaeaea;color:#333;margin:0;padding:.429em .857em}body .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container{display:inline-block;float:none;margin-left:0;vertical-align:middle;width:70%}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;left:auto;margin-top:-.5em;right:.5em;top:50%}body .p-multiselect-panel .p-multiselect-header .p-checkbox{float:none;margin-right:.5em;vertical-align:middle}body .p-multiselect-panel .p-multiselect-header .p-multiselect-close{color:#848484;margin-top:-.5em;top:50%;transition:box-shadow .2s}body .p-multiselect-panel .p-multiselect-items{padding:0}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item{background-color:initial;border:0;border-radius:0;color:#333;margin:0;padding:.429em .857em;transition:background-color .2s,box-shadow .2s}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover{background-color:#eaeaea;color:#333}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus{box-shadow:inset 0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight{background-color:#007ad9;color:#fff}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox{display:inline-block;margin:0 .5em 0 0;position:static;vertical-align:middle}body .p-multiselect-panel .p-multiselect-items .p-multiselect-item label{display:inline-block;vertical-align:middle}body .p-listbox{background:#fff;border:1px solid #a6a6a6;min-width:12em;padding:0}body .p-listbox .p-checkbox{margin:0 .5em 0 0}body .p-listbox .p-listbox-header{background-color:#fff;border-bottom:1px solid #eaeaea;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;margin:0;padding:.429em .857em}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{color:#007ad9;left:auto;margin-top:-.5em;right:.5em;top:50%}body .p-listbox .p-listbox-list{background-color:#fff}body .p-listbox .p-listbox-list .p-listbox-item{background-color:initial;border:0;border-radius:0;color:#333;margin:0;padding:.429em .857em;transition:background-color .2s,box-shadow .2s}body .p-listbox .p-listbox-list .p-listbox-item.p-highlight{background-color:#007ad9;color:#fff}body .p-listbox .p-listbox-list .p-listbox-item:focus{box-shadow:inset 0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-listbox .p-listbox-list .p-listbox-item .p-checkbox{display:inline-block;margin:0 .5em 0 0;position:static;vertical-align:middle}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{background-color:#eaeaea;color:#333}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{background-color:#fff;border-top:1px solid #eaeaea;color:#333;padding:.429em .857em}body .p-editor-container .p-editor-toolbar{background-color:#f4f4f4;border:1px solid #c8c8c8}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: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:hover,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 .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-label.ql-active,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: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-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-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-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-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-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-miter,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: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-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: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 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:hover .ql-stroke,body .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#007ad9}body .p-rating .p-rating-icon{border-radius:3px;color:#333;display:inline-block;font-size:20px;text-align:center;transition:color .2s,box-shadow .2s}body .p-rating .p-rating-icon.p-rating-cancel{color:#e4018d}body .p-rating .p-rating-icon:focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%;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{margin-top:-.5715em;top:50%}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{background-color:#fff;border:2px solid #666;border-radius:100%;height:1.143em;transition:box-shadow .2s;width:1.143em}body .p-slider .p-slider-handle:focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{background-color:#fff;border:1px solid #a6a6a6;border-radius:3px;color:#333;min-width:20em;padding:.857em}body .p-datepicker:not(.p-datepicker-inline){border:1px solid #c8c8c8;box-shadow:0 3px 6px 0 #00000029}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{background-color:#fff;border-radius:0;color:#333;padding:.429em .857em}body .p-datepicker .p-datepicker-header .p-datepicker-next,body .p-datepicker .p-datepicker-header .p-datepicker-prev{color:#a6a6a6;cursor:pointer;top:0;transition:color .2s,box-shadow .2s}body .p-datepicker .p-datepicker-header .p-datepicker-title{line-height:1;margin:0;padding:0}body .p-datepicker .p-datepicker-header .p-datepicker-title select{margin-bottom:0;margin-top:-.35em}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{border-radius:3px;color:#333;cursor:pointer;display:block;padding:.5em;text-align:center}body .p-datepicker table td>span.p-highlight{background-color:#007ad9;color:#fff}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{background-color:#007ad9;color:#fff}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{background-color:#007ad9;color:#fff}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{border-right:0;padding-right:0}body .p-calendar.p-calendar-w-btn .p-inputtext{border-bottom-right-radius:0;border-right:0;border-top-right-radius: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{border-bottom-left-radius:0;border-top-left-radius:0;width:2.357em}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;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;padding:.571em 1em}body .p-fileupload .p-fileupload-buttonbar .p-button{margin-right:8px}body .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-fileupload .p-fileupload-content{background-color:#fff;border:1px solid #c8c8c8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;color:#333;padding:.571em 1em}body .p-fileupload .p-progressbar{top:0}body .p-fileupload-choose:not(.p-disabled):hover{background-color:#116fbf;border-color:#116fbf;color:#fff}body .p-fileupload-choose:not(.p-disabled):active{background-color:#005b9f;border-color:#005b9f;color:#fff}body .p-password-panel{background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 3px 6px 0 #00000029;color:#333;padding:12px}body .p-inputgroup .p-inputgroup-addon{background-color:#eaeaea;border-color:#a6a6a6;color:#848484;min-width:2em;padding:.429em}body .p-inputgroup .p-inputgroup-addon:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}body .p-inputgroup .p-inputgroup-addon:last-child{border-bottom-right-radius:3px;border-top-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{left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%}body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton{position:relative}body .p-inputgroup .p-inputgroup-addon.p-inputgroup-addon-radiobutton .p-radiobutton{left:50%;margin-left:-10px;margin-top:-10px;position:absolute;top:50%}body .p-inputgroup .p-button:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}body .p-inputgroup .p-button:last-child{border-bottom-right-radius:3px;border-top-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{background-color:#007ad9;border:1px solid #007ad9;border-radius:3px;color:#fff;font-size:14px;margin:0;transition:background-color .2s,box-shadow .2s}body .p-button:enabled:hover{background-color:#116fbf;border-color:#116fbf;color:#fff}body .p-button:enabled:focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-button:enabled:active{background-color:#005b9f;border-color:#005b9f;color:#fff}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 #00000026}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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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;border-radius:0;color:#333;outline:0 none;transition:background-color .2s,box-shadow .2s}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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0;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-bottom-left-radius:3px;border-top-left-radius:3px}body .p-selectbutton .p-button:last-child{border-bottom-right-radius:3px;border-top-right-radius:3px}body .p-splitbutton.p-buttonset .p-button{border:1px solid #0000}body .p-splitbutton.p-buttonset .p-button:first-child{border-bottom-right-radius:0;border-top-right-radius:0}body .p-splitbutton.p-buttonset .p-button.p-splitbutton-menubutton{border-bottom-left-radius:0;border-top-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{background-color:#f4f4f4;border:1px solid #f4f4f4;color:#333}body .p-button.p-button-secondary:enabled:hover,body .p-buttonset.p-button-secondary>.p-button:enabled:hover{background-color:#c8c8c8;border-color:#c8c8c8;color:#333}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;border-color:#a0a0a0;color:#333}body .p-button.p-button-info,body .p-buttonset.p-button-info>.p-button{background-color:#007ad9;border:1px solid #007ad9;color:#fff}body .p-button.p-button-info:enabled:hover,body .p-buttonset.p-button-info>.p-button:enabled:hover{background-color:#116fbf;border-color:#116fbf;color:#fff}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;border-color:#005b9f;color:#fff}body .p-button.p-button-success,body .p-buttonset.p-button-success>.p-button{background-color:#34a835;border:1px solid #34a835;color:#fff}body .p-button.p-button-success:enabled:hover,body .p-buttonset.p-button-success>.p-button:enabled:hover{background-color:#107d11;border-color:#107d11;color:#fff}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;border-color:#0c6b0d;color:#fff}body .p-button.p-button-warning,body .p-buttonset.p-button-warning>.p-button{background-color:#ffba01;border:1px solid #ffba01;color:#333}body .p-button.p-button-warning:enabled:hover,body .p-buttonset.p-button-warning>.p-button:enabled:hover{background-color:#ed990b;border-color:#ed990b;color:#333}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;border-color:#d38b10;color:#333}body .p-button.p-button-danger,body .p-buttonset.p-button-danger>.p-button{background-color:#e91224;border:1px solid #e91224;color:#fff}body .p-button.p-button-danger:enabled:hover,body .p-buttonset.p-button-danger>.p-button:enabled:hover{background-color:#c01120;border-color:#c01120;color:#fff}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;border-color:#a90000;color:#fff}body .p-panel{border:0;padding:0}body .p-panel .p-panel-titlebar{background-color:#f4f4f4;border:1px solid #c8c8c8;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;padding:.571em 1em}body .p-panel .p-panel-titlebar .p-panel-title{font-weight:700;vertical-align:middle}body .p-panel .p-panel-titlebar .p-panel-titlebar-icon{border:1px solid #0000;border-radius:3px;color:#848484;font-size:14px;margin:.143em 0 0;position:relative;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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-panel .p-panel-content{background-color:#fff;border:1px solid #c8c8c8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:0;color:#333;padding:.571em 1em}body .p-panel .p-panel-footer{background-color:#fff;border:1px solid #c8c8c8;border-top:0;color:#333;margin:0;padding:.571em 1em}body .p-fieldset{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;color:#333}body .p-fieldset .p-fieldset-legend a{background-color:#f4f4f4;border:1px solid #c8c8c8;border-radius:3px;color:#333;font-weight:700;padding:.571em 1em;transition:background-color .2s,box-shadow .2s}body .p-fieldset .p-fieldset-legend a .p-fieldset-toggler{color:#848484;display:inline-block;float:none;margin-right:.5em;vertical-align:middle}body .p-fieldset .p-fieldset-legend a .p-fieldset-legend-text{padding:0}body .p-fieldset .p-fieldset-legend a:focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{background-color:#f4f4f4;border:1px solid #c8c8c8;border-radius:3px;color:#333;font-weight:700;padding:.571em 1em;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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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;border-bottom-left-radius:0;border-bottom-right-radius:0;color:#fff}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{background-color:#005b9f;border:1px solid #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{background-color:#fff;border:1px solid #c8c8c8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:0;border-top-left-radius:0;border-top-right-radius:0;color:#333;padding:.571em 1em}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{background:#0000;border:0;padding: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{background-color:#f4f4f4;border:1px solid #c8c8c8;color:#333;display:inline-block;float:none;font-weight:700;padding:.571em 1em;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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{background-color:#005b9f;border:1px solid #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{border-top-left-radius:3px;border-top-right-radius:3px;margin-right:2px}body .p-tabview.p-tabview-bottom .p-tabview-nav{margin-top:-1px}body .p-tabview.p-tabview-bottom .p-tabview-nav li a{border-bottom-left-radius:3px;border-bottom-right-radius:3px;margin-right:2px}body .p-tabview.p-tabview-left .p-tabview-nav{margin-right:-px}body .p-tabview.p-tabview-left .p-tabview-nav li a{border-bottom-left-radius:3px;border-top-left-radius:3px;margin-bottom:2px}body .p-tabview.p-tabview-right .p-tabview-nav{margin-right:-1px}body .p-tabview.p-tabview-right .p-tabview-nav li a{border-bottom-right-radius:3px;border-top-right-radius:3px;margin-bottom:2px}body .p-tabview .p-tabview-panels{background-color:#fff;border:1px solid #c8c8c8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;color:#333;padding:.571em 1em}body .p-tabview .p-tabview-panels .p-tabview-panel{padding:0}body .p-toolbar{background-color:#f4f4f4;border:1px solid #c8c8c8;border-radius:3px;padding:.571em 1em}body .p-toolbar button{vertical-align:middle}body .p-toolbar .p-toolbar-separator{color:#848484;margin:0 .5em;vertical-align:middle}body .p-card{background-color:#fff;box-shadow:0 1px 3px 0 #0003,0 1px 1px 0 #00000024,0 2px 1px -1px #0000001f;color:#333}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{border:0;border-radius:0;color:#848484;height:2.286em;line-height:2.286em;margin:0;min-width:2.286em;padding:0;transition:background-color .2s,box-shadow .2s;vertical-align:top}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{border:0;display:inline-block;height:2.286em;line-height:2.286em;min-width:2.286em;vertical-align:top}body .p-paginator .p-paginator-pages{display:inline-block;padding:0;vertical-align:top}body .p-paginator .p-paginator-pages .p-paginator-page{border:0;border-radius:0;color:#848484;height:2.286em;line-height:2.286em;margin:0;min-width:2.286em;padding:0;transition:background-color .2s,box-shadow .2s;vertical-align:top}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{height:2.286em;margin-left:.5em;min-width:auto}body .p-datatable .p-datatable-footer,body .p-datatable .p-datatable-header{background-color:#f4f4f4;border:1px solid #c8c8c8;color:#333;padding:.571em 1em;text-align:center}body .p-datatable .p-datatable-header{border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;font-weight:700}body .p-datatable .p-datatable-footer{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:0;font-weight:700}body .p-datatable .p-datatable-tfoot>tr>td,body .p-datatable .p-datatable-thead>tr>th{background-color:#f4f4f4;border:1px solid #c8c8c8;color:#333;font-weight:700;padding:.571em .857em;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{box-shadow:inset 0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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-family:Open Sans,Helvetica Neue,sans-serif;font-size:14px}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{background-color:#eaeaea;color:#333;cursor:pointer}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;border:1px solid #c8c8c8;border-bottom:0;color:#333;font-weight:700;padding:.571em 1em}body .p-datagrid .p-datagrid-content,body .p-datagrid .p-datagrid-footer{background-color:#fff;border:1px solid #c8c8c8;color:#333;padding:.571em 1em}body .p-datagrid .p-datagrid-footer{border-top:0}body .p-datalist .p-datalist-header{background-color:#f4f4f4;border:1px solid #c8c8c8;border-bottom:0;color:#333;font-weight:700;padding:.571em 1em}body .p-datalist .p-datalist-content,body .p-datalist .p-datalist-footer{background-color:#fff;border:1px solid #c8c8c8;color:#333;padding:.571em 1em}body .p-datalist .p-datalist-footer{border-top:0}body .p-datascroller .p-datascroller-header{background-color:#f4f4f4;border:1px solid #c8c8c8;border-bottom:0;color:#333;font-weight:700;padding:.571em 1em}body .p-datascroller .p-datascroller-content,body .p-datascroller .p-datascroller-footer{background-color:#fff;border:1px solid #c8c8c8;color:#333;padding:.571em 1em}body .p-datascroller .p-datascroller-footer{border-top:0}body .p-dataview .p-dataview-header{background-color:#f4f4f4;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-weight:700;padding:.571em 1em}body .p-dataview .p-dataview-content,body .p-dataview .p-dataview-footer{background-color:#fff;border:1px solid #c8c8c8;color:#333;padding:.571em 1em}body .p-dataview .p-dataview-footer{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:0}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{background-color:#007ad9;border:1px solid #007ad9;border-radius:3px;color:#fff;font-size:14px;transition:background-color .2s,box-shadow .2s}body .fc .fc-toolbar .fc-button:enabled:hover{background-color:#116fbf;border-color:#116fbf;color:#fff}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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .fc .fc-toolbar .fc-button-group .fc-button{border-radius:0}body .fc .fc-toolbar .fc-button-group .fc-button:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}body .fc .fc-toolbar .fc-button-group .fc-button:last-child{border-bottom-right-radius:3px;border-top-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;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-weight:700;padding:.571em 1em}body .p-picklist .p-picklist-filter-container{background-color:#fff;border:1px solid #c8c8c8;border-bottom:0;color:#333;margin:0;padding:.429em .857em}body .p-picklist .p-picklist-filter-container input{padding-right:2em;text-indent:0;width:100%}body .p-picklist .p-picklist-filter-container .p-picklist-filter-icon{color:#007ad9;left:auto;margin-top:-.5em;right:1.357em;top:50%}body .p-picklist .p-picklist-buttons{padding:.571em 1em}body .p-picklist .p-picklist-list{background-color:#fff;border:1px solid #c8c8c8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;color:#333;padding:0}body .p-picklist .p-picklist-list .p-picklist-item{background-color:initial;border:0;color:#333;margin:0;padding:.429em .857em;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{box-shadow:inset 0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-weight:700;padding:.571em 1em}body .p-orderlist .p-orderlist-filter-container{background-color:#fff;border:1px solid #c8c8c8;border-bottom:0;color:#333;margin:0;padding:.429em .857em}body .p-orderlist .p-orderlist-filter-container input{padding-right:2em;text-indent:0;width:100%}body .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{color:#007ad9;left:auto;margin-top:-.5em;right:1.357em;top:50%}body .p-orderlist .p-orderlist-list{background-color:#fff;border:1px solid #c8c8c8;border-bottom-left-radius:3px;border-bottom-right-radius:3px;color:#333;padding:0}body .p-orderlist .p-orderlist-list .p-orderlist-item{background-color:initial;border:0;color:#333;margin:0;padding:.429em .857em;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{box-shadow:inset 0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;color:#333;padding:.571em 1em}body .p-tree .p-tree-container{margin:0;padding:.286em}body .p-tree .p-tree-container .p-treenode{padding:.143em 0}body .p-tree .p-tree-container .p-treenode .p-treenode-content{border:1px solid #0000;border-radius:3px;padding:0;transition:background-color .2s,box-shadow .2s}body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler{color:#848484;display:inline-block;float:none;margin:0 .286em 0 0;vertical-align:middle}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{color:#848484;display:inline-block;margin:0 .286em 0 0;vertical-align:middle}body .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-label{display:inline-block;margin:0;padding:.286em 0;vertical-align:middle}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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;color:#333;padding:.571em 1em}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{padding-right:2em;width:100%}body .p-tree .p-tree-filter-container .p-tree-filter-icon{color:#007ad9;left:auto;margin-top:-.5em;right:.8em;top:50%}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{background-color:#fff;border:1px solid #c8c8c8;color:#333;padding:.571em 1em}body .p-organizationchart .p-organizationchart-node-content .p-node-toggler{border-radius:3px;bottom:-.7em;color:#848484;margin-left:-.46em;transition:box-shadow .2s}body .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-treetable .p-treetable-footer,body .p-treetable .p-treetable-header{background-color:#f4f4f4;border:1px solid #c8c8c8;color:#333;padding:.571em 1em;text-align:center}body .p-treetable .p-treetable-header{border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;font-weight:700}body .p-treetable .p-treetable-footer{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:0;font-weight:700}body .p-treetable .p-treetable-tfoot>tr>td,body .p-treetable .p-treetable-thead>tr>th{background-color:#f4f4f4;border:1px solid #c8c8c8;color:#333;font-weight:700;padding:.571em .857em;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{box-shadow:inset 0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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-family:Open Sans,Helvetica Neue,sans-serif;font-size:14px}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{background-color:#eaeaea;color:#333;cursor:pointer}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{border-radius:3px;margin:1em 0}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{border-radius:50%;height:1.538em;line-height:1.538em;right:-.769em;text-align:center;top:-.769em;transition:box-shadow .2s;width:1.538em}body .p-messages .p-messages-close .p-messages-close-icon{font-size:1.5em;line-height:inherit}body .p-messages .p-messages-close:focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-messages .p-messages-icon{font-size:2em}body .p-message{border-radius:3px;margin:0;padding:.429em}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{filter:alpha(opacity=90);opacity:.9;top:70px}body .p-growl .p-growl-item-container{box-shadow:0 3px 6px 0 #00000029;margin:0 0 1em}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{filter:alpha(opacity=90);opacity:.9}body .p-toast .p-toast-item-container{box-shadow:0 3px 6px 0 #00000029;margin:0 0 1em}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:#0006}body .p-overlaypanel{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;box-shadow:0 0 6px 0 #00000029;color:#333;padding:0}body .p-overlaypanel .p-overlaypanel-content{padding:1em}body .p-overlaypanel .p-overlaypanel-close{background-color:#007ad9;border-radius:50%;color:#fff;height:1.538em;line-height:1.538em;position:absolute;right:-.769em;text-align:center;top:-.769em;transition:background-color .2s,box-shadow .2s;width:1.538em}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:#fff0 #fff0 #fff}body .p-overlaypanel:before{border-color:#c8c8c800 #c8c8c800 #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{border-radius:3px;box-shadow:0 0 6px 0 #00000029;padding:0}body .p-dialog .p-dialog-titlebar{background-color:#f4f4f4;border:1px solid #c8c8c8;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-weight:700;padding:1em}body .p-dialog .p-dialog-titlebar .p-dialog-title{float:none;font-weight:700;margin:0}body .p-dialog .p-dialog-titlebar .p-dialog-titlebar-icon{border:0;color:#848484;margin-left:.5em;padding:0;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;border:1px solid #c8c8c8;color:#333;padding:1em}body .p-dialog .p-dialog-footer{background-color:#fff;border:1px solid #c8c8c8;border-top:0;color:#333;margin:0;padding:.571em 1em;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{display:inline-block;float:none;line-height:14px;margin:0;vertical-align:middle}body .p-dialog.p-confirm-dialog .p-dialog-content>span.p-icon{font-size:16px;margin-right:.35em}body .p-sidebar{background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 0 6px 0 #00000029;color:#333;padding:.571em 1em}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;border-radius:3px;box-shadow:0 0 6px 0 #00000029;color:#fff;padding:.429em}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 #00000029}body .p-lightbox .p-lightbox-caption{background-color:#f4f4f4;border:1px solid #c8c8c8;color:#333;font-weight:700;padding:.571em 1em}body .p-lightbox .p-lightbox-caption .p-lightbox-caption-text{color:#333;margin:0}body .p-lightbox .p-lightbox-caption .p-lightbox-close{color:#848484;padding:0;transition:color .2s}body .p-lightbox .p-lightbox-caption .p-lightbox-close:hover{color:#333}body .p-lightbox .p-lightbox-content-wrapper{background-color:#fff;border:0;border-radius:0;color:#333;overflow:hidden;padding:0}body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left,body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right{color:#fff;font-size:3em;margin-top:-.5em;transition:all .2s}body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-left:hover,body .p-lightbox .p-lightbox-content-wrapper .p-lightbox-nav-right:hover{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;border-radius:3px;padding:.571em 1em}body .p-breadcrumb ul li .p-menuitem-link{border-radius:3px;color:#333;margin:0;transition:box-shadow .2s}body .p-breadcrumb ul li .p-menuitem-link:focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-breadcrumb ul li.p-breadcrumb-chevron{color:#848484;margin:0 .5em}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{background-color:initial;text-align:center}body .p-steps .p-steps-item .p-menuitem-link{background-color:initial;border-radius:3px;display:inline-block;overflow:hidden;text-align:center;transition:box-shadow .2s}body .p-steps .p-steps-item .p-menuitem-link .p-steps-number{background-color:#fff;border:1px solid #c8c8c8;border-radius:50%;color:#333;display:inline-block;font-size:16px;height:28px;line-height:24px;margin-bottom:14px;position:relative;text-align:center;top:16px;width:28px}body .p-steps .p-steps-item .p-menuitem-link .p-steps-title{color:#848484;display:block;margin-top:6px}body .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{color:#333;font-weight:700}body .p-steps .p-steps-item:last-child .p-menuitem-link{display:block}body .p-steps:before{border-top:1px solid #c8c8c8;content:" ";display:block;left:0;position:absolute;top:45%;width:100%}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{border-radius:0;color:#333;font-weight:400;padding:.714em .857em;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{box-shadow:inset 0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-menu{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;padding:0}body .p-menu .p-menuitem{margin:0}body .p-menu.p-menu-overlay{border:1px solid #c8c8c8;box-shadow:0 0 6px 0 #00000029}body .p-menu .p-submenu-header{background-color:#f4f4f4;border:0;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-weight:700;margin:0;padding:.714em .857em}body .p-menu .p-menu-separator{border:solid #c8c8c8;border-width:1px 0 0}body .p-menubar{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;padding:0}body .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link{padding:.714em .857em}body .p-menubar .p-submenu-list{background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 0 6px 0 #00000029;padding:0}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{background-color:#fff;box-shadow:0 0 6px 0 #00000029;padding:0}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{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;padding:0}body .p-tieredmenu .p-submenu-list{background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 0 6px 0 #00000029;padding:0}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 #00000029}body .p-slidemenu{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;padding:0}body .p-slidemenu .p-submenu-list{background-color:#fff;border:0;padding: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{background-color:#f4f4f4;border:0;color:#333;font-weight:700;margin:0;padding:.571em 1em}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 #00000029}body .p-tabmenu{border:0}body .p-tabmenu .p-tabmenu-nav{background:#0000;border-bottom:1px solid #c8c8c8;padding:0}body .p-tabmenu .p-tabmenu-nav:after{clear:both;content:"";display:table}body .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link{background-color:#f4f4f4;border:1px solid #c8c8c8;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;margin-bottom:-1px;margin-right:2px;padding:.571em 1em;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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}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{background-color:#fff;border:1px solid #c8c8c8;border-radius:3px;padding:0}body .p-megamenu .p-megamenu-submenu-header{background-color:#f4f4f4;border:0;color:#333;font-weight:700;margin:0;padding:.571em 1em}body .p-megamenu .p-megamenu-panel{background-color:#fff;border:1px solid #c8c8c8;box-shadow:0 0 6px 0 #00000029;padding:0}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{background-color:#f4f4f4;border:1px solid #c8c8c8;border-radius:3px;color:#333;font-size:14px;font-weight:700;padding:.714em .857em;position:static;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{box-shadow:0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0;z-index:100}body .p-panelmenu .p-panelmenu-header:not(.p-highlight)>a:hover{background-color:#dbdbdb;border:1px solid #dbdbdb;color:#333;outline:0 none}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{background-color:#007ad9;border:1px solid #007ad9;border-bottom-left-radius:0;border-bottom-right-radius:0;color:#fff}body .p-panelmenu .p-panelmenu-header.p-highlight>a .p-panelmenu-icon{color:#fff}body .p-panelmenu .p-panelmenu-header.p-highlight>a:hover{background-color:#005b9f;border:1px solid #005b9f;color:#fff;outline:0 none}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{background-color:#fff;border:1px solid #c8c8c8;border-top:0;margin-top:0;padding:0;position:static}body .p-panelmenu .p-panelmenu-content .p-menuitem{margin:0}body .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link{color:#333;padding:.714em .857em;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{box-shadow:inset 0 0 0 .2em #8dcdff;outline:0 none;outline-offset:0}body .p-progressbar{background-color:#eaeaea;border:0;height:24px}body .p-progressbar .p-progressbar-value{background:#007ad9;border:0;margin:0}body .p-progressbar .p-progressbar-label{color:#333;line-height:24px;margin-top:0}body .p-galleria .p-galleria-nav-next,body .p-galleria .p-galleria-nav-prev{color:#848484;position:absolute;transition:all .2s}body .p-galleria .p-galleria-nav-next:hover,body .p-galleria .p-galleria-nav-prev:hover{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;border:1px solid #c8c8c8;color:#333;padding:.571em 1em}body .p-terminal .p-terminal-input{font-family:Open Sans,Helvetica Neue,sans-serif;font-size:14px;height:16px}body .p-terminal .p-terminal-command{height:16px}body .p-inplace{min-height:2.357em}body .p-inplace .p-inplace-display{border-radius:3px;padding:.429em;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{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{border:0;font-size:100%;list-style:none;margin:0;outline:0;padding:0;text-decoration:none}.p-disabled,.p-disabled a{cursor:default!important}.p-component-overlay{height:100%;left:0;position:absolute;top:0;width:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;-o-user-select:none;user-select:none}.p-scrollbar-measure{height:100px;overflow:scroll;position:absolute;top:-9999px;width:100px}.p-clearfix:after{clear:both;content:"";display:table}@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{opacity:0;transform:translateY(5%);transition:transform .3s,opacity .3s}.p-input-overlay-visible{opacity:1;transform:translateY(0)}.p-input-overlay-hidden{opacity:0;transform:translateY(5%);transition:transform .3s,opacity .15s}.p-menu-overlay{opacity:0;transform:translateY(5%);transition:transform .3s,opacity .3s}.p-menu-overlay-visible{opacity:1;transform:translateY(0)}.p-menu-overlay-hidden{opacity:0;transform:translateY(5%);transition:transform .3s,opacity .15s}.p-link{background-color:initial;border:0;cursor:pointer;margin:0;padding:0;text-align:left}.p-toggleable-content-collapsed{display:none}.p-toggleable-content-enter{display:block;max-height:0}.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{display:block;max-height:1000px}.p-toggleable-content-exit-active{display:block;max-height:0;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{zoom:1;cursor:pointer;margin-top:1px;position:relative}.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{zoom:1;border-top:0;padding:1em}.p-accordion .p-accordion-header.p-disabled,.p-accordion .p-accordion-header.p-disabled a{cursor:default}.p-accordion .p-accordion-content-wrapper-collapsed{max-height:0;overflow:hidden;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{zoom:1;box-shadow:none;cursor:pointer;display:inline-block;position:relative;width:auto}.p-autocomplete .p-autocomplete-dropdown{height:100%;margin-right:0;vertical-align:top;width:2em}.p-autocomplete .p-autocomplete-input{padding-right:1.5em}.p-autocomplete-loader{margin-top:-.5em;position:absolute;right:.25em;top:50%}.p-autocomplete-query{font-weight:700}.p-autocomplete .p-autocomplete-panel{min-width:100%}.p-autocomplete-panel{display:none;overflow:auto;position:absolute}.p-autocomplete-panel .p-autocomplete-list{border:0;padding:.4em}.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{border:0;cursor:default;display:inline-block;font-size:.9em;margin-right:.125em;overflow:hidden;padding:.125em .5em;position:relative;vertical-align:middle;white-space:nowrap}.p-autocomplete-token-label{display:block;margin-right:2em}.p-autocomplete-token-icon{cursor:pointer;margin-top:-.5em;position:absolute;right:.2em;top:50%}.p-autocomplete-input-token{display:inline-block;list-style-type:none;margin:0 0 0 .125em;padding:.25em .25em .25em 0;vertical-align:middle}.p-autocomplete-input-token input{background-color:initial;border:0;border-radius:0;box-shadow:none;margin:0;outline:medium none;padding:0;width:10em}.p-autocomplete-dd .p-autocomplete-loader{right:2.25em}.p-autocomplete-dd .p-autocomplete-multiple-container,.p-autocomplete-dd input{border-bottom-right-radius:0;border-top-right-radius:0}.p-autocomplete-dd .p-autocomplete-dropdown{border-bottom-left-radius:0;border-top-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{display:inline-block;position:relative}.p-calendar .p-calendar-button{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0;height:100%;position:absolute;width:2em}.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{display:none;padding:.2em;position:absolute;width:auto}.p-datepicker.p-datepicker-inline{display:inline-block;position:static}.p-datepicker .p-datepicker-group{border-width:0}.p-datepicker .p-datepicker-header{padding:.5em 0;position:relative}.p-datepicker .p-datepicker-next,.p-datepicker .p-datepicker-prev{cursor:pointer;height:1.8em;position:absolute;top:.5em;width:1.8em}.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;left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%}.p-datepicker .p-datepicker-title{line-height:1.8em;margin:0 2.3em;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{border-width:0 1px 0 0;display:table-cell}.p-datepicker table{border-collapse:collapse;font-size:.9em;margin:0 0 .4em;width:100%}.p-datepicker th{border:0;font-weight:700;padding:.5em;text-align:center}.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{clear:both;content:"";display:table}.p-datepicker .p-datepicker-buttonbar>button:last-child{float:right}.p-calendar.p-calendar-w-btn input{border-bottom-right-radius:0;border-top-right-radius:0}.p-monthpicker .p-monthpicker-month{cursor:pointer;display:inline-block;padding:.5em;text-align:center;width:33.3%}.p-datepicker-monthpicker select.p-datepicker-year{width:auto}.p-timepicker{padding:.5em 0;text-align:center}.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{display:block;visibility:hidden}.p-timepicker>div button{cursor:pointer;display:block}.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{left:50%;min-width:80vw;position:fixed;top: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{height:100%;position:fixed;width:100%}@media screen and (max-width:40em){.p-datepicker-multiple-month{overflow:auto;width:17em}.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{zoom:1;cursor:pointer;display:inline-block;margin-right:.25em;overflow:visible;padding:0;position:relative;text-align:center;text-decoration:none!important;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{height:1em;margin-top:-.5em;position:absolute;top:50%}.p-button-icon-only .p-button-icon-left{height:1em;left:50%;margin-left:-.5em;margin-top:-.5em;top:50%;width: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{margin-top:-.25em;opacity:.7}.p-card-footer{padding-top:1em}.p-checkbox{cursor:pointer;display:inline-block;margin-right:.25em;user-select:none;-moz-user-select:none;-webkit-user-select:none;vertical-align:middle}.p-checkbox .p-checkbox-box{border-radius:2px;height:1.125em;line-height:1.125em;text-align:center;width:1.125em}.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{border:0;cursor:default;display:inline-block;font-size:.9em;margin-right:.125em;overflow:hidden;padding:.125em .5em;position:relative;vertical-align:middle;white-space:nowrap}.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{cursor:pointer;margin-top:-.5em;position:absolute;right:.2em;top:50%}.p-chips-input-token{display:inline-block;list-style-type:none;margin:0 0 0 .125em;padding:.25em .25em .25em 0;vertical-align:middle}.p-chips-input-token .p-inputtext{background-color:initial;border:0;border-radius:0;box-shadow:none;margin:0;outline:medium none;padding:0;width:10em}.p-colorpicker{display:inline-block}.p-colorpicker-dragging{cursor:pointer}.p-colorpicker-overlay{position:relative}.p-colorpicker-panel{background-color:#323232;border-color:#191919;height:166px;position:relative;width:193px}.p-colorpicker-overlay-panel{display:none;position:absolute}.p-colorpicker-preview{cursor:pointer;width:2em}.p-colorpicker-panel .p-colorpicker-content{position:relative}.p-colorpicker-panel .p-colorpicker-color-selector{height:150px;left:8px;position:absolute;top:8px;width:150px}.p-colorpicker-panel .p-colorpicker-color{background:#0000 url(/static/media/color.6441e63a57ccc5105bad.png) no-repeat 0 0;height:150px;width:150px}.p-colorpicker-panel .p-colorpicker-color-handle{border:1px solid #fff;border-radius:100%;cursor:pointer;height:10px;left:150px;margin:-5px 0 0 -5px;position:absolute;top:0;width:10px}.p-colorpicker-panel .p-colorpicker-hue{background:#0000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAACWCAIAAAC3uvTNAAAA7ElEQVRYw+2YUQqDQAxEh9GWuqV6Be9/JT88RN0VRUuv0ElBwhKY3yF5m90kLKd+mF/975r6geNyjm9Fy0kgqTJ6nqoIdGKczjmPJU5tZxA8wWPL7YOHKhZAlcmTAVVcxSCrMbfgqY/H6JEOoASPe56tgSrqLR7U2zWojwWjJ3jq47HEiZoGTwJxP1RRXw8y9RZfCMhbhTHOVTxXnUFtPJ5rGjzu35y2KfKGQxWT2K4TQL1d2zz6KAH1kRU8wfOXx+37qY3Hct+aDaqot2u7R/wMuDS3qnj0z0HqK4X/+kRNHdfUwFP2Nisqe/sFuUZiVjC9HCUAAAAASUVORK5CYII=) no-repeat 0 0;height:150px;left:167px;opacity:.85;position:absolute;top:8px;width:17px}.p-colorpicker-panel .p-colorpicker-hue-handle{border:2px solid #fff;cursor:pointer;height:10px;left:0;margin-left:-2px;margin-top:-5px;opacity:.85;position:absolute;top:150px;width:21px}.p-colorpicker-panel.p-disabled .p-colorpicker-color-handle,.p-colorpicker-panel.p-disabled .p-colorpicker-hue-handle{opacity:.5}.p-contextmenu{display:none;padding:.25em;position:absolute;width:12.5em}.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;padding:.25em;position:absolute;width:12.5em;z-index:1}.p-contextmenu .p-menuitem-active>.p-submenu-list{display:block}.p-contextmenu .p-menuitem-link{display:block;padding:.25em;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{margin-top:-.5em;position:absolute;right:0;top:50%}.p-contextmenu .p-menuitem-active>.p-submenu>.p-submenu-list{display:block!important}.p-datascroller .p-datascroller-header{border-bottom:0;padding:.5em .75em;text-align:center}.p-datascroller .p-datascroller-footer{border-top:0;padding:.25em .625em;text-align:center}.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{padding:.5em .75em;text-align:center}.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;table-layout:fixed;width:100%}.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{font-weight:700;padding:.25em .5em;text-align:center}.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{border:0;overflow:hidden}.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{border:1px solid #0000;cursor:col-resize;display:block;height:100%;margin:0;padding:0;position:absolute!important;right:0;top:0;width:.5em}.p-datatable .p-column-resizer-helper{display:none;position:absolute;width:1px;z-index:10}.p-datatable .p-datatable-tbody>tr>td.p-cell-editing .p-component{width:100%}.p-datatable-reorder-indicator-down,.p-datatable-reorder-indicator-up{display:none;position:absolute}.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{border:0;clear:left;display:block;float:left;text-align:left;width:100%!important}.p-datatable-responsive .p-datatable-tbody>tr>td .p-column-title{display:inline-block;font-weight:700;margin:-.4em 1em -.4em -.4em;min-width:30%;padding:.4em}}.p-datatable-loading-overlay{-ms-filter:"alpha(opacity=10)";height:100%;opacity:.1;position:absolute;width:100%;z-index:1}.p-datatable-loading-content{left:50%;margin-left:-1em;margin-top:-1em;position:absolute;top:50%;z-index:2}.p-datatable .p-datatable-loading-icon{font-size:2em}.p-dialog{display:none;left:50%;padding:0;position:fixed;top:50%;transform:translateX(-50%) translateY(-50%)}.p-dialog-visible{display:block}.p-dialog .p-dialog-content,.p-dialog .p-dialog-titlebar{border:0;padding:.5em .75em;position:relative}.p-dialog .p-dialog-content{zoom:1;background:0}.p-dialog-resizable .p-dialog-content{overflow:auto}.p-dialog .p-resizable-handle{bottom:3px;cursor:se-resize;display:block;font-size:.1px;height:14px;position:absolute;right:3px;width:14px}.p-draggable .p-dialog-titlebar{cursor:move}.p-dialog .p-dialog-titlebar-icons{float:right}.p-dialog .p-dialog-titlebar-icons:after{clear:both;content:"";display:table}.p-dialog .p-dialog-titlebar-icon{border:1px solid #0000;cursor:pointer;display:inline-block;padding:.125em;text-decoration:none;vertical-align:middle}.p-dialog .p-dialog-titlebar-icon span{display:block;margin:0}.p-dialog-footer{border-width:1px 0 0;padding:1em;text-align:right}.p-dialog-mask{height:100%;position:fixed;width: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;margin-right:.5em;vertical-align:middle}.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;transform:translateX(-50%) translateY(-50%) scale(.7)}.p-dialog-enter-active{opacity: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{display:block;opacity:1}.p-dialog-exit-active{opacity:0;transition:all 75ms cubic-bezier(.4,0,.2,1)}.p-dialog-exit-done{display:none}.p-dialog-maximized{left:0;top:0;transform:none;transition:none;width:100vw!important}.p-dialog-maximized .p-dialog-content{transition:height .3s}.p-dropdown{cursor:pointer;display:inline-block;min-width:12.5em;position:relative;vertical-align:middle}.p-dropdown .p-dropdown-hidden-select{clip:auto;bottom:0}.p-dropdown .p-dropdown-hidden-select select{clip:rect(0,0,0,0);height:1px;pointer-events:none;position:absolute;top:0;transform:none}.p-dropdown .p-dropdown-clear-icon{font-size:1em;height:1em;margin-top:-.5em;position:absolute;right:2em;top:50%}.p-dropdown .p-dropdown-trigger{border-bottom:0;border-right:0;border-top:0;cursor:pointer;height:100%;padding:0 .25em;position:absolute;right:0;top:0;width:1.5em}.p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon{left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%}.p-dropdown .p-dropdown-label{border:0;display:block;font-weight:400;overflow:hidden;padding-right:1.5em;white-space:nowrap;width:100%}.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{height:auto;position:absolute}.p-dropdown-panel .p-dropdown-items-wrapper{overflow:auto}.p-dropdown-panel .p-dropdown-item{border:0;cursor:pointer;font-weight:400;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{border:0;list-style-type:none;margin:0;padding:.4em}.p-dropdown-panel .p-dropdown-filter{box-sizing:border-box;padding-right:1.5em;width:100%}.p-dropdown-panel .p-dropdown-filter-container{display:inline-block;margin:0;padding:.4em;position:relative}.p-dropdown-panel .p-dropdown-filter-container .p-dropdown-filter-icon{position:absolute;right:1em;top:.8em}.p-fluid .p-dropdown{min-width:100%;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{cursor:pointer;display:block;padding:.5em 1em;white-space:nowrap}.p-fieldset .p-fieldset-toggler{display:inline-block;margin-right:.1em;vertical-align:middle}.p-fieldset .p-fieldset-legend-text{vertical-align:middle}.p-fieldset-content-wrapper-collapsed{max-height:0;overflow:hidden;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{border-bottom:0;padding:.5em}.p-fileupload-buttonbar .p-button{margin-right:.25em;vertical-align:middle}.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{border:0;height:.25em;left:0;position:absolute;top:1px;width:100%}.p-fileupload-content .p-progressbar-value{border:0;border-radius:0}.p-fileupload-choose{overflow:hidden;position:relative}.p-fileupload-choose input[type=file]{cursor:pointer;direction:ltr;filter:alpha(opacity=0);font-size:100px;margin:0;min-height:100%;opacity:0;position:absolute;right:0;text-align:right;top:0}.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{right:20px;top:20px}.p-growl.p-growl-topleft{left:20px;top:20px}.p-growl.p-growl-bottomleft{bottom:20px;left:20px}.p-growl.p-growl-bottomright{bottom:20px;right:20px}.p-growl-item-container{margin:0 0 10px;position:relative}.p-growl-item{display:block;padding:.5em 1em;position:relative}.p-growl-item p{margin:0;padding:0}.p-growl-icon-close{cursor:pointer;position:absolute;right:4px;top:4px}.p-growl-title{display:block;font-weight:700;padding:0 0 .5em}.p-growl-image{display:inline-block;font-size:2em;left:.5em;padding:0;position:absolute;top:.25em}.p-growl-message{margin-left:2.5em;padding:0 0 .25em}.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{margin-bottom:0;max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(0,1,0,1),margin-bottom .5s cubic-bezier(0,1,0,1)}.p-inplace .p-inplace-display{border:0;cursor:pointer;display:inline;font-weight:400;padding:.25em}.p-inplace .p-inplace-content{display:inline}.p-inputswitch{display:inline-block;height:1.75em;position:relative;width:3em}.p-inputswitch-slider{border-radius:30px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.p-inputswitch-slider:before{border-radius:50%;bottom:.25em;content:"";height:1.25em;left:.25em;position:absolute;transition:.3s;width:1.25em}.p-inputswitch-checked .p-inputswitch-slider:before{transform:translateX(1.25em)}.p-inputtext{font-weight:400;margin:0;outline:medium none;padding:.25em}.p-fluid .p-inputtext{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.p-inputgroup{display:flex}.p-inputgroup .p-inputgroup-addon{border-style:solid;border-width:1px;display:inline-block;min-width:1.5em;padding:.25em;text-align:center}.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-bottom-left-radius:0;border-left:0;border-top-left-radius: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-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.p-inputgroup .p-button{border-radius:0;margin-right:0}.p-fluid .p-inputgroup .p-button{width:auto}.p-fluid .p-inputgroup .p-inputtext{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{color:#898989;font-weight:400;left:.25em;line-height:1;margin-top:-.5em;pointer-events:none;position:absolute;top:50%;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}.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{font-size:12px;top:-.75em}.p-float-label .input:-webkit-autofill~label{font-size:12px;top:-20px}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-lightbox{left:50%;position:fixed;top:50%;transform:translateX(-50%) translateY(-50%)}.p-lightbox-content-wrapper{position:relative}.p-lightbox-content{background-color:#000;margin:0;padding:0;position:relative;transition-property:width,height}.p-lightbox-nav-left,.p-lightbox-nav-right{cursor:pointer;position:absolute;top:50%;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{display:none;padding:.2em .4em}.p-lightbox-caption-text{float:left;margin:.3em 0 .1em}.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{border:0;cursor:pointer;font-weight:400;margin-bottom:1px;padding:.25em}.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{cursor:pointer;display:inline-block;vertical-align:middle}.p-listbox-header .p-listbox-filter-container{display:inline-block;position:relative;vertical-align:middle;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{left:.25em;position:absolute;top:.25em}.p-listbox-header .p-inputtext{padding:.125em .125em .125em 1.25em;width:100%}.p-megamenu{padding:.25em}.p-megamenu-root-list{list-style:none;margin:0;padding:0}.p-megamenu-root-list>.p-menuitem{position:relative}.p-megamenu .p-menuitem-link{display:block;padding:.25em;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{list-style:none;margin:0;padding:0;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{margin-left:.25em;vertical-align:middle}.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{height:1em;margin-top:-.5em;position:absolute;right:0;top:50%;width:1em}.p-megamenu .p-grid{flex-wrap:nowrap}.p-menu{padding:.25em;width:12.5em}.p-menu.p-menu-dynamic{display:none;position:absolute}.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{margin:.125em 0;padding:.25em .5em}.p-menu .p-menuitem{margin:.125em 0}.p-menu .p-menuitem-link{display:block;padding:.25em;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{clear:both;content:"";display:table}.p-menubar ul{list-style:none;margin:0;padding:0}.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{margin-left:.25em;vertical-align:middle}.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;min-width:12.5em;padding:.25em;position:absolute}.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{margin-top:-.5em;position:absolute;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;display:inline-block;margin:0 .25em;padding:.25em .5em;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;font-size:2em;padding:0;vertical-align:middle}.p-messages .p-messages-summary{font-weight:700;margin-left:.25em}.p-messages .p-messages-detail{margin-left:.25em}.p-messages ul{display:inline-block;list-style-type:none;margin:0;padding:0;vertical-align:middle}.p-messages.p-messages-noicon ul{margin:0 1.5em 0 0}.p-messages .p-messages-close{cursor:pointer;position:absolute;right:5px;top: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{margin-bottom:0;max-height:0;overflow:hidden;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{display:table-cell;height:12.5em;padding:0 .25em;vertical-align:middle}.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{height:12.5em;list-style-type:none;margin:0;overflow:auto;padding:0;width:12.5em}.p-orderlist .p-orderlist-caption{border-bottom:0;padding:.5em .75em;text-align:center}.p-orderlist .p-orderlist-list .p-orderlist-item{border:0;cursor:pointer;font-weight:inherit;margin:1px;padding:.125em}.p-orderlist .p-orderlist-filter-container{border-bottom:0;padding:.5em .6em;position:relative;width:100%}.p-orderlist .p-orderlist-filter-container .p-inputtext{text-indent:1.1em;width:100%}.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon{left:1em;margin-top:-.6em;position:absolute;top:50%}.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{padding-right:.5em;width:16.66666%}.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{display:block;height:auto;text-align:center;width:100%}.p-orderlist.p-orderlist-responsive .p-orderlist-controls .p-button{display:inline-block;margin-right:.25em;width:20%}.p-orderlist.p-orderlist-responsive .p-orderlist-list-container{display:block;width:100%}}.p-multiselect{cursor:pointer;display:inline-block;position:relative;width:auto}.p-multiselect .p-multiselect-trigger{border-bottom:0;border-right:0;border-top:0;cursor:pointer;height:100%;padding:0 .25em;position:absolute;right:0;top:0;width:1.5em}.p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon{left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%}.p-multiselect .p-multiselect-label-container{overflow:hidden}.p-multiselect .p-multiselect-label{border:0;cursor:pointer;display:block;overflow:hidden;padding:.25em 2em .25em .25em;text-overflow:ellipsis;width:auto}.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{min-width:10em;padding:.2em;position:absolute}.p-multiselect .p-multiselect-panel{min-width:100%}.p-multiselect-panel .p-multiselect-items-wrapper{overflow:auto;padding:.2em 0;position:relative}.p-multiselect-panel .p-multiselect-list{border:0;list-style-type:none;margin:0}.p-multiselect-panel .p-multiselect-item{border:0;cursor:pointer;display:block;font-weight:400;margin:1px 0;padding:.125em .25em;position:relative;text-align:left;white-space:nowrap}.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{cursor:pointer;display:inline-block;vertical-align:middle}.p-multiselect-header .p-multiselect-filter-container{display:inline-block;position:relative;vertical-align:middle;width:65%}.p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon{left:.125em;position:absolute;top:.25em}.p-multiselect-header .p-inputtext{padding:.125em .125em .125em 1.25em;width:100%}.p-multiselect-header .p-multiselect-close{border:0;display:block;position:absolute;right:.375em;top:.375em}.p-multiselect-header a.p-multiselect-all,.p-multiselect-header a.p-multiselect-none{display:block;float:left;margin-right:10px}.p-multiselect-header .p-multiselect-close.p-state-hover{padding:0}.p-fluid .p-multiselect{box-sizing:border-box;width:100%}.p-organizationchart .p-organizationchart-table{border-collapse:initial;border-spacing:0;margin:0 auto}.p-organizationchart .p-organizationchart-table>tbody>tr>td{padding:0 .75em;text-align:center;vertical-align:top}.p-organizationchart .p-organizationchart-node-content{display:inline-block;padding:.5em .75em;position:relative}.p-organizationchart .p-organizationchart-node-content .p-node-toggler{bottom:-9px;left:50%;margin-left:-8px;position:absolute;user-select:none;-moz-user-select:none;-webkit-user-select:none;z-index:2}.p-organizationchart .p-organizationchart-line-down{float:none;height:20px;margin:0 auto;width:1px}.p-organizationchart .p-organizationchart-line-left,.p-organizationchart .p-organizationchart-line-right{border-radius:0;float:none}.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node{cursor:pointer}.p-overlaypanel{display:none;margin:10px 0 0;padding:0;position:absolute}.p-overlaypanel-flipped{margin-bottom:10px;margin-top:0}.p-overlaypanel-content{padding:.5em 1em}.p-overlaypanel-close{border-radius:100%;height:2em;line-height:2em;position:absolute;right:-1em;text-align:center;top:-1em;width:2em}.p-overlaypanel-close-icon{line-height:inherit}.p-overlaypanel:after,.p-overlaypanel:before{border:solid #0000;bottom:100%;content:" ";height:0;left:1.25em;pointer-events:none;position:absolute;width:0}.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:#0000}.p-paginator{margin:0;padding:.125em;text-align:center}.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{zoom:1;display:inline-block;height:1.5em;line-height:1.5em;margin-left:.063em;margin-right:.063em;position:relative;text-align:center;text-decoration:none;vertical-align:middle;width:1.5em}.p-paginator .p-paginator-pages{line-height:1;width:auto}.p-paginator .p-paginator-icon{display:block;height:1em;left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%;width:1em}.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{background-image:none;margin-left:1em;margin-right:1em}.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{margin-left:.375em;min-width:4em}.p-fluid .p-paginator .p-dropdown{width:auto}.p-paginator .p-paginator-current{height:auto;width:auto}.p-panel{padding:.2em}.p-panel .p-panel-titlebar{padding:.5em .75em}.p-panel .p-panel-titlebar-icon{cursor:pointer;float:right;height:1.25em;line-height:1.25em;text-align:center;width:1.25em}.p-panel .p-panel-titlebar-icon span{line-height:inherit;margin-top:-1px}.p-panel .p-panel-content{background:0;border: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{zoom:1;margin:-1px 0 0}.p-panelmenu .p-panelmenu-header-link{display:block;padding:.5em;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{border-top:0;margin-bottom:1px;padding:.25em}.p-panelmenu .p-submenu-list{list-style:none;margin:0 0 0 1.5em;padding:0}.p-panelmenu .p-panelmenu-content>.p-panelmenu-root-submenu.p-submenu-list{margin-left:0}.p-panelmenu .p-menuitem{margin:.125em 0;overflow:hidden}.p-panelmenu .p-menuitem-link{display:block;padding:.25em;text-decoration:none}.p-password-panel{margin-top:2px;padding:.25em .5em}.p-password-panel .p-password-meter{background:#0000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAAAoAgMAAABhr+t0AAAADFBMVEXx8fHjHD39uB5KpWRhxht7AAAAJUlEQVR4AWMYDGAUhCKBgAFSNqpsFS5AR2Wjyv4TAz7QVNmoMgB5UksJhzldcwAAAABJRU5ErkJggg==) no-repeat 0 0;height:10px;margin:0;padding: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{height:12.5em;list-style-type:none;margin:0;overflow:auto;padding:0;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{border:0;cursor:pointer;font-weight:inherit}.p-picklist .p-picklist-caption{border-bottom:0;padding:.5em .75em;text-align:center}.p-picklist table{border-collapse:collapse;width:100%}.p-picklist .p-picklist-filter-container{border-bottom:0;padding:.5em .6em;position:relative;width:100%}.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{left:1em;margin-top:-.6em;position:absolute;top:50%}.p-picklist{display:table}.p-picklist>div{display:table-cell;float:none;vertical-align:top}.p-picklist .p-picklist-buttons{vertical-align:middle}.p-picklist.p-picklist-vertical{display:table}.p-picklist.p-picklist-vertical>div{display:table-row;float:none;vertical-align:top}.p-picklist.p-picklist-vertical .p-picklist-buttons{height:auto;text-align:center}.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{height:auto;padding:.4em 0;text-align:center}.p-picklist.p-picklist-responsive .p-picklist-buttons button{display:inline-block;margin-bottom:0;margin-right:.25em;width:20%}.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;overflow:hidden;position:relative;text-align:left}.p-progressbar-determinate .p-progressbar-value{border:0;display:none;height:100%;position:absolute;width:0}.p-progressbar-determinate .p-progressbar-value-animate{transition:width 1s ease-in-out}.p-progressbar-determinate .p-progressbar-label{font-weight:700;height:100%;position:absolute;text-align:center;width:100%}.p-progressbar-indeterminate{height:.5em}.p-progressbar-indeterminate .p-progressbar-value{border:0}.p-progressbar-indeterminate .p-progressbar-value:before{animation:p-progressbar-indeterminate-anim 2.1s cubic-bezier(.65,.815,.735,.395) infinite;background-color:inherit;bottom:0;content:"";left:0;position:absolute;top:0;will-change:left,right}.p-progressbar-indeterminate .p-progressbar-value:after{animation:p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s;background-color:inherit;bottom:0;content:"";left:0;position:absolute;top:0;will-change:left,right}@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-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.p-progress-spinner{display:inline-block;height:100px;margin:0 auto;position:relative;width:100px}.p-progress-spinner:before{content:"";display:block;padding-top:100%}.p-progress-spinner-svg{animation:p-progress-spinner-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;transform-origin:center center;width:100%}.p-progress-spinner-circle{stroke-dasharray:89,200;stroke-dashoffset:0;stroke:#d62d20;stroke-linecap:round;animation:p-progress-spinner-dash 1.5s ease-in-out infinite,p-progress-spinner-color 6s ease-in-out infinite}@keyframes p-progress-spinner-rotate{to{transform:rotate(1turn)}}@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-color{0%,to{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}.p-radiobutton{cursor:pointer;display:inline-block;margin-right:.25em;user-select:none;-moz-user-select:none;-webkit-user-select:none;vertical-align:middle}.p-radiobutton .p-radiobutton-box{border-radius:100%;height:1.125em;line-height:1.125em;position:relative;text-align:center;width:1.125em}.p-radiobutton .p-radiobutton-icon{display:block;height:1em;left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%;width:1em}.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{float:left;height:100%;overflow:hidden;position:relative;width:100%;z-index:1}.p-scrollpanel-content{box-sizing:border-box;height:calc(100% + 18px);overflow:auto;padding:0 18px 18px 0;position:relative;width:calc(100% + 18px)}.p-scrollpanel-bar{background:#c1c1c1;border-radius:3px;cursor:pointer;opacity:0;position:relative;transition:opacity .25s linear;z-index:2}.p-scrollpanel-bar-y{top:0;width:9px}.p-scrollpanel-bar-x{bottom:0;height:9px}.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;-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{padding:.5em 1em;position:fixed;transition:transform .3s}.p-sidebar-left{height:100%;left:0;top:0;transform:translateX(-100%);width:20em}.p-sidebar-right{height:100%;right:0;top:0;transform:translateX(100%);width:20em}.p-sidebar-top{height:10em;left:0;top:0;transform:translateY(-100%);width:100%}.p-sidebar-bottom{bottom:0;height:10em;left:0;transform:translateY(100%);width:100%}.p-sidebar-full{height:100%;left:0;transition:transform 0s;width:100%}.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{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{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{height:100%;position:fixed;width:100%}.p-sidebar-close{cursor:pointer;float:right}@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{padding:.25em;width:12.5em}.p-slidemenu.p-slidemenu-dynamic{display:none;position:absolute}.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;padding:.25em;position:absolute;top:0;width:12.5em}.p-slidemenu .p-menuitem-link{display:block;padding:.25em;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{margin:.125em 0;position:relative}.p-slidemenu .p-menuitem-link .p-submenu-icon{margin-top:-.5em;position:absolute;right:0;top:50%}.p-slidemenu .p-slidemenu-wrapper{position:relative}.p-slidemenu .p-slidemenu-content{height:100%;overflow-x:hidden;overflow-y:auto;position:relative}.p-slidemenu-backward{bottom:0;cursor:pointer;padding:.25em;position:absolute;width:100%}.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{cursor:default;height:1.2em;position:absolute;touch-action:none;width:1.2em}.p-slider .p-slider-range{background-position:0 0;border:0;display:block;font-size:.7em;position:absolute}.p-slider-horizontal{height:.8em}.p-slider-horizontal .p-slider-handle{margin-left:-.6em;top:-.3em}.p-slider-horizontal .p-slider-range{height:100%;top:0}.p-slider-vertical{height:100px;width:.8em}.p-slider-vertical .p-slider-handle{left:-.3em;margin-bottom:-.6em;margin-left:0}.p-slider-vertical .p-slider-range{bottom:0;left:0;width:100%}.p-spinner{display:inline-block;overflow:visible;padding:0;position:relative;vertical-align:middle}.p-spinner-input{padding-right:1.5em;vertical-align:middle}.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{left:50%;margin-left:-.5em;margin-top:-.5em;position:absolute;top:50%;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{zoom:1;display:inline-block;position:relative}.p-splitbutton .p-button.p-splitbutton-menubutton{vertical-align:top;width:2em}.p-splitbutton.p-disabled button{cursor:default}.p-fluid .p-splitbutton{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100%}.p-fluid .p-splitbutton .p-button:first-child{width:calc(100% - 2em)}.p-fluid .p-splitbutton .p-button.p-splitbutton-menubutton{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:2em}.p-splitbutton.p-button-secondary .p-button:first-child{border-right:0}.p-steps ul{list-style-type:none;margin:0;padding:0}.p-steps ul:after{clear:both;content:"";display:table}.p-steps .p-steps-item{box-sizing:border-box;cursor:pointer;float:left}.p-steps.p-steps-readonly .p-steps-item{cursor:auto}.p-steps .p-steps-item .p-menuitem-link{display:block;padding:1em;position:relative;text-align:center;text-decoration:none}.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{display:block;font-size:2em}.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{border-bottom:0;display:block;float:left;list-style:none;margin:0 .2em 1px 0;padding:0;position:relative;top:1px;white-space:nowrap}.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{clear:both;content:"";display:table}.p-tabview .p-tabview-nav li{float:left;list-style:none;margin:0 .125em 1px 0;padding:0;position:relative;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-nav li a,.p-tabview.p-tabview-collapsible .p-tabview-nav li.p-tabview-selected a{cursor:pointer}.p-tabview .p-tabview-panel{background:0;border-width:0;padding:1em}.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{cursor:pointer;margin:.5em .3em 0 0}.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{background-image:none;float:left;height:300px;padding-top:1px;width:25%}.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{border-right:0;margin:0 0 1px}.p-tabview.p-tabview-right>.p-tabview-nav{background-image:none;float:right;height:300px;padding-top:1px;width:25%}.p-tabview.p-tabview-right>.p-tabview-panels{float:left;width:75%}.p-tabview.p-tabview-right>.p-tabview-nav li{border-left:0;margin:0 0 1px}.p-rtl .p-tabview .p-tabview-nav li{float:right}.p-tieredmenu{padding:.25em;width:12.5em}.p-tieredmenu.p-tieredmenu-dynamic{display:none;position:absolute}.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;padding:.25em;position:absolute;width:12.5em;z-index:1}.p-tieredmenu .p-menuitem-link{display:block;padding:.25em;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{margin:.125em 0;position:relative}.p-tieredmenu .p-menuitem-link .p-submenu-icon{margin-top:-.5em;position:absolute;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{clear:both;content:"";display:table}.p-toolbar-group-left{float:left}.p-toolbar-group-right{float:right}.p-tooltip{display:none;max-width:12.5em;padding:.25em .5em;position:absolute}.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{background-color:#4c4c4c;color:#fff;padding:.125em .5em;white-space:pre-line}.p-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.p-tooltip-right .p-tooltip-arrow{border-right-color:#4c4c4c;border-width:.25em .25em .25em 0;left:0;margin-top:-.25em;top:50%}.p-tooltip-left .p-tooltip-arrow{border-left-color:#4c4c4c;border-width:.25em 0 .25em .25em;margin-top:-.25em;right:0;top:50%}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{border-top-color:#4c4c4c;border-width:.25em .25em 0;bottom:0;left:50%;margin-left:-.25em}.p-tooltip-bottom .p-tooltip-arrow{border-bottom-color:#4c4c4c;border-width:0 .25em .25em;left:50%;margin-left:-.25em;top:0}.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:initial;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{box-sizing:border-box;padding-right:1.5em;width:100%}.p-tree .p-tree-filter-container{display:inline-block;margin:0;padding:.4em;position:relative;width:100%}.p-tree .p-tree-filter-container .p-tree-filter-icon{position:absolute;right:1em;top:.8em}.p-fluid .p-tree{width:100%}.p-tree-horizontal{overflow:auto;padding:.5em 0;width: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{margin:0;vertical-align:middle}.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.39c65dcc08f7edb347b6.gif) repeat-x scroll 50% #0000;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{margin:0;padding: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.39c65dcc08f7edb347b6.gif) repeat-y scroll 0 0 #0000;width:1px}.p-tree.p-tree-horizontal table{height:0}.p-tree.p-tree-horizontal .p-checkbox{margin-right:.25em;vertical-align:bottom}.p-tree.p-tree-loading{min-height:4em;position:relative}.p-tree .p-tree-loading-mask{-ms-filter:"alpha(opacity=10)";height:100%;opacity:.1;position:absolute;width:100%;z-index:1}.p-tree .p-tree-loading-content{left:50%;margin-left:-1em;margin-top:-1em;position:absolute;top:50%;z-index:2}.p-tree .p-tree-loading-content .p-tree-loading-icon{font-size:2em}.p-treetable{position:relative}.p-treetable table{border-collapse:collapse;table-layout:fixed;width:100%}.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{font-weight:700;padding:.25em .5em;text-align:center}.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{border:0;overflow:hidden}.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{border:1px solid #0000;cursor:col-resize;display:block;height:100%;margin:0;padding:0;position:absolute!important;right:0;top:0;width:.5em}.p-treetable .p-column-resizer-helper{display:none;position:absolute;width:1px;z-index:10}.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{display:none;position:absolute}.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{border:0;clear:left;display:block;float:left;text-align:left;width:100%!important}.p-treetable-responsive .p-treetable-tbody>tr>td .p-column-title{display:inline-block;font-weight:700;margin:-.4em 1em -.4em -.4em;min-width:30%;padding:.4em}}.p-treetable-loading-overlay{-ms-filter:"alpha(opacity=10)";height:100%;opacity:.1;position:absolute;width:100%;z-index:1}.p-treetable-loading-content{left:50%;margin-left:-1em;margin-top:-1em;position:absolute;top:50%;z-index:2}.p-treetable .p-treetable-loading-icon{font-size:2em}@font-face{html.honeywell-dark-theme{font-family:Honeywell Sans Web;font-family:Honeywell-Global;font-family:Honeywell-Flight;font-family:Honeywell-Addons;font-family:Honeywell-Buildings;font-family:Honeywell-Weather;font-family:Honeywell-Icons;font-style:normal;font-style:bold;font-style:italic;font-weight:200;font-weight:300;font-weight:400;font-weight:600;font-weight:700;font-weight:800;src:url(/static/media/HoneywellSansWeb-Light.2946f6a93cb1ae703d64.eot);src:url(/static/media/HoneywellSansWeb-Light.2946f6a93cb1ae703d64.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Light.989bc07b007a26972a9e.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Light.efb2601390986d826296.woff) format("woff"),url(/static/media/HoneywellSansWeb-Light.7223928a402e367c9a7c.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Book.dd2b4cbc4ee799e1500b.eot);src:url(/static/media/HoneywellSansWeb-Book.dd2b4cbc4ee799e1500b.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Book.37c7e448ac642689d28b.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Book.0cbc1b15ff09e8f33041.woff) format("woff"),url(/static/media/HoneywellSansWeb-Book.949e5584bdb51a4846fe.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Medium.c233ee8d98a8e0123e40.eot);src:url(/static/media/HoneywellSansWeb-Medium.c233ee8d98a8e0123e40.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Medium.c07dab7664054a00dddf.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Medium.b5b3ec6c27cd2c413557.woff) format("woff"),url(/static/media/HoneywellSansWeb-Medium.31888dcf1424a035dd46.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Bold.b170fae121a64b9552cc.eot);src:url(/static/media/HoneywellSansWeb-Bold.b170fae121a64b9552cc.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Bold.d727655d36b1047b40ef.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Bold.dab3d9c12e74cf10c495.woff) format("woff"),url(/static/media/HoneywellSansWeb-Bold.3b1bfb9043b0c0200d35.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Extrabold.93db4fa11b280eb79fbf.eot);src:url(/static/media/HoneywellSansWeb-Extrabold.93db4fa11b280eb79fbf.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Extrabold.841e6c13e4f88bc2dd85.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Extrabold.9c9a5e673523461784fc.woff) format("woff"),url(/static/media/HoneywellSansWeb-Extrabold.55e30de00d65c230e96a.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Black.b49b0819c6ed886a5f97.eot);src:url(/static/media/HoneywellSansWeb-Black.b49b0819c6ed886a5f97.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Black.73463df0746bb3f747b2.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Black.96271d50d0d0c241b8dd.woff) format("woff"),url(/static/media/HoneywellSansWeb-Black.94849f04148322aacaeb.svg) format("svg");src:url(/static/media/HoneywellSansWeb-LightItalic.f17dbc6a39bc454b3d47.eot);src:url(/static/media/HoneywellSansWeb-LightItalic.f17dbc6a39bc454b3d47.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-LightItalic.35109f7bfbdfa54df0cc.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-LightItalic.af70aa615da352186728.woff) format("woff"),url(/static/media/HoneywellSansWeb-LightItalic.33dce613ba6c6cd250fb.svg) format("svg");src:url(/static/media/HoneywellSansWeb-BookItalic.116033589d47120f643b.eot);src:url(/static/media/HoneywellSansWeb-BookItalic.116033589d47120f643b.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BookItalic.5607fa297bd42a08d43c.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BookItalic.7276e006ded8639fd539.woff) format("woff"),url(/static/media/HoneywellSansWeb-BookItalic.964b60fff1ac003acaa3.svg) format("svg");src:url(/static/media/HoneywellSansWeb-MediumItalic.13198b08fc3ac8eb43a5.eot);src:url(/static/media/HoneywellSansWeb-MediumItalic.13198b08fc3ac8eb43a5.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-MediumItalic.24fe543c8647b354c714.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-MediumItalic.61b10c68cdd76be33157.woff) format("woff"),url(/static/media/HoneywellSansWeb-MediumItalic.089b43e559d5dc2e7d89.svg) format("svg");src:url(/static/media/HoneywellSansWeb-BoldItalic.383d00cbdf85654d86b1.eot);src:url(/static/media/HoneywellSansWeb-BoldItalic.383d00cbdf85654d86b1.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BoldItalic.680980ac103822c9f6ec.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BoldItalic.6f167f930223f4b8be4a.woff) format("woff"),url(/static/media/HoneywellSansWeb-BoldItalic.7cf3c6922b62766c9a0d.svg) format("svg");src:url(/static/media/HoneywellSansWeb-ExtraboldItalic.2c0283e8658f3c700a92.eot);src:url(/static/media/HoneywellSansWeb-ExtraboldItalic.2c0283e8658f3c700a92.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.e2bf1c687c8c7dd274cc.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.9c7c6f05eaa6565627b6.woff) format("woff"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.c51e90449971119a6947.svg) format("svg");src:url(/static/media/HoneywellSansWeb-BlackItalic.8b4e6e3d7e3ecf832c3a.eot);src:url(/static/media/HoneywellSansWeb-BlackItalic.8b4e6e3d7e3ecf832c3a.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BlackItalic.06bf792a3d2aa98dfdc5.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BlackItalic.53384805bf3b5c78f81e.woff) format("woff"),url(/static/media/HoneywellSansWeb-BlackItalic.32009f9e8655fc6587e6.svg) format("svg");src:url(/static/media/Honeywell-Global.0cd0fb670eaa0f3ce68f.eot);src:url(/static/media/Honeywell-Global.0cd0fb670eaa0f3ce68f.eot) format("embedded-opentype"),url(/static/media/Honeywell-Global.354faf0861778e5834fb.ttf) format("truetype"),url(/static/media/Honeywell-Global.6e349f9309c7132b4bed.woff) format("woff"),url(/static/media/Honeywell-Global.5f8537349f218a79c461.svg) format("svg");src:url(/static/media/Honeywell-Flight.91cc6e136667a5751280.eot);src:url(/static/media/Honeywell-Flight.91cc6e136667a5751280.eot) format("embedded-opentype"),url(/static/media/Honeywell-Flight.d038250938c0bd71c67b.woff2) format("woff2"),url(/static/media/Honeywell-Flight.d7862bdf15a0aab434d8.ttf) format("truetype"),url(/static/media/Honeywell-Flight.0798c7a1a65736b65dff.woff) format("woff"),url(/static/media/Honeywell-Flight.417dcd2196f82e2156ec.svg) format("svg");src:url(/static/media/Honeywell-Addons.183c02d0c01d7b7f4392.woff2) format("woff2"),url(/static/media/Honeywell-Addons.30d2c3e2c508f0ed22e5.ttf) format("truetype"),url(/static/media/Honeywell-Addons.3f0d7c7c2e123fc8e49e.woff) format("woff");src:url(/static/media/Honeywell-Buildings.1dd8bba4151166895513.eot);src:url(/static/media/Honeywell-Buildings.1dd8bba4151166895513.eot) format("embedded-opentype"),url(/static/media/Honeywell-Buildings.baa6c19c4987642ffa3e.woff2) format("woff2"),url(/static/media/Honeywell-Buildings.997d8491f8cadc39027e.ttf) format("truetype"),url(/static/media/Honeywell-Buildings.14995eaf56357978c08d.woff) format("woff");src:url(/static/media/Honeywell-Weather.7d55a225e7714966e7b4.eot);src:url(/static/media/Honeywell-Weather.7d55a225e7714966e7b4.eot) format("embedded-opentype"),url(/static/media/Honeywell-Weather.f4f9de368451348e04fc.woff2) format("woff2"),url(/static/media/Honeywell-Weather.f3e037a289def67e64c2.ttf) format("truetype"),url(/static/media/Honeywell-Weather.c6ea1ea76209fa435ea1.woff) format("woff");src:url(/static/media/Honeywell-Icons.e38e70e8576ea82a5d83.woff2) format("woff2"),url(/static/media/Honeywell-Icons.8e411c8328a785a0f589.ttf) format("truetype"),url(/static/media/Honeywell-Icons.aee7917352a45bf68c1a.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-feature-settings:normal;font-family:Icons;font-style:normal;font-variant:normal;font-weight:400;src:url(/static/media/icons.8b43027f47b20503057d.eot);src:url(/static/media/icons.8b43027f47b20503057d.eot) format("embedded-opentype"),url(/static/media/icons.20fd1704ea223900efa9.woff2) format("woff2"),url(/static/media/icons.f691f37e57f04c152e23.woff) format("woff"),url(/static/media/icons.1e59d2330b4c6deb84b3.ttf) format("truetype"),url(/static/media/icons.c1e38fd9e0e74ba58f7a.svg) format("svg");text-decoration:inherit;text-transform:none}}html.honeywell-dark-theme i.icon{speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;font-family:Honeywell-Global,Icons;font-style:normal;font-weight:400;opacity:1;text-align:center;text-decoration:inherit}html.honeywell-dark-theme i.icon:before{background:none!important}html.honeywell-dark-theme i.icon.loading{animation:icon-loading 2s linear infinite;height:1em;line-height:1}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{margin:0;width:auto}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;box-shadow:inset 0 0 0 .1em #0000001a;height:2em!important;line-height:1!important;padding:.5em!important;width: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{transform:scaleX(-1)}html.honeywell-dark-theme i.vertically.flipped.icon{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{transform:rotate(90deg)}html.honeywell-dark-theme i.counterclockwise.rotated.icon,html.honeywell-dark-theme i.left.rotated.icon{transform:rotate(-90deg)}html.honeywell-dark-theme i.bordered.icon{box-shadow:inset 0 0 0 .1em #0000001a;height:2em;line-height:1;padding:.5em .41em!important;vertical-align:initial;width:2em}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{font-size:.4em;line-height:1}html.honeywell-dark-theme i.tiny.icon,html.honeywell-dark-theme i.tiny.icons{font-size:.5em;line-height:1}html.honeywell-dark-theme i.small.icon,html.honeywell-dark-theme i.small.icons{font-size:.75em;line-height:1}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{font-size:1.5em;line-height:1;vertical-align:middle}html.honeywell-dark-theme i.big.icon,html.honeywell-dark-theme i.big.icons{font-size:2em;line-height:1;vertical-align:middle}html.honeywell-dark-theme i.huge.icon,html.honeywell-dark-theme i.huge.icons{font-size:4em;line-height:1;vertical-align:middle}html.honeywell-dark-theme i.massive.icon,html.honeywell-dark-theme i.massive.icons{font-size:8em;line-height:1;vertical-align:middle}html.honeywell-dark-theme i.icons{display:inline-block;line-height:1;position:relative}html.honeywell-dark-theme i.icons .icon{left:50%;margin:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}html.honeywell-dark-theme i.icons .icon:first-child{height:auto;margin-right:.25rem;position:static;transform:none;vertical-align:top;width:auto}html.honeywell-dark-theme i.icons .corner.icon{bottom:0;font-size:.45em;left:auto;right:0;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;top:auto;transform:none}html.honeywell-dark-theme i.icons .top.right.corner.icon{bottom:auto;left:auto;right:0;top:0}html.honeywell-dark-theme i.icons .top.left.corner.icon{bottom:auto;left:0;right:auto;top:0}html.honeywell-dark-theme i.icons .bottom.left.corner.icon{bottom:0;left:0;right:auto;top:auto}html.honeywell-dark-theme i.icons .bottom.right.corner.icon{bottom:0;left:auto;right:0;top:auto}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{align-items:center;color:#e0e0e0;display:inline-flex;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{align-content:center;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif!important;height:100%;justify-content:space-between;width:100%}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{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{align-items:center;display:flex;height:100%;justify-content:center}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{color:#606060;cursor:not-allowed}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;font-size:medium;padding-left:1rem;padding-right:1rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .close-btn{align-content:center;cursor:pointer;display:block;justify-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{border-left:1px solid #fff;margin-right:.5rem;padding-left:.5rem}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{word-wrap:break-word;background:#0000;background-clip:padding-box;border-color:#606060;border-style:solid;text-align:left;white-space:pre-wrap}@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 #0000!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{box-shadow:none!important;outline: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 #0000}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{padding:.687rem .5rem .687rem 1rem;position:relative;text-align:right!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-selection-column .p-checkbox-box{cursor:none;display: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{color:#e0e0e0;color:#a0a0a0;display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;vertical-align:middle;white-space:nowrap}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon{background-image:url(/static/media/Sort-Default.0eb3d5deaa7ca51e6b62.svg);background-repeat:no-repeat;background-size:.75rem .75rem;color:#707070;display:inline-block;height:.75rem;margin-left:.25rem;position:relative;width:.75rem}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.0010d4de3c99bded187b.svg);background-repeat:no-repeat;background-size:.75rem .75rem}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.a7f685946d6850ad9b2e.svg);background-repeat:no-repeat;background-size:.75rem .75rem}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{background:#606060;border-color:#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{background-clip:padding-box;line-height:.5rem;position:relative;text-align:inherit}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{padding-left:0;padding-right:0;text-align:center!important}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{background:#303030;border-bottom:.0625rem solid #606060!important;border-right:0 solid #606060!important;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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;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{padding:.687rem 1rem .687rem 1.5rem;text-align:right}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{border:none;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:0}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td .cell-data-wrap{word-wrap:break-word;padding:5px 1.5rem 5px 1rem;position:relative;white-space:pre-wrap}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td .cell-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}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{padding:.5625rem .5rem .5625rem 1rem;text-align:right!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input{background:#303030;border:.0625rem solid #45a7ea;border-radius:0;box-sizing:border-box;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;height:2rem;letter-spacing:0;line-height:.5rem;margin:0;padding:.6875rem .4375rem;transition:border-color .15s ease-in;width:100%}@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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;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{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus::-moz-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus:-ms-input-placeholder{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}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{align-items:center;background-color:#303030;display:flex;height:100%;justify-content:center;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{animation:load 1s linear 0s infinite normal none running;height:.875rem;opacity:.7;width:100%}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;height:1rem;left:1rem;position:absolute;top:.5625rem;width:1rem}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{background:#303030;border-radius:0;height:1rem;position:relative;width:1rem}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{font-size:.75rem;height:auto;left:auto;line-height:1rem;margin-left:0;margin-top:0;position:static;top:auto;width:auto}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{color:#fff;content:""!important;opacity:1;padding-top:0;transform:scale(1)}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{background:#303030;border:.0625rem solid #606060;margin-right:0!important;padding-right:10px}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box th{border-bottom:none;border-top: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-bottom:none!important;border-right:none!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body{border-bottom:.0625rem solid #606060;border-right:.0625rem solid #606060;min-height:41px}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{background-color:#0006;height:3.3rem;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index: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-left:.0625rem solid #606060;border-right:.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-left:.0625rem solid #606060;border-right:.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{padding-left:1.0625rem;padding-top:.5625rem;position:absolute;transition:background-color .2s,box-shadow .2s;z-index:1}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable-header .select-all-checkbox{padding-left:1rem;padding-top:0;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{border:1px solid #606060;border-bottom:0;height:3rem!important}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{align-items:center;background:#303030;border-color:#606060;color:#fff;display:flex;font-weight:inherit;height:3rem;justify-content:flex-start;padding:0!important}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output{align-items:center;display:flex;padding:0 .25rem}html.honeywell-dark-theme .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output .global-filter{align-items:center;display:flex;height:100%}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{background:#303030;box-shadow:0 4px 8px 0 #00000080;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;text-align:left;width:350px;z-index:500}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel.show{max-height:500px;overflow-y:auto;padding:.75rem 1rem}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{align-content:center;color:#e0e0e0;cursor:pointer;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;justify-content:space-between;letter-spacing:0;line-height:1.375rem}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-section .section-label-icon{color:#fff;cursor:pointer;padding:0!important;transition:color .1s linear}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:gray;cursor:not-allowed}html.honeywell-dark-theme .filter-bar .menu-items .filter-panel .filter-item .reset{color:#e0e0e0;color:#45a7ea;cursor:pointer;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.375rem}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{border-radius:.5rem;height:.5rem;left:.25rem;margin-right:.5rem;position:absolute;top:50%;transform:translateY(-50%);width:.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;border:none;padding:.5625rem 1.5rem .5625rem 1rem;text-align:left}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead>tr>th .p-column-title{color:#e0e0e0;color:#a0a0a0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;text-transform:uppercase!important}html.honeywell-dark-theme .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon{background-image:url(/static/media/Sort-Default.0eb3d5deaa7ca51e6b62.svg);background-repeat:no-repeat;background-size:.75rem .75rem;color:#707070;display:inline-block;height:.75rem;margin-left:.25rem;position:relative;width:.75rem}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.0010d4de3c99bded187b.svg);background-repeat:no-repeat;background-size:.75rem .75rem}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.a7f685946d6850ad9b2e.svg);background-repeat:no-repeat;background-size:.75rem .75rem}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{word-wrap:break-word;border:none;color:#e0e0e0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:.5625rem 1.5rem .5625rem 1rem;position:relative;white-space:pre-wrap}@font-face{html:not(.honeywell-dark-theme){font-family:Honeywell Sans Web;font-family:Honeywell-Global;font-family:Honeywell-Flight;font-family:Honeywell-Addons;font-family:Honeywell-Buildings;font-family:Honeywell-Weather;font-family:Honeywell-Icons;font-style:normal;font-style:bold;font-style:italic;font-weight:200;font-weight:300;font-weight:400;font-weight:600;font-weight:700;font-weight:800;src:url(/static/media/HoneywellSansWeb-Light.2946f6a93cb1ae703d64.eot);src:url(/static/media/HoneywellSansWeb-Light.2946f6a93cb1ae703d64.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Light.989bc07b007a26972a9e.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Light.efb2601390986d826296.woff) format("woff"),url(/static/media/HoneywellSansWeb-Light.7223928a402e367c9a7c.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Book.dd2b4cbc4ee799e1500b.eot);src:url(/static/media/HoneywellSansWeb-Book.dd2b4cbc4ee799e1500b.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Book.37c7e448ac642689d28b.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Book.0cbc1b15ff09e8f33041.woff) format("woff"),url(/static/media/HoneywellSansWeb-Book.949e5584bdb51a4846fe.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Medium.c233ee8d98a8e0123e40.eot);src:url(/static/media/HoneywellSansWeb-Medium.c233ee8d98a8e0123e40.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Medium.c07dab7664054a00dddf.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Medium.b5b3ec6c27cd2c413557.woff) format("woff"),url(/static/media/HoneywellSansWeb-Medium.31888dcf1424a035dd46.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Bold.b170fae121a64b9552cc.eot);src:url(/static/media/HoneywellSansWeb-Bold.b170fae121a64b9552cc.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Bold.d727655d36b1047b40ef.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Bold.dab3d9c12e74cf10c495.woff) format("woff"),url(/static/media/HoneywellSansWeb-Bold.3b1bfb9043b0c0200d35.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Extrabold.93db4fa11b280eb79fbf.eot);src:url(/static/media/HoneywellSansWeb-Extrabold.93db4fa11b280eb79fbf.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Extrabold.841e6c13e4f88bc2dd85.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Extrabold.9c9a5e673523461784fc.woff) format("woff"),url(/static/media/HoneywellSansWeb-Extrabold.55e30de00d65c230e96a.svg) format("svg");src:url(/static/media/HoneywellSansWeb-Black.b49b0819c6ed886a5f97.eot);src:url(/static/media/HoneywellSansWeb-Black.b49b0819c6ed886a5f97.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-Black.73463df0746bb3f747b2.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-Black.96271d50d0d0c241b8dd.woff) format("woff"),url(/static/media/HoneywellSansWeb-Black.94849f04148322aacaeb.svg) format("svg");src:url(/static/media/HoneywellSansWeb-LightItalic.f17dbc6a39bc454b3d47.eot);src:url(/static/media/HoneywellSansWeb-LightItalic.f17dbc6a39bc454b3d47.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-LightItalic.35109f7bfbdfa54df0cc.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-LightItalic.af70aa615da352186728.woff) format("woff"),url(/static/media/HoneywellSansWeb-LightItalic.33dce613ba6c6cd250fb.svg) format("svg");src:url(/static/media/HoneywellSansWeb-BookItalic.116033589d47120f643b.eot);src:url(/static/media/HoneywellSansWeb-BookItalic.116033589d47120f643b.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BookItalic.5607fa297bd42a08d43c.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BookItalic.7276e006ded8639fd539.woff) format("woff"),url(/static/media/HoneywellSansWeb-BookItalic.964b60fff1ac003acaa3.svg) format("svg");src:url(/static/media/HoneywellSansWeb-MediumItalic.13198b08fc3ac8eb43a5.eot);src:url(/static/media/HoneywellSansWeb-MediumItalic.13198b08fc3ac8eb43a5.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-MediumItalic.24fe543c8647b354c714.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-MediumItalic.61b10c68cdd76be33157.woff) format("woff"),url(/static/media/HoneywellSansWeb-MediumItalic.089b43e559d5dc2e7d89.svg) format("svg");src:url(/static/media/HoneywellSansWeb-BoldItalic.383d00cbdf85654d86b1.eot);src:url(/static/media/HoneywellSansWeb-BoldItalic.383d00cbdf85654d86b1.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BoldItalic.680980ac103822c9f6ec.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BoldItalic.6f167f930223f4b8be4a.woff) format("woff"),url(/static/media/HoneywellSansWeb-BoldItalic.7cf3c6922b62766c9a0d.svg) format("svg");src:url(/static/media/HoneywellSansWeb-ExtraboldItalic.2c0283e8658f3c700a92.eot);src:url(/static/media/HoneywellSansWeb-ExtraboldItalic.2c0283e8658f3c700a92.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.e2bf1c687c8c7dd274cc.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.9c7c6f05eaa6565627b6.woff) format("woff"),url(/static/media/HoneywellSansWeb-ExtraboldItalic.c51e90449971119a6947.svg) format("svg");src:url(/static/media/HoneywellSansWeb-BlackItalic.8b4e6e3d7e3ecf832c3a.eot);src:url(/static/media/HoneywellSansWeb-BlackItalic.8b4e6e3d7e3ecf832c3a.eot) format("embedded-opentype"),url(/static/media/HoneywellSansWeb-BlackItalic.06bf792a3d2aa98dfdc5.woff2) format("woff2"),url(/static/media/HoneywellSansWeb-BlackItalic.53384805bf3b5c78f81e.woff) format("woff"),url(/static/media/HoneywellSansWeb-BlackItalic.32009f9e8655fc6587e6.svg) format("svg");src:url(/static/media/Honeywell-Global.0cd0fb670eaa0f3ce68f.eot);src:url(/static/media/Honeywell-Global.0cd0fb670eaa0f3ce68f.eot) format("embedded-opentype"),url(/static/media/Honeywell-Global.354faf0861778e5834fb.ttf) format("truetype"),url(/static/media/Honeywell-Global.6e349f9309c7132b4bed.woff) format("woff"),url(/static/media/Honeywell-Global.5f8537349f218a79c461.svg) format("svg");src:url(/static/media/Honeywell-Flight.91cc6e136667a5751280.eot);src:url(/static/media/Honeywell-Flight.91cc6e136667a5751280.eot) format("embedded-opentype"),url(/static/media/Honeywell-Flight.d038250938c0bd71c67b.woff2) format("woff2"),url(/static/media/Honeywell-Flight.d7862bdf15a0aab434d8.ttf) format("truetype"),url(/static/media/Honeywell-Flight.0798c7a1a65736b65dff.woff) format("woff"),url(/static/media/Honeywell-Flight.417dcd2196f82e2156ec.svg) format("svg");src:url(/static/media/Honeywell-Addons.183c02d0c01d7b7f4392.woff2) format("woff2"),url(/static/media/Honeywell-Addons.30d2c3e2c508f0ed22e5.ttf) format("truetype"),url(/static/media/Honeywell-Addons.3f0d7c7c2e123fc8e49e.woff) format("woff");src:url(/static/media/Honeywell-Buildings.1dd8bba4151166895513.eot);src:url(/static/media/Honeywell-Buildings.1dd8bba4151166895513.eot) format("embedded-opentype"),url(/static/media/Honeywell-Buildings.baa6c19c4987642ffa3e.woff2) format("woff2"),url(/static/media/Honeywell-Buildings.997d8491f8cadc39027e.ttf) format("truetype"),url(/static/media/Honeywell-Buildings.14995eaf56357978c08d.woff) format("woff");src:url(/static/media/Honeywell-Weather.7d55a225e7714966e7b4.eot);src:url(/static/media/Honeywell-Weather.7d55a225e7714966e7b4.eot) format("embedded-opentype"),url(/static/media/Honeywell-Weather.f4f9de368451348e04fc.woff2) format("woff2"),url(/static/media/Honeywell-Weather.f3e037a289def67e64c2.ttf) format("truetype"),url(/static/media/Honeywell-Weather.c6ea1ea76209fa435ea1.woff) format("woff");src:url(/static/media/Honeywell-Icons.e38e70e8576ea82a5d83.woff2) format("woff2"),url(/static/media/Honeywell-Icons.8e411c8328a785a0f589.ttf) format("truetype"),url(/static/media/Honeywell-Icons.aee7917352a45bf68c1a.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-feature-settings:normal;font-family:Icons;font-style:normal;font-variant:normal;font-weight:400;src:url(/static/media/icons.8b43027f47b20503057d.eot);src:url(/static/media/icons.8b43027f47b20503057d.eot) format("embedded-opentype"),url(/static/media/icons.20fd1704ea223900efa9.woff2) format("woff2"),url(/static/media/icons.f691f37e57f04c152e23.woff) format("woff"),url(/static/media/icons.1e59d2330b4c6deb84b3.ttf) format("truetype"),url(/static/media/icons.c1e38fd9e0e74ba58f7a.svg) format("svg");text-decoration:inherit;text-transform:none}}html:not(.honeywell-dark-theme) i.icon{speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:inline-block;font-family:Honeywell-Global,Icons;font-style:normal;font-weight:400;opacity:1;text-align:center;text-decoration:inherit}html:not(.honeywell-dark-theme) i.icon:before{background:none!important}html:not(.honeywell-dark-theme) i.icon.loading{animation:icon-loading 2s linear infinite;height:1em;line-height:1}@keyframes icon-loading{0%{transform:rotate(0deg)}to{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{margin:0;width:auto}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;box-shadow:inset 0 0 0 .1em #0000001a;height:2em!important;line-height:1!important;padding:.5em!important;width: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{transform:scaleX(-1)}html:not(.honeywell-dark-theme) i.vertically.flipped.icon{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{transform:rotate(90deg)}html:not(.honeywell-dark-theme) i.counterclockwise.rotated.icon,html:not(.honeywell-dark-theme) i.left.rotated.icon{transform:rotate(-90deg)}html:not(.honeywell-dark-theme) i.bordered.icon{box-shadow:inset 0 0 0 .1em #0000001a;height:2em;line-height:1;padding:.5em .41em!important;vertical-align:initial;width:2em}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{font-size:.4em;line-height:1}html:not(.honeywell-dark-theme) i.tiny.icon,html:not(.honeywell-dark-theme) i.tiny.icons{font-size:.5em;line-height:1}html:not(.honeywell-dark-theme) i.small.icon,html:not(.honeywell-dark-theme) i.small.icons{font-size:.75em;line-height:1}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{font-size:1.5em;line-height:1;vertical-align:middle}html:not(.honeywell-dark-theme) i.big.icon,html:not(.honeywell-dark-theme) i.big.icons{font-size:2em;line-height:1;vertical-align:middle}html:not(.honeywell-dark-theme) i.huge.icon,html:not(.honeywell-dark-theme) i.huge.icons{font-size:4em;line-height:1;vertical-align:middle}html:not(.honeywell-dark-theme) i.massive.icon,html:not(.honeywell-dark-theme) i.massive.icons{font-size:8em;line-height:1;vertical-align:middle}html:not(.honeywell-dark-theme) i.icons{display:inline-block;line-height:1;position:relative}html:not(.honeywell-dark-theme) i.icons .icon{left:50%;margin:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}html:not(.honeywell-dark-theme) i.icons .icon:first-child{height:auto;margin-right:.25rem;position:static;transform:none;vertical-align:top;width:auto}html:not(.honeywell-dark-theme) i.icons .corner.icon{bottom:0;font-size:.45em;left:auto;right:0;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;top:auto;transform:none}html:not(.honeywell-dark-theme) i.icons .top.right.corner.icon{bottom:auto;left:auto;right:0;top:0}html:not(.honeywell-dark-theme) i.icons .top.left.corner.icon{bottom:auto;left:0;right:auto;top:0}html:not(.honeywell-dark-theme) i.icons .bottom.left.corner.icon{bottom:0;left:0;right:auto;top:auto}html:not(.honeywell-dark-theme) i.icons .bottom.right.corner.icon{bottom:0;left:auto;right:0;top:auto}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{align-items:center;color:#303030;display:inline-flex;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{align-content:center;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif!important;height:100%;justify-content:space-between;width:100%}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{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{align-items:center;display:flex;height:100%;justify-content:center}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{color:#a0a0a0;cursor:not-allowed}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;font-size:medium;padding-left:1rem;padding-right:1rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .action-bar .close-btn{align-content:center;cursor:pointer;display:block;justify-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{border-left:1px solid #fff;margin-right:.5rem;padding-left:.5rem}@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{word-wrap:break-word;background:#0000;background-clip:padding-box;border-color:#d0d0d0;border-style:solid;text-align:left;white-space:pre-wrap}@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 #0000!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{box-shadow:none!important;outline: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 #0000}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{padding:.687rem .5rem .687rem 1rem;position:relative;text-align:right!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th.p-selection-column .p-checkbox-box{cursor:none;display: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{color:#606060;display:inline-block;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;max-width:calc(100% - 1rem);overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;vertical-align:middle;white-space:nowrap}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-thead th .p-sortable-column-icon{background-image:url(/static/media/Sort-Default.0eb3d5deaa7ca51e6b62.svg);background-repeat:no-repeat;background-size:.75rem .75rem;color:#d0d0d0;display:inline-block;height:.75rem;margin-left:.25rem;position:relative;width:.75rem}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.0010d4de3c99bded187b.svg);background-repeat:no-repeat;background-size:.75rem .75rem}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.a7f685946d6850ad9b2e.svg);background-repeat:no-repeat;background-size:.75rem .75rem}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{background:#d0d0d0;border-color:#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{background-clip:padding-box;line-height:.5rem;position:relative;text-align:inherit}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{padding-left:0;padding-right:0;text-align:center!important}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{background:#fff;border-bottom:.0625rem solid #d0d0d0!important;border-right:0 solid #d0d0d0!important;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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;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{padding:.687rem 1rem .687rem 1.5rem;text-align:right}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{border:none;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:0}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td .cell-data-wrap{word-wrap:break-word;padding:5px 1.5rem 5px 1rem;position:relative;white-space:pre-wrap}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody>tr>td .cell-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}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{padding:.5625rem .5rem .5625rem 1rem;text-align:right!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input{background:#fff;border:.0625rem solid #1274b7;border-radius:0;box-sizing:border-box;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;height:2rem;letter-spacing:0;line-height:.5rem;margin:0;padding:.6875rem .4375rem;transition:border-color .15s ease-in;width:100%}@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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;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{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus::-moz-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable tbody.p-datatable-tbody .cell-row-input:focus:-ms-input-placeholder{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-style:italic;font-weight:400;letter-spacing:0;line-height:1.375rem}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{align-items:center;background-color:#fff;display:flex;height:100%;justify-content:center;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{animation:load 1s linear 0s infinite normal none running;height:.875rem;opacity:.7;width:100%}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;height:1rem;left:1rem;position:absolute;top:.5625rem;width:1rem}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{background:#fff;border-radius:0;height:1rem;position:relative;width:1rem}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{font-size:.75rem;height:auto;left:auto;line-height:1rem;margin-left:0;margin-top:0;position:static;top:auto;width:auto}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{color:#fff;content:""!important;opacity:1;padding-top:0;transform:scale(1)}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{background:#fff;border:.0625rem solid #d0d0d0;margin-right:0!important;padding-right:10px}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-header-box th{border-bottom:none;border-top: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-bottom:none!important;border-right:none!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable.p-datatable-scrollable .p-datatable-scrollable-body{border-bottom:.0625rem solid #d0d0d0;border-right:.0625rem solid #d0d0d0;min-height:41px}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{background-color:#0006;height:3.3rem;left:0;opacity:.1;position:absolute;top:0;width:100%;z-index: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-left:.0625rem solid #d0d0d0;border-right:.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-left:.0625rem solid #d0d0d0;border-right:.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{padding-left:1.0625rem;padding-top:.5625rem;position:absolute;transition:background-color .2s,box-shadow .2s;z-index:1}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable-header .select-all-checkbox{padding-left:1rem;padding-top:0;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{border:1px solid #d0d0d0;border-bottom:0;height:3rem!important}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{align-items:center;background:#fff;border-color:#d0d0d0;color:#fff;display:flex;font-weight:inherit;height:3rem;justify-content:flex-start;padding:0!important}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output{align-items:center;display:flex;padding:0 .25rem}html:not(.honeywell-dark-theme) .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output .global-filter{align-items:center;display:flex;height:100%}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{background:#fff;box-shadow:0 4px 8px 0 #0000001a;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;text-align:left;width:350px;z-index:500}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel.show{max-height:500px;overflow-y:auto;padding:.75rem 1rem}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{align-content:center;color:#303030;cursor:pointer;display:flex;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;justify-content:space-between;letter-spacing:0;line-height:1.375rem}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-section .section-label-icon{color:#303030;cursor:pointer;padding:0!important;transition:color .1s linear}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:gray;cursor:not-allowed}html:not(.honeywell-dark-theme) .filter-bar .menu-items .filter-panel .filter-item .reset{color:#303030;color:#1274b7;cursor:pointer;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.5px;line-height:1.375rem}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{border-radius:.5rem;height:.5rem;left:.25rem;margin-right:.5rem;position:absolute;top:50%;transform:translateY(-50%);width:.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;border:none;padding:.5625rem 1.5rem .5625rem 1rem;text-align:left}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead>tr>th .p-column-title{color:#606060;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:0;line-height:1.25rem;text-transform:uppercase!important}html:not(.honeywell-dark-theme) .p-treetable.p-component .p-treetable-thead .p-sortable-column-icon{background-image:url(/static/media/Sort-Default.0eb3d5deaa7ca51e6b62.svg);background-repeat:no-repeat;background-size:.75rem .75rem;color:#d0d0d0;display:inline-block;height:.75rem;margin-left:.25rem;position:relative;width:.75rem}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.0010d4de3c99bded187b.svg);background-repeat:no-repeat;background-size:.75rem .75rem}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.a7f685946d6850ad9b2e.svg);background-repeat:no-repeat;background-size:.75rem .75rem}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{word-wrap:break-word;border:none;color:#303030;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.375rem;padding:.5625rem 1.5rem .5625rem 1rem;position:relative;white-space:pre-wrap}
/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #d0d0d0;border-color:rgba(var(--color-gray-200),1);box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:Honeywell Sans Web Common,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#a0a0a0;color:rgba(var(--color-gray-400),1);opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}:root{--color-green-warm-100:219,255,168;--color-green-warm-200:201,254,128;--color-green-warm-300:191,235,107;--color-green-warm-400:153,205,82;--color-green-warm-500:128,180,58;--color-green-warm-600:109,149,32;--color-green-warm-700:96,126,2;--color-green-warm-800:72,104,0;--color-green-warm-900:50,82,0;--color-green-warm-1000:32,65,0;--color-green-warm-1100:29,52,0;--color-green-warm-110:228,242,230;--color-pink-cool-100:252,216,246;--color-pink-cool-200:255,197,246;--color-pink-cool-300:255,175,240;--color-pink-cool-400:255,152,228;--color-pink-cool-500:240,122,197;--color-pink-cool-600:210,94,170;--color-pink-cool-700:187,72,149;--color-pink-cool-800:150,34,115;--color-pink-cool-900:133,10,100;--color-pink-cool-1000:112,0,82;--color-pink-cool-1100:92,0,66;--color-pink-100:255,208,225;--color-pink-200:255,183,213;--color-pink-300:255,161,199;--color-pink-400:255,133,180;--color-pink-500:245,107,154;--color-pink-600:238,73,131;--color-pink-700:213,44,110;--color-pink-800:186,0,88;--color-pink-900:156,0,65;--color-pink-1000:132,0,48;--color-pink-1100:102,0,34;--color-purple-cool-100:251,229,255;--color-purple-cool-200:246,219,255;--color-purple-cool-300:226,199,255;--color-purple-cool-400:200,174,255;--color-purple-cool-500:168,145,255;--color-purple-cool-600:138,117,226;--color-purple-cool-700:113,94,201;--color-purple-cool-800:91,75,179;--color-purple-cool-900:69,57,155;--color-purple-cool-1000:55,40,133;--color-purple-cool-1100:46,33,105;--color-purple-warm-100:255,221,255;--color-purple-warm-200:255,207,255;--color-purple-warm-300:249,186,255;--color-purple-warm-400:236,163,255;--color-purple-warm-500:207,136,234;--color-purple-warm-600:179,110,206;--color-purple-warm-700:154,87,181;--color-purple-warm-800:129,64,156;--color-purple-warm-900:105,42,133;--color-purple-warm-1000:85,21,112;--color-purple-warm-1100:70,21,90;--color-purple-100:255,225,255;--color-purple-200:255,212,255;--color-purple-300:248,192,255;--color-purple-400:221,168,255;--color-purple-500:190,138,248;--color-purple-600:159,109,216;--color-purple-700:134,87,191;--color-purple-800:113,67,169;--color-purple-900:91,48,147;--color-purple-1000:70,29,126;--color-purple-1100:59,26,100;--color-teal-100:184,255,241;--color-teal-200:135,253,226;--color-teal-300:117,236,210;--color-teal-400:87,207,182;--color-teal-500:52,185,171;--color-teal-600:18,151,140;--color-teal-700:0,127,117;--color-teal-800:0,107,97;--color-teal-900:0,84,76;--color-teal-1000:0,63,55;--color-teal-1100:0,52,45;--color-yellow-100:255,248,148;--color-yellow-200:255,245,93;--color-yellow-300:255,219,66;--color-yellow-400:255,197,39;--color-yellow-500:214,177,51;--color-yellow-600:168,141,53;--color-yellow-700:136,117,45;--color-yellow-800:122,101,42;--color-yellow-900:105,83,35;--color-yellow-1000:88,70,28;--color-yellow-1100:71,57,25;--color-application:247,247,247;--color-application-dark:32,32,32;--color-container:255,255,255;--color-container-2:244,244,244;--color-container-invert:64,64,64;--color-container-dark:39,39,39;--color-container-2-dark:64,64,64;--color-container-invert-dark:244,244,244;--color-overlay:224,224,224;--color-overlay-dark:32,32,32;--color-blue-cool-100:221,236,255;--color-blue-cool-200:203,230,255;--color-blue-cool-300:182,210,255;--color-blue-cool-400:154,183,255;--color-blue-cool-500:125,156,248;--color-blue-cool-600:104,130,254;--color-blue-cool-700:65,92,247;--color-blue-cool-800:22,80,201;--color-blue-cool-900:0,60,176;--color-blue-cool-1000:0,43,154;--color-blue-cool-1100:0,36,121;--color-blue-cool-110:230,239,248;--color-blue-warm-100:176,251,255;--color-blue-warm-200:133,251,255;--color-blue-warm-300:111,230,245;--color-blue-warm-400:83,205,219;--color-blue-warm-500:41,174,189;--color-blue-warm-600:0,152,176;--color-blue-warm-700:2,124,141;--color-blue-warm-800:0,102,119;--color-blue-warm-900:0,79,92;--color-blue-warm-1000:0,62,72;--color-blue-warm-1100:2,50,58;--color-blue-warm-810:67,114,143;--color-blue-warm-910:51,93,119;--color-button-base:0,113,179;--color-button-hover:0,96,155;--color-button-hover-tertiary:222,249,255;--color-button-active:11,72,114;--color-button-active-tertiary:175,221,245;--color-button-focus:0,36,121;--color-button-disabled:223,224,223;--color-button-disabled-secondary:96,96,96;--color-button-disabled-tertiary:143,143,143;--color-button-base-dark:100,195,255;--color-button-hover-dark:128,208,255;--color-button-hover-tertiary-dark:67,114,143;--color-button-active-dark:157,241,255;--color-button-active-tertiary-dark:51,93,119;--color-button-focus-dark:221,236,255;--color-button-disabled-dark:176,176,176;--color-button-disabled-secondary-dark:92,92,92;--color-button-disabled-tertiary-dark:144,144,144;--color-button-destructive-base:214,11,19;--color-button-destructive-hover:160,0,0;--color-button-destructive-active:108,0,0;--color-button-destructive-focus:214,11,19;--color-button-destructive-disabled:223,224,223;--color-button-destructive-disabled-secondary:96,96,96;--color-button-destructive-disabled-tertiary:143,143,143;--color-button-destructive-base-dark:255,100,76;--color-button-destructive-hover-dark:255,139,111;--color-button-destructive-active-dark:255,173,142;--color-button-destructive-focus-dark:255,100,76;--color-button-destructive-disabled-dark:176,176,176;--color-button-destructive-disabled-secondary-dark:92,92,92;--color-button-destructive-disabled-tertiary-dark:144,144,144;--color-green-cool-100:178,255,220;--color-green-cool-200:136,255,206;--color-green-cool-300:124,247,195;--color-green-cool-400:85,212,160;--color-green-cool-500:54,184,126;--color-green-cool-600:21,157,98;--color-green-cool-700:0,134,78;--color-green-cool-800:0,109,63;--color-green-cool-900:1,90,52;--color-green-cool-1000:0,62,35;--color-green-cool-1100:3,52,30;--color-graphic-base:48,48,48;--color-graphic-base-inverse:240,240,240;--color-graphic-secondary:96,96,96;--color-graphic-secondary-inverse:255,255,255;--color-graphic-tertiary:112,112,112;--color-graphic-disabled:134,134,134;--color-graphic-neutral:23,146,229;--color-graphic-good:21,157,98;--color-graphic-warning:233,115,13;--color-graphic-bad:214,11,19;--color-graphic-base-dark:240,240,240;--color-graphic-base-inverse-dark:48,48,48;--color-graphic-secondary-dark:208,208,208;--color-graphic-secondary-inverse-dark:96,96,96;--color-graphic-tertiary-dark:176,176,176;--color-graphic-disabled-dark:144,144,144;--color-graphic-neutral-dark:100,195,255;--color-graphic-good-dark:85,212,160;--color-graphic-warning-dark:255,152,71;--color-graphic-bad-dark:255,100,76;--color-illustration-blue-1:0,73,147;--color-illustration-blue-2:0,94,172;--color-illustration-blue-3:23,146,229;--color-illustration-gray-1:143,143,143;--color-illustration-gray-2:223,224,223;--color-illustration-gray-3:244,244,244;--color-illustration-blue-1-dark:0,73,147;--color-illustration-blue-2-dark:0,94,172;--color-illustration-blue-3-dark:23,146,229;--color-illustration-gray-1-dark:143,143,143;--color-illustration-gray-2-dark:223,224,223;--color-illustration-gray-3-dark:244,244,244;--color-semantic-neutral:0,94,172;--color-semantic-good:0,112,0;--color-semantic-warning:186,92,10;--color-semantic-bad:214,11,19;--color-semantic-neutral-dark:100,195,255;--color-semantic-good-dark:104,213,96;--color-semantic-warning-dark:255,152,71;--color-semantic-bad-dark:255,100,76;--color-gray-100:240,240,240;--color-gray-200:208,208,208;--color-gray-300:192,192,192;--color-gray-400:160,160,160;--color-gray-500:144,144,144;--color-gray-600:128,128,128;--color-gray-700:112,112,112;--color-gray-800:96,96,96;--color-gray-900:80,80,80;--color-gray-1000:48,48,48;--color-gray-1100:8,8,8;--color-gray-110:244,244,244;--color-gray-120:247,247,247;--color-gray-210:224,224,224;--color-gray-220:223,224,223;--color-gray-410:176,176,176;--color-gray-610:134,134,134;--color-gray-620:143,143,143;--color-gray-910:92,92,92;--color-gray-1010:53,53,53;--color-gray-1020:64,64,64;--color-gray-1110:16,16,16;--color-gray-1120:32,32,32;--color-gray-1130:39,39,39;--color-blue-100:176,251,255;--color-blue-200:157,241,255;--color-blue-300:136,221,255;--color-blue-400:100,195,255;--color-blue-500:55,163,248;--color-blue-600:23,146,229;--color-blue-700:0,114,194;--color-blue-800:0,94,172;--color-blue-900:0,73,147;--color-blue-1000:0,53,124;--color-blue-1100:0,43,98;--color-blue-110:222,249,255;--color-blue-310:175,221,245;--color-blue-410:128,208,255;--color-blue-810:0,113,179;--color-blue-910:0,96,155;--color-blue-1110:11,72,114;--color-green-100:192,255,180;--color-green-200:159,255,147;--color-green-300:136,245,125;--color-green-400:104,213,96;--color-green-500:77,188,72;--color-green-600:39,157,43;--color-green-700:0,136,19;--color-green-800:0,112,0;--color-green-900:0,89,0;--color-green-1000:0,70,0;--color-green-1100:0,58,0;--color-orange-100:255,228,170;--color-orange-200:255,216,131;--color-orange-300:255,185,102;--color-orange-400:255,152,71;--color-orange-500:247,114,36;--color-orange-600:233,115,13;--color-orange-700:209,103,11;--color-orange-800:186,92,10;--color-orange-900:163,80,9;--color-orange-1000:139,69,7;--color-orange-1100:116,57,6;--color-orange-110:250,240,231;--color-red-100:255,220,194;--color-red-200:255,199,166;--color-red-300:255,173,142;--color-red-400:255,139,111;--color-red-500:255,100,76;--color-red-600:238,49,36;--color-red-700:214,11,19;--color-red-800:192,0,3;--color-red-900:160,0,0;--color-red-1000:134,0,0;--color-red-1100:108,0,0;--color-red-110:254,233,234;--color-typography-base:48,48,48;--color-typography-base-inverse:240,240,240;--color-typography-secondary:96,96,96;--color-typography-secondary-inverse:255,255,255;--color-typography-tertiary:112,112,112;--color-typography-disabled:134,134,134;--color-typography-base-dark:240,240,240;--color-typography-base-inverse-dark:48,48,48;--color-typography-secondary-dark:208,208,208;--color-typography-secondary-inverse-dark:96,96,96;--color-typography-tertiary-dark:176,176,176;--color-typography-disabled-dark:144,144,144}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(var(--color-blue-500),0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(var(--color-blue-500),0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }html.honeywell-dark-theme{--main-nav-border:#3a3a3a;--main-nav-bg:#202020;--header-background-color:#202020;--header-shadow:0 4px 8px 0 #00000080;--hcui-color-separator:#606060;--header-profile-color:#000;--app-header-border:#3a3a3a}html:not(.honeywell-dark-theme){--main-nav-border:#d0d0d0;--main-nav-bg:#f4f4f4;--header-background-color:#f4f4f4;--header-shadow:0 4px 8px 0 #0000001a;--hcui-color-separator:#d0d0d0;--header-profile-color:#fff;--app-header-border:#d0d0d0}html:not(.honeywell-dark-theme) .gateway-mgmt-new-icon path,html:not(.honeywell-dark-theme) .subscription-icon path,html:not(.honeywell-dark-theme) .user-mgmt-new-icon path{stroke:#303030;stroke-width:.8}#root{height:100%}#root .center-text,.page.modals .center-text{text-align:center}#root .inline-spaced,.page.modals .inline-spaced{margin-right:1rem}#root .text-adjacent,.page.modals .text-adjacent{margin-right:.5rem}#root .default-loader-wrapper,.page.modals .default-loader-wrapper{height:135px;position:relative}#root .default-loader-wrapper.full-height,.page.modals .default-loader-wrapper.full-height{height:100%}#root .max-width,.page.modals .max-width{width:auto}#root .contact-buttons,.page.modals .contact-buttons{background:#f7f7f7;border:1px solid #bdbdbd;color:#4291c6;cursor:pointer;display:inline-block;font-weight:600;height:100px;margin:.5em;padding:1.5em;text-align:center;text-transform:uppercase;width:120px}#root .separator,.page.modals .separator{border-left:1px solid #979797;height:100px;margin-left:-20px;margin-top:1em;padding:1.5em}#root .contact-us-area .submit-button,.page.modals .contact-us-area .submit-button{text-align:right!important}#root .contact-us-resource-title,.page.modals .contact-us-resource-title{border-left:1px solid #979797;padding-left:20px}#root .contact-us-resources.row,.page.modals .contact-us-resources.row{display:block!important;padding:30px 10px 10px;text-align:center}#root .contact-us-resources.h-icon,.page.modals .contact-us-resources.h-icon{color:#4291c6}#root .loader-frame,.page.modals .loader-frame{position:relative}#root .page-content-container,.page.modals .page-content-container{padding:0 1rem 1rem}#root .page-content-container.top-padded,.page.modals .page-content-container.top-padded{padding-top:1rem}#root .page-content-container.with-header,.page.modals .page-content-container.with-header{height:calc(100% - 3rem)}#root .page-content-container.sku-page-list,.page.modals .page-content-container.sku-page-list{height:calc(100% - 6rem)}#root .page-header-bar,.page.modals .page-header-bar{align-items:center;display:flex;height:3rem;justify-content:space-between;padding-left:1rem;padding-right:1rem}#root .page-header-bar .page-header-bar-controls,.page.modals .page-header-bar .page-header-bar-controls{display:flex;flex-direction:row;height:100%}#root .page-header-bar .page-header-bar-controls.padded-controls,.page.modals .page-header-bar .page-header-bar-controls.padded-controls{padding-bottom:6px;padding-top:6px}#root .page-header-bar .page-header-bar-controls .header-stat,.page.modals .page-header-bar .page-header-bar-controls .header-stat{display:flex;flex-direction:column;height:100%;padding-left:1rem}#root .page-header-bar .page-header-bar-controls .header-stat .header-stat-value,.page.modals .page-header-bar .page-header-bar-controls .header-stat .header-stat-value{align-items:center;display:flex;flex-grow:1;font-size:24px;justify-content:flex-end}#root .page-header-bar .page-header-bar-controls .header-stat .header-stat-name,.page.modals .page-header-bar .page-header-bar-controls .header-stat .header-stat-name{color:#b0b0b0;font-size:12px;line-height:1rem;text-transform:uppercase}#root .page-header-bar .page-header-bar-heading,.page.modals .page-header-bar .page-header-bar-heading{align-items:center;display:flex;font-size:1.25rem}#root .page-header-bar .page-header-bar-heading .icon,.page.modals .page-header-bar .page-header-bar-heading .icon{position:relative}#root .ui.single-input .input-box,.page.modals .ui.single-input .input-box{background-color:var(--header-background-color)!important}#root .ui.page-header.header-shadowed,.page.modals .ui.page-header.header-shadowed{background-color:var(--header-background-color)}#root .fullmodal .ui.raised.card.bordered-card,#root .ui.raised.card.bordered-card,.page.modals .fullmodal .ui.raised.card.bordered-card,.page.modals .ui.raised.card.bordered-card{border:1px solid var(---app-header-border)!important}#root .fullmodal .ui.raised.card.bordered-card>.header,#root .ui.raised.card.bordered-card>.header,.page.modals .fullmodal .ui.raised.card.bordered-card>.header,.page.modals .ui.raised.card.bordered-card>.header{padding:1rem 1rem 0}#root .fullmodal .ui.raised.card.bordered-card>.meta,#root .ui.raised.card.bordered-card>.meta,.page.modals .fullmodal .ui.raised.card.bordered-card>.meta,.page.modals .ui.raised.card.bordered-card>.meta{padding:0 1rem}#root .fullmodal .ui.raised.card.bordered-card>.content,#root .ui.raised.card.bordered-card>.content,.page.modals .fullmodal .ui.raised.card.bordered-card>.content,.page.modals .ui.raised.card.bordered-card>.content{padding:1rem}#root .ui.search-wrap .close-icon,.page.modals .ui.search-wrap .close-icon{right:3.125rem}#root .ui.search-wrap .ui.search.ui-search .prompt,.page.modals .ui.search-wrap .ui.search.ui-search .prompt{padding-right:4.5rem!important}#root .p-treetable.p-component .p-treetable-header,#root .ui.forge-datatable-wrap .p-datatable .p-datatable-header,.page.modals .p-treetable.p-component .p-treetable-header,.page.modals .ui.forge-datatable-wrap .p-datatable .p-datatable-header{height:3rem}#root .p-treetable.p-component .p-treetable-header .search-output,#root .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output,.page.modals .p-treetable.p-component .p-treetable-header .search-output,.page.modals .ui.forge-datatable-wrap .p-datatable .p-datatable-header .search-output{padding:.25rem}#root .p-treetable.p-component .p-treetable-thead .filter-bar .header-bar-item .medium.button.primary.btn-icon,#root .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item .medium.button.primary.btn-icon,.page.modals .p-treetable.p-component .p-treetable-thead .filter-bar .header-bar-item .medium.button.primary.btn-icon,.page.modals .ui.forge-datatable-wrap .p-datatable .p-datatable-header .filter-bar .header-bar-item .medium.button.primary.btn-icon{font-size:.875rem;padding-left:2.4375rem!important;padding-right:2.4375rem}#root .list-item-accordion.accordion,.page.modals .list-item-accordion.accordion{border:none}#root .list-item-accordion.accordion .title,.page.modals .list-item-accordion.accordion .title{border:none;padding-left:0;padding-right:0;padding-top:0}#root .list-item-accordion.accordion .content,#root .list-item-accordion.accordion .title,.page.modals .list-item-accordion.accordion .content,.page.modals .list-item-accordion.accordion .title{background-color:initial}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:gray;border-radius:5px;width:5px}::-webkit-scrollbar-thumb:hover{background:#555}html.honeywell-dark-theme .ui.label.badge.empty{min-height:.5rem!important;min-width:.5rem!important}.ui.modal.overflow-friendly .scrolling.content{max-height:none;overflow:visible}.ui.modal.content-wide{width:auto!important}.ui .ui.modal.modal-design-1{box-shadow:1px 3px 3px 0 #0009,1px 3px 15px 2px #0009;padding:0}.ui .ui.modal.modal-design-1 .header{color:#fff;font-size:1rem!important;padding:.5rem 1rem}.ui .ui.modal.modal-design-1 .scrolling.content{background-color:var(--header-background-color);padding:1rem}.ui .ui.modal.modal-design-1 .actions{padding:.5rem 1rem}.profile-popover-menu{background-color:var(--header-profile-color);display:grid}.profile-popover-menu-item{cursor:pointer;padding:10px 20px}.profile-popover-menu-item:hover{background-color:#8a8a8aad}.activation-page-form-container{background:url(/static/media/login_bkg.96dc186b1c2c7836237b.jpg);background-size:cover;display:flex;flex-direction:column;height:100%;width:100%}.activation-page-form-container .error-box{text-align:center}.activation-page-form-container .headings{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1.125rem 1.5625rem 0 0}.activation-page-form-container .logo-container{align-items:center;display:flex;margin-top:-.875rem}.activation-page-form-container .logo-container .honeywell-title{color:#e71e24;height:1.78rem;margin-bottom:-.375rem}.activation-page-form-container .logo-container .vertical-divider{background-color:#747474;height:22.36px;margin:0 1rem;width:1px}.activation-page-form-container .logo-container .smartview-text{color:#303030;font-size:1.75rem;font-weight:500;height:2.375rem;line-height:2.375rem;opacity:.85}.activation-page-form-container .ui.scuf-dropdown-wrapper.language-selector{align-self:flex-end;display:flex;width:12.75rem}.activation-page-form-container .ui.scuf-dropdown-wrapper.language-selector .ui.selection.dropdown{max-height:2.25rem;min-height:.625rem;padding:.3125rem .5rem .3125rem .75rem}.activation-page-form-container .ui.scuf-dropdown-wrapper.language-selector .ui.active.visible.selection.dropdown .visible.menu.transition{border:0;margin-top:.0625rem}.activation-page-form-container .ui.scuf-dropdown-wrapper.language-selector .text{max-width:calc(100% - .5rem)!important}.activation-page-form-container .content{align-items:center;display:flex;flex:1 1;justify-content:center;padding:.625rem 0}.activation-page-form-container .page-content{background:#fff;box-shadow:0 2px 4px 0 #00000080;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding:1.75rem 2.125rem 1.5rem;width:31.375rem}.activation-page-form-container .page-content p{margin:20px 0 10px}.activation-page-form-container .page-content button{margin-top:1rem!important}.activation-page-form-container .page-content .signin-btn{min-width:100%!important}.activation-page-form-container .page-content .activate-user-text{font-size:1.5rem;font-weight:500;height:1.75rem;letter-spacing:0;line-height:1.75rem}.activation-page-form-container .page-content .activation-form{display:flex;flex-direction:column}.activation-page-form-container .page-content .agreement-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:1.375rem}.activation-page-form-container .page-content .grid-checkbox{align-self:center;grid-row:1/-1;margin-bottom:0!important}.activation-page-form-container .page-content .grid-heading{font-size:.875rem;font-weight:500;grid-column:2/-1;letter-spacing:0;line-height:1.375rem;width:110%}.activation-page-form-container .page-content .grid-heading.disabled{opacity:.8}.activation-page-form-container .page-content .grid-heading .link{color:#45a8ea;cursor:pointer;font-size:.875rem;font-weight:700;height:1.5rem;letter-spacing:.44px;line-height:1.5rem}@media screen and (max-width:36.875rem){.activation-page-form-container{background-color:#fff;background-image:none!important}.activation-page-form-container .page-content{flex:1 1;width:100%}.activation-page-form-container .logo-container{flex-direction:column;margin-top:.5rem}.activation-page-form-container .vertical-divider{display:none}.activation-page-form-container .headings{flex-direction:column;margin-bottom:.625rem;margin-top:.625rem}.activation-page-form-container .honeywell-title{height:3rem;margin-bottom:.625rem}}.ui.dimmer{background-color:#00000040}.agreement-modal-content.scrolling.content{overflow:auto!important}html.honeywell-dark-theme .gateway-registration-page-container{background-size:cover;display:flex;flex-direction:column;height:100%;width:100%}html.honeywell-dark-theme .gateway-registration-page-container .headings{background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center;padding:1.125rem 1.5625rem 1.5rem 0}html.honeywell-dark-theme .gateway-registration-page-container .logo-container{align-items:flex-start;display:flex;margin-top:.875rem}html.honeywell-dark-theme .gateway-registration-page-container .logo-container .honeywell-title{color:#e71e24;height:1.78rem;margin-bottom:-.375rem;padding-left:.5rem}html.honeywell-dark-theme .gateway-registration-page-container .logo-container .vertical-divider{background-color:#747474;height:22.36px;margin:0 1rem;width:1px}html.honeywell-dark-theme .gateway-registration-page-container .logo-container .smartview-text{color:#303030;font-size:1.5rem;font-weight:500;height:1.375rem;line-height:1.375rem;opacity:.85}html.honeywell-dark-theme .gateway-registration-page-container .user-options{align-self:flex-end;display:flex}html.honeywell-dark-theme .gateway-registration-page-container .user-options .ui.scuf-dropdown-wrapper.language-selector{margin-top:-1.725rem;width:12.75rem}html.honeywell-dark-theme .gateway-registration-page-container .user-options .ui.scuf-dropdown-wrapper.language-selector .ui.selection.dropdown{max-height:2.25rem;min-height:.625rem;padding:.3125rem .5rem .3125rem .75rem}html.honeywell-dark-theme .gateway-registration-page-container .user-options .ui.scuf-dropdown-wrapper.language-selector .ui.active.visible.selection.dropdown .visible.menu.transition{border:0;margin-top:.0625rem}html.honeywell-dark-theme .gateway-registration-page-container .user-options .ui.scuf-dropdown-wrapper.language-selector .text{max-width:calc(100% - .5rem)!important}html.honeywell-dark-theme .gateway-registration-page-container .user-options .vertical-divider{background-color:#747474;height:25.36px;margin:-1.425rem 1rem 0;width:1px}html.honeywell-dark-theme .gateway-registration-page-container .user-options .logout-text{color:#1274b7;font-size:1rem;font-weight:500;height:1.375rem;line-height:1.375rem;margin-top:-1.425rem;opacity:.85}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container{background-color:#fff;display:flex;flex-direction:column;height:100%}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body{display:flex;flex-direction:column;padding:2rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .label{font-size:1.15rem;font-weight:600}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container{display:flex;padding-top:1rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .item{display:flex;flex-direction:column}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .item .org-name{font-size:.725rem;font-weight:700;padding-left:.3125rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .item .org-selector .chevron.down.icon{position:absolute;right:.45rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .site-name,html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .virtual-site-name{font-size:.725rem;font-weight:700;margin-left:2rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .site-selector{margin-left:2rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .site-selector .chevron.down.icon{position:absolute;right:.45rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-label{font-size:1.15rem;font-weight:600}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details{display:flex;flex-direction:row;margin-bottom:3rem;padding-top:1rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details .details{margin-right:2rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details .details .name{font-size:.725rem;font-weight:700}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details .details .itemValue{border:.0625rem solid #d0d0d0;padding:.5rem;width:22.5rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details .ui.single-input .input-wrap input{width:22rem}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .gateway-registration-footer{bottom:0;display:flex;justify-content:flex-end;padding:2rem;position:absolute;right:0}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .registration-notification{left:31px;position:absolute;top:386px;width:90%}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .registration-notification .close-wrapper .h-icon{color:#000}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .registration-notification .system-id-label{font-size:1rem;font-weight:700;padding-bottom:14px}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .registration-notification .system-id{font-weight:300;padding:15px}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .registration-notification .gateway_status{align-items:center;display:flex;margin-top:.5rem;padding-bottom:4px}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .registration-notification .gateway_status span{font-size:.82rem;font-weight:600;padding:3px 9px}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .registration-notification .contact-admin{font-size:.82rem;font-weight:600;margin-top:7px}html.honeywell-dark-theme .gateway-registration-page-container .gateway-registration-container .registration-notification .do-association-message{color:#e71e24;font-size:.82rem;font-weight:600;margin-top:7px}html:not(.honeywell-dark-theme) .gateway-registration-page-container{background-size:cover;display:flex;flex-direction:column;height:100%;width:100%}html:not(.honeywell-dark-theme) .gateway-registration-page-container .headings{background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center;padding:1.125rem 1.5625rem 1.5rem 0}html:not(.honeywell-dark-theme) .gateway-registration-page-container .logo-container{align-items:flex-start;display:flex;margin-top:.875rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .logo-container .honeywell-title{color:#e71e24;height:1.78rem;margin-bottom:-.375rem;padding-left:.5rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .logo-container .vertical-divider{background-color:#747474;height:22.36px;margin:0 1rem;width:1px}html:not(.honeywell-dark-theme) .gateway-registration-page-container .logo-container .smartview-text{color:#303030;font-size:1.5rem;font-weight:500;height:1.375rem;line-height:1.375rem;opacity:.85}html:not(.honeywell-dark-theme) .gateway-registration-page-container .user-options{align-self:flex-end;display:flex}html:not(.honeywell-dark-theme) .gateway-registration-page-container .user-options .ui.scuf-dropdown-wrapper.language-selector{margin-top:-1.725rem;width:12.75rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .user-options .ui.scuf-dropdown-wrapper.language-selector .ui.selection.dropdown{max-height:2.25rem;min-height:.625rem;padding:.3125rem .5rem .3125rem .75rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .user-options .ui.scuf-dropdown-wrapper.language-selector .ui.active.visible.selection.dropdown .visible.menu.transition{border:0;margin-top:.0625rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .user-options .ui.scuf-dropdown-wrapper.language-selector .text{max-width:calc(100% - .5rem)!important}html:not(.honeywell-dark-theme) .gateway-registration-page-container .user-options .vertical-divider{background-color:#747474;height:25.36px;margin:-1.425rem 1rem 0;width:1px}html:not(.honeywell-dark-theme) .gateway-registration-page-container .user-options .logout-text{color:#1274b7;font-size:1rem;font-weight:500;height:1.375rem;line-height:1.375rem;margin-top:-1.425rem;opacity:.85}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container{background-color:#fff;display:flex;flex-direction:column;height:100%}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body{display:flex;flex-direction:column;padding:2rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .label{font-size:1.15rem;font-weight:600}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container{display:flex;padding-top:1rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .item{display:flex;flex-direction:column}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .item .org-name{font-size:.725rem;font-weight:700;padding-left:.3125rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .item .org-selector .chevron.down.icon{position:absolute;right:.45rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .site-name,html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .virtual-site-name{font-size:.725rem;font-weight:700;margin-left:2rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .site-selector{margin-left:2rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .select-container .site-selector .chevron.down.icon{position:absolute;right:.45rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-label{font-size:1.15rem;font-weight:600}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details{display:flex;flex-direction:row;margin-bottom:3rem;padding-top:1rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details .details{margin-right:2rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details .details .name{font-size:.725rem;font-weight:700}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details .details .itemValue{border:.0625rem solid #d0d0d0;padding:.5rem;width:22.5rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-body .additional-details .ui.single-input .input-wrap input{width:22rem}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .gateway-registration-footer{bottom:0;display:flex;justify-content:flex-end;padding:2rem;position:absolute;right:0}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .registration-notification{left:31px;position:absolute;top:386px;width:90%}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .registration-notification .close-wrapper .h-icon{color:#000}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .registration-notification .system-id-label{font-size:1rem;font-weight:700;padding-bottom:14px}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .registration-notification .system-id{font-weight:300;padding:15px}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .registration-notification .gateway_status{align-items:center;display:flex;margin-top:.5rem;padding-bottom:4px}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .registration-notification .gateway_status span{font-size:.82rem;font-weight:600;padding:3px 9px}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .registration-notification .contact-admin{font-size:.82rem;font-weight:600;margin-top:7px}html:not(.honeywell-dark-theme) .gateway-registration-page-container .gateway-registration-container .registration-notification .do-association-message{color:#e71e24;font-size:.82rem;font-weight:600;margin-top:7px}#root{display:flex;flex-direction:column;height:100vh}iframe{border:0}.welcome-screen{background-image:url(/static/media/forge-background.aa52136a86375c4e44ec.png);background-position:0;background-repeat:no-repeat;background-size:cover;display:flex;height:calc(100% - 3rem);overflow:auto;padding:1.25rem 0;-webkit-user-select:none;user-select:none;width:100%}.welcome-screen-content{background:#272727;border-radius:10px;box-shadow:15px 30px 40px 0 #0006;display:flex;flex-direction:column;gap:1.5rem;margin:auto;max-width:900px;min-width:-webkit-max-content;min-width:max-content;padding:4rem 3.5rem 3.5rem;width:45%}.welcome-screen-content-selection-note{color:#f0f0f0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:700;letter-spacing:.5px;line-height:1.5}.welcome-screen-content .ui.raised.card.welcome-screen-content-role-selection-card{border-radius:10px!important}.welcome-screen-content-role-selection{display:flex;gap:2.75rem;margin-top:.5rem}.welcome-screen-content-role-selection-card{align-items:center;background-color:#404040!important;box-shadow:none!important;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;margin:0!important;padding:1.5rem 2rem!important;transform:none!important}.welcome-screen-content-role-selection-card:after{display:none!important}.welcome-screen-content-role-selection-card-role-note{color:#f0f0f0;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;text-align:center}.welcome-screen-content-role-selection-card .login-button{background-color:#64c3ff!important;border:none!important;border-radius:4px!important;color:#303030!important;font-size:1rem!important;font-weight:700!important;letter-spacing:.5px!important;margin:0!important;text-align:center!important;text-transform:none!important;white-space:nowrap!important}.welcome-screen-content-role-selection-card .login-button:after{display:none!important}@media only screen and (max-width:1150px){.welcome-screen-content-role-selection{flex-wrap:wrap}}.welcome-screen-content-region-selection{align-items:center;display:flex;gap:.5rem;justify-content:center;width:100%}.welcome-screen-content-region-selection-label{color:#000;font-family:Honeywell Sans Web,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:600;line-height:1.5rem;margin-bottom:5px}.welcome-screen-content-region-selection-select{width:100px!important}.welcome-screen-content-region-selection-select .dropdown{background-color:#fff!important;border-color:#0000!important}.welcome-screen-content-region-selection-select .text{color:#0071b3!important;font-size:12px!important;padding:0!important}.welcome-screen-content-region-selection-select i.icon:before{size:1rem!important;color:#0071b3!important;font-weight:800!important}.welcome-screen-content-region-selection-select .menu>.item{color:#000!important;font-size:12px!important}.welcome-screen-content-region-selection-select .selected.item{background-color:#daf0f6!important}.welcome-screen-content-region-selection-select .transition{background-color:#fff!important;border:none!important;color:#000!important}.welcome-screen-content-region-selection-select .transition .active{color:#0071b3!important}.welcome-screen-content-region-selection .ui.selection.dropdown .menu>.item:hover{background-color:#f0f0f0!important}.welcome-screen-content-region-selection .data-centre-lable{color:#303030!important;font-family:Honeywell Sans Web;font-size:12px;font-weight:500;line-height:24px;text-align:left;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font}.welcome-screen-content-legal-patent-info{display:flex;justify-content:center}.welcome-screen-content-legal-patent-info .legal-patent-info-button{color:#64c3ff!important}.ui.menu.page-footer{align-items:end;flex-direction:column}.ui.menu.page-footer .item:not(:last-child){padding-right:1rem}.ui.menu.page-footer .item:not(:first-child){padding-left:1rem}.ui.menu.page-footer div.item{cursor:inherit!important}.un-authorized-container{height:100%}.un-authorized{margin-left:auto;margin-right:auto;padding:10px;position:relative;text-align:center;top:50%;transform:translateY(-50%);width:80%}.un-authorized h1{padding-bottom:18px}
/*# sourceMappingURL=main.fa902843.css.map*/